Application Development 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: 

Change Pointers to generate IDoc

Former Member
0 Kudos

Hi,

We are updating an infotype record(PAXXXX) using BADI in background depending upon some conditions in another Infotype. Since we are doing this in background the change pointer is not generated. When changes happens through PA30 for infotype XXXX, change pointer gets generated.

Could you please let me know how to generate Change Pointers through program when it happens in background? So that once the database table is updated I could generate Change Pointer and the Idoc would capture that automatically.

Many Thanks,

Sri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi U have to Activate change pointers globally(BD61) and message type(BD51 activate and execute SAP standard prg RBDMIDOC....

Regards,

DSK

1 REPLY 1

Former Member
0 Kudos

Hi U have to Activate change pointers globally(BD61) and message type(BD51 activate and execute SAP standard prg RBDMIDOC....

Regards,

DSK