Buffer problem in SAP Workflow

Andronache, Ionut-Laurentiu ionut-laurentiu.andronache at sap.com
Fri May 25 12:44:56 EDT 2012


Hi Sanjay,

You need to check also that the task is set to general task.


Regards,
Ionut Andronache
SAP ABAP/ Workflow Consultant, Near Shore Center Romania, SAP Consulting
SAP Romania SRL
Str. Tipografilor 11-15, Clădirea A1 /LA, Etajul 2, 013714,1 Bucureşti
T + 40/ 31 225 28 73, F + 40/ 31 228 59 09, M +40/ 755 094 478
mailto:ionut-laurentiu.andronache at sap.com<mailto:lavinia.godeanu at sap.com>
www.sap.com<http://www.sap.com/>
Before printing, think about the environment
Informatia continuta in acest comunicat este confidentiala, poate fi privilegiata si a fost conceputa spre a fi utilizata exclusiv de catre destinatarul mentionat mai sus. In cazul in care primiti acest comunicat din eroare, va rugam sa anuntati imediat expeditorul si sa-l stergeti, impreuna cu toate documentele atasate. Daca nu sunteti destinatarul caruia ii este adresat acest comunicat, va este interzisa citirea, copierea, difuzarea sau folosirea in orice fel a oricarei informatii din acesta fara consimtamantul dat de catre SAP Romania. Va rugam luati nota de faptul ca email-urile nu garanteaza nici confidentialitatea si nici receptia corecta a mesajului trimis, prin urmare SAP Romania nu se face responsabila de nici un prejudiciu cauzat.
The information contained in this communication is confidential, may be privileged and is intended for the exclusive use of the above named addressee. If you receive this communication in error, please notify the sender immediately and delete it, and all its attached documents. If you are not the intended recipient, you are expressly prohibited from reading, copying, distributing, disseminating or, in any other way, using any of the information without the SAP Romania consent. Please note that Internet e-mail guarantees neither the confidentiality nor the proper receipt of the message sent, so that SAP Romania shall not be liable for any damages caused.



From: sap-wug-bounces at mit.edu [mailto:sap-wug-bounces at mit.edu] On Behalf Of Sanjay9 P
Sent: 25 May 2012 19:27
To: SAP Workflow Users' Group
Cc: sap-wug at mit.edu; sap-wug-bounces at mit.edu
Subject: Buffer problem in SAP Workflow

Hi Experts,

My custom workflow is not getting triggered in QA as because "Entry not found in object buffer" in event trace. Please see the below screen shot.
Following points should be noted.
1. Check function module used
2. Event linkage maintained properly
3. All the objects are present in QA in activated status
4. Same workflow is working fine in DEV

Is there any idea why we are getting this message in QA ?

[cid:image001.gif at 01CD3AAE.DC5E71F0]

Sanjay Pal
SAP Workflow Consultant
Tata Consultancy Services
TCS, Unitech Hi-tech Structures Ltd.,
IT/ITES SEZ, Block-G, Tower-G -III,
Plot-DH01,DH02,DH03 & DH03/1, Action Area-I, New Town
Kolkata - 700156,West Bengal
India
Ph:- +91 33 6636 1591
Buzz:- 1591
Cell:- 9038701729
Mailto: sanjay9.p at tcs.com
Website: http://www.tcs.com<http://www.tcs.com/>
____________________________________________
Experience certainty.        IT Services
                       Business Solutions
                       Outsourcing
____________________________________________

From:

Altaf <rahaman.ma at gmail.com>

To:

"sap-wug at mit.edu" <sap-wug at mit.edu>

Cc:

"sap-wug at mit.edu" <sap-wug at mit.edu>

Date:

05/25/2012 06:22 AM

Subject:

Re: SAP-WUG Digest, Vol 90, Issue 17

Sent by:

sap-wug-bounces at mit.edu


________________________________



Hi,

For issue no 1 I will check the scenario and will post you.
Issue no 2 you can set the confirm end processing at the task/step so
that even after execution of work item you can hold it, the workitem
will be executed but will not be in completed status, you can re
execute workitem later.

Regards,
Altaf Mohammed
9703322553

On 24-May-2012, at 10:00 PM, sap-wug-request at mit.edu wrote:

> Send SAP-WUG mailing list submissions to
>    sap-wug at mit.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>    http://mailman.mit.edu/mailman/listinfo/sap-wug
> or, via email, send a message with subject or body 'help' to
>    sap-wug-request at mit.edu
>
> You can reach the person managing the list at
>    sap-wug-owner at mit.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of SAP-WUG digest..."
>
>
> Today's Topics:
>
>   1. Problem while calling a standard SAP transaction inside
>      workflow (Srinivas Reddy)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 24 May 2012 16:59:44 +0530
> From: Srinivas Reddy <ootasrinivasreddy at gmail.com>
> Subject: Problem while calling a standard SAP transaction inside
>    workflow
> To: "SAP Workflow Users' Group" <sap-wug at mit.edu>
> Message-ID:
>    <CAGu01YZ-
> M5V9MPRfkpzFyDN8ri9Dnr=CfEXebpx7fNP2axU8Cg at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello Experts,
>
>
>
> I am facing a strange issue in my workflow development. The workflow
> will
> be started after clicking on POST button in the standard transaction
> MI04.
> I have used the standard  event created from the business object
> BUS2028
> for starting the workflow. After starting the workflow I am calling
> the
> standard transaction MI07 in the very first step which will be sent
> to the
> approver. Once the approver clicks on POST an email will be sent and
> the
> document will be posted.
>
>
>
> Issue 1) When the user manually goes into the SAP transaction MI07 ,
> opens
> a document and clicks on back, cancel or exit buttons. The
> transaction is
> working as desired but the same thing  when the same user does from
> executing the work item the transaction is not working as desired. A
> pop-up
> screen with YES, NO and CANCEL buttons and also a message  whether
> to SAVE
> before exit is displayed. Even though if the user clicks on NO
> button the
> document is getting posted. No idea what is going wrong with the
> method
> calling the transaction MI07.
>
> Issue 2) Once the users does this process. The work item is getting
> completed. But the requirement is, work item should be available as
> the
> POSTING is not completed. Here how can I put the work item in ready
> status
> after completeion. Once the users executes the work item the work
> item is
> getting disappeared.
>
>
> Where am I doing wrong?
>
> --
> Thanks and Regards
> Srini..
> SAP Technical Consultant
> +919963307464
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20120524/c5d65341/attachment-0001.htm
>
> ------------------------------
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
> End of SAP-WUG Digest, Vol 90, Issue 17
> ***************************************
_______________________________________________
SAP-WUG mailing list
SAP-WUG at mit.edu
http://mailman.mit.edu/mailman/listinfo/sap-wug


=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20120525/9f6275dd/attachment-0001.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.gif
Type: image/gif
Size: 10629 bytes
Desc: image001.gif
Url : http://mailman.mit.edu/pipermail/sap-wug/attachments/20120525/9f6275dd/attachment-0001.gif


More information about the SAP-WUG mailing list