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

How create change document for field without change document indicator in data element?

Former Member
0 Likes
943

Hi, I need to track changes in fields AFKO-GLTRS (Scheduled finish) and AFKO-GSTRS (Scheduled start) for PP Orders (create entries in CDPOS/CDHDR).

Data elements for these fields are standard and do not have change document indicator in Further characteristics. As for now FM ORDER_WRITE_DOCUMENT (that in turn calls FM CHANGEDOCUMENT_MULTIPLE_CASE for multiple tables) is used through user exit.

Any suggestions on how to solve this issue are welcome.

Thanks,

Vladimir

Hi, I need to track changes in fields AFKO-GLTRS (Scheduled finish) and AFKO-GSTRS (Scheduled start) for PP Orders (create entries in CDPOS/CDHDR).

Data elements for these fields are standard and do not have change document indicator in Further characteristics. As for now FM ORDER_WRITE_DOCUMENT (that in turn calls FM CHANGEDOCUMENT_MULTIPLE_CASE for multiple tables) is used through user exit.

Any suggestions on how to solve this issue are welcome.

Thanks,

Vladimir

1 REPLY 1
Read only

Former Member
0 Likes
653

Hello,

Include a new z data element in the table with the same values to be updated using a user exit and track the same. We can control the checkbox in Z ones. Reward points if useful.