SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

ISU_S_CONTRACT_CHANGE

Former Member
0 Kudos

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

View solution in original post

1 REPLY 1

Former Member
0 Kudos

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.