2014 Sep 29 10:02 AM
Dear all,
I want to change 'gemfakt' on contract level. At first, I use ISU_S_CONTRACT_PROVIDE and afterwards, I give y_obj an y_auto to ISU_S_CONTRACT_CHANGE.
The problem is, that the changes I make are not written to the database. In which structure do I have to change a value for that it is written to db?
y_obj? y_auto?
I thank you all very much for your attention and help.
Best Regards,
Steffie
2014 Sep 29 11:53 AM
I got the answer by myself, looking at other reports using ISU_S_CONTRACT_CHANGE.
The solution is, that you change your values like:
lcl_y_auto-everd-gemfakt = '3'
and after that, you have to use
lcl_y_auto-everd_use = 'X'.
lcl_y_auto-everd_okcode = 'SAVE'.
Maybe, this results from some kind of dynpro structure or something like that.
2014 Sep 29 11:53 AM
I got the answer by myself, looking at other reports using ISU_S_CONTRACT_CHANGE.
The solution is, that you change your values like:
lcl_y_auto-everd-gemfakt = '3'
and after that, you have to use
lcl_y_auto-everd_use = 'X'.
lcl_y_auto-everd_okcode = 'SAVE'.
Maybe, this results from some kind of dynpro structure or something like that.