Hi,
i am working on Purchasing info record.can you please let me know if any business object and event for this purchaing info record.
If user changes the info record in ME12, event should be triggered.
Thanks
Ashok
Request clarification before answering.
Hi Ashu,
As far as i know, there in the DELETE event(BUS3003) which is present for ME11/ME12. There is no standard event. What you will have to do is use Change Document Object INFOSATZ (SWEC ) and trigger the Create/change events.
There are no BADI/ User exits which can be used to trigger workflows. You can use field exits, but that depends on which version of SAP you are working.
This will also run into complications as in ME11, there can be multiple inserts ( same vendor/material but different PORG/PLANT/Purchasing category), where in SAP ( CDHDR ) treats second insert through ME11 as "U" and triggers the "Change" event.
You will have to use check functions, some field restrictions to prevent triggers of workflow on revise.
Regards
PN
Edited by: Portal Newbie on Jan 5, 2009 2:37 AM
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ashok,
Do the following steps to know the associated BO and event:
1. Activate the event trace using t-code SWELS.
2. Execute your transaction ME12.
3. Go to t-code SWEL and check which BO and event if triggered.
Simple !
Hope this helps!
Regards,
Saumya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can always check SWO3 for any infomation on the BO and its type..!!
Let me know if u still face any issues.
Regards,
Kanika
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.