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

BOM FM

Former Member
0 Likes
516

Hi,

Iam looking for a BOM function module which will give a log whenever i create or update a BOM material no.

I tried with CSAP_MAT_BOM_MAINTAIN function module but i could not find the status of BOM.

I even check in application log from SLG1 but no results.

Thanks,

Raj

Hi,

Iam looking for a BOM function module which will give a log whenever i create or update a BOM material no.

I tried with CSAP_MAT_BOM_MAINTAIN function module but i could not find the status of BOM.

I even check in application log from SLG1 but no results.

Thanks,

Raj

2 REPLIES 2
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
477

I believe that ECM(Engineering Changement Management) must be turned on and setup, in order to track changes to Bill of Materials.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
477

There is a standard program that gives you the information. It is RCS00120. Give STUE for Object, MAST key field values for object id, and date.

Basically it calls the same change document function modules. These are CHANGEDOCUMENT_READ_HEADERS and CHANGEDOCUMENT_READ_POSITIONS or alternatively you can use CHANGEDOCUMENT_READ.

Please close the post if answered.