cancel
Showing results for 
Search instead for 
Did you mean: 

Purchasing Info record

01-04-2009 7:10 PM
1411 views 3 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

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

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

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

Answers (2)

Answers (2)

saumya_govil
Active Contributor
0 Likes

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

Former Member
0 Likes

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