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

2 change objects in BD52

Former Member
0 Likes
1,168

Hi,

We have created a new Z message type which combines the fields of DEBMAS and ADRMAS IDOC type. This typically covers KN* table field and ADRC table field in one IDOC. Now I want that if any change is made to fields of either KN* table or ADRC table, Change pointer should trigger an IDOC.

Although KN* change is triggering an IDOC , changes to ADRC is not triggering a IDOC. I have put the object ADRESSE in the BD52 for Z message type along with DEBI, but still no results. Also no Master IDoc is generating which means no change pointer are getting generated.

Can you pls advice what I should do to triger a IDOC.

Regds

Harish

1 REPLY 1
Read only

Former Member
0 Likes
569

hi,

If you activate the change pointers , then field changes will be stored in CDPOS and CDHDR tables according to the BDCP table entries, to pick up these changes and to generate IDOC you need to run the program RBDMIDOC.

check steps :

1.Go to the Data Element of the field and check whether change doucment option is checked or not .

2.change the value of the field and check the entries in CDHDR and CDPOS.here u can check the change document object and table .

Regards,

Sailaja.