‎2009 Nov 24 1:48 PM
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
‎2009 Nov 24 2:55 PM
‎2009 Nov 24 2:55 PM
‎2009 Nov 24 4:09 PM
‎2009 Nov 24 4:51 PM
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,