Application Development 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: 

Contract , account determination change

Former Member
0 Kudos

Hi,

I have a requirement to change contract's account determination(KOFIZ) after an installation is changed under certain scenarios.

Can you suggest me best way to change it, any BAPI  or FM to change account determination in contract ES21?

Thanks in Advance.

,

Anajan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can try the BAPI_ISUCONTRCT_CHANGEFROMDATA.

In the structure BAPIISUCONTRACT the field ACTDETERID should by your determination

Regards

Markus

2 REPLIES 2

Former Member
0 Kudos

You can try the BAPI_ISUCONTRCT_CHANGEFROMDATA.

In the structure BAPIISUCONTRACT the field ACTDETERID should by your determination

Regards

Markus

0 Kudos

Thanks yes...

ISU_S_CONTRACT_CHANGE

    lst_isucontract-actdeterid       = 'BM'.

     lst_isucontractx-actdeterid    = abap_true.


thanks.