Hi Experts,
I am new to scripting area in SAP Sourcing.
I would like to change the "Agreement Status" of one MA using IAPI methods in explicitly called script. I do not want to use DB Handle methods.
For that I am trying to read one MA which needs to be change.
MAID = "12345";
MAHome = IBeanHomeLocator.lookup(session, ContractsBeanHomeIfc.sHOME_NAME);
MA= linkDefnHome.findUnique(MAID);
It is not reading the MA.
Please help me how to read and change the MA's status.
Thanks
Krish