Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Identify which workflow being called while saving purc. requisition

Former Member
0 Likes
519

Hi,

I have an requirement to identify the workflow while saving a purchase requisition. This workflow suppose to send a mail to a user and make an entry SOST queue. This is not happening now.

Cheers

S Kumar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
489

hi

sap standard workflow templete for PR is WS00000038

check these link

http://www.sap-img.com/workflow/workflow-of-purchase-requisition-release-strategy.htm

thnks

sitaram

5 REPLIES 5
Read only

Former Member
0 Likes
489

hi,

You can switch on the event trace with T Code SWELS

and then execute your transaction.

After the execution you switch off the Event Trace again usin above T code.

Then show thw status of your event which is triggered with T code SWEL and there with the name of your object the name of the workflow Triggered is also mentioned.

Hope this will Help.

Regards

Sumit Agarwal

Read only

Former Member
0 Likes
490

hi

sap standard workflow templete for PR is WS00000038

check these link

http://www.sap-img.com/workflow/workflow-of-purchase-requisition-release-strategy.htm

thnks

sitaram

Read only

Former Member
0 Likes
489

Hi,

I think the below link will help you.

http://www.sap-img.com/workflow/workflow-of-purchase-requisition-release-strategy.htm

Thanks,

Khushbu.

Read only

Former Member
0 Likes
489

Hi Kumar,

To identify the workflow check the following steps..

1) Goto Tcode SWELS.  Switch on the event trace
2) Go and proceed with saving purchase requisition 
3) Goto Tcode SWELS.  Switch OFF the event trace ( Recommended)
4) Goto Tcode SWEL ... 
Check the Business Object Triggered and the corresponding Event and 
also the Reciever ( Workflow)

And regarding the Configuration of Purchase Requisition Release Strategy if necessary go through the below link...

Configuration of Purchase Requisition Release Strategy.

http://www.saptechnical.com/Tutorials/Workflow/PRRelease/PRRelease1.htm

Hope this would solve your issue..

Regards

Narin Nandivada.

Read only

Former Member
0 Likes
489

Thanks Guys..