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 Pointers

Former Member
0 Likes
974

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.

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

Many Thanks,

Sri

Edited by: Arunsri on Nov 24, 2009 2:48 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
782

You may try FM - CHANGE_POINTERS_CREATE_DIRECT .

rgds,

PB

3 REPLIES 3
Read only

Former Member
0 Likes
783

You may try FM - CHANGE_POINTERS_CREATE_DIRECT .

rgds,

PB

Read only

0 Likes
782

Hi,

Could you please tell me how to use this function module?

Read only

Edith-Cuellar
Explorer
0 Likes
782

Hi Arunsri,

How are doing the update? SAP recommends no tto do it directly on the table, most especially in HR infotypes . So you could use an standar function module like HR_INFOTYPE_OPERATION. I haven't tested, but is more likely that it activates the change pointers.

Regards,