‎2008 Aug 07 8:38 AM
Dear all,
For some reasons in PP, some fields in material master (MARC) have to been changed to its initial value. After executing another program, these fields must get back the previous value.
So I have created an ABAP-program that changes fields in material master and I use BAPI_MATERIAL_SAVEDATA to do this. This program runs every day in a background job. But now I'm getting a lot of change logs for this materials, which I do not need (tables CDHDR/CDPOS).
Is it possible to deactivate the change log during execution of a abap-program.
We are working in release 46C.
Regards,
Christine
‎2008 Aug 07 9:43 AM
Hi Friend,
CDHDR/CDPOS entry created with change document flag ticked in the data element of field of table.
Here table is MARA, and it has many fields which has data element with that flag ticked. So there is now way you can stop change logs excep you change the data element.But that is not advisable.
Hope it will help you.
Regards
Krishnendu
‎2008 Aug 07 9:43 AM
Hi Friend,
CDHDR/CDPOS entry created with change document flag ticked in the data element of field of table.
Here table is MARA, and it has many fields which has data element with that flag ticked. So there is now way you can stop change logs excep you change the data element.But that is not advisable.
Hope it will help you.
Regards
Krishnendu
‎2008 Aug 07 1:12 PM
Hi Krishnendu,
Thanks for your reply.
So, the only way to avoid change logging is by updating the table directly?
Regards,
Christine