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

Change documents CDHDR,CDPOS.

Former Member
0 Likes
2,373

Hi All,

In my customk program i have to capture the change history of BOM . But I have only plant as input and object class.

How to manage date and time to run the background program for this ?

Please share your experiance on this.

Thanks,

Vinay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,334

for report purpose and for extracting data regarding change documents

identify the message type for this

activate the message type for change document in BD50 Tcode

and next there is a FM to read change document search in google to find it out

for which input in date and time and message type

out put will be the changed data within the stipulated time

cheers

S.Janagar

Hi All,

In my customk program i have to capture the change history of BOM . But I have only plant as input and object class.

How to manage date and time to run the background program for this ?

Please share your experiance on this.

Thanks,

Vinay

2 REPLIES 2
Read only

Former Member
0 Likes
1,335

for report purpose and for extracting data regarding change documents

identify the message type for this

activate the message type for change document in BD50 Tcode

and next there is a FM to read change document search in google to find it out

for which input in date and time and message type

out put will be the changed data within the stipulated time

cheers

S.Janagar

Read only

Former Member
0 Likes
1,334

Hi,

I suppose you should do the following steps:

1) read CDHDR according to the objectclass and txocde (CS02)

2) read relevant records from CDPOS according to document number

3) check the BOM number from column tabkey for rows where table equal STPO (BOM positions) and than in STPO table check material number

4) verify if the material is from correct plant (table MARC)