2006 Oct 03 2:49 AM
What user exit I need to trigger "Release" event for Purchase requisition (BUS2105) Object.
2006 Oct 03 8:03 PM
You want to trigger the purchase requistion release event once the purchase requisition is created..Is this your requirement??
THanks,
Naren
What user exit I need to trigger "Release" event for Purchase requisition (BUS2105) Object.
2006 Oct 03 9:20 AM
Hi,
you can simply create events either using SAP_WAPI_CREATE_EVENT or
SWE_EVENT_CREATE
These both are online documented And I believe that the first one is now preferred.
Kind reghards, rob Dielemans
2006 Oct 03 8:01 PM
I want the event to be trigger when Purchasing requisiiton is created/released from the application, so I need to put the code in a user exit for the application. I am looking for the user exit where I can add code to trigger the event.
2006 Oct 03 8:03 PM
You want to trigger the purchase requistion release event once the purchase requisition is created..Is this your requirement??
THanks,
Naren
2006 Oct 03 11:38 PM
Hi
If you are looking into whcih exit would work,
I mean when the PR is created you need to add your code into the "EXIT_SAPLMEREQ_008" for the workflow to be triggered
Using the any of the following FM
'SWE_EVENT_CREATE' or "SAP_WAPI_CREATE_EVENT"
2006 Oct 04 6:24 AM
Hi ,
I think coresponding events are triggered by SAP automatically when you release/create a PR. What you need to do is just do Event Type Linkage of those events with your Workflow .
For this you can use transaction SWETYPV .
Please let me know if it works .
Regards
Saurabh
2006 Oct 04 2:27 PM
I am not sure the application triggers the event when PR is created/released. I tried it in one of the sandbox system and it did not trigger the event. When I tried it in diagnostin mode ( Manual triggering ) it worked.
Thanks for all your answers, they were great.
- Vijay
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |