‎2008 Jul 03 1:44 PM
HI all ,
I have the requiremnet that the customer arrival dates changes( begin actual and end actual - vl02n - go to header- dates ) are to be captured and the report needs to be prepared based on user - old value and new value etc.
I think for that the changes should be updated in table cdhdr and cdpos.
The details are as below :
Struct. ITSEGDIAE
Field name TIME_TST03
Data element TSEGTIMLOC
Domain: TZNTSTMPSL
for this data element I have activated( ticked ) the check box for 'change document' in 'further characteristics' tab.
still the changes are not coming in cdhdr and cdpos table.
am I missing any step here?
tsegh and tsege tables are updated with the changes but changes are not coming in cdhdr and cdpos tables.
‎2008 Jul 03 1:53 PM
Hello.
Another possibility is to create an exit in program SAPMV50A, include MV50AFZ1. You have form USEREXIT_SAVE_DOCUMENT, that is triggered at SAVE moment, and where you can retrieve values from structures:
xlikp or likp (new values)
xlips or lips (new values)
ylikp (old values)
ylips(old values)
... and much more others.
Regards.
Valter Oliveira.
‎2008 Jul 03 1:53 PM
Hello.
Another possibility is to create an exit in program SAPMV50A, include MV50AFZ1. You have form USEREXIT_SAVE_DOCUMENT, that is triggered at SAVE moment, and where you can retrieve values from structures:
xlikp or likp (new values)
xlips or lips (new values)
ylikp (old values)
ylips(old values)
... and much more others.
Regards.
Valter Oliveira.