‎2006 Jun 16 2:05 PM
Hi all,
I am trying to use this bapi to update some table field
as input i am giving these
CONTRACTACCOUNT = SOME CONTARCT ACCOUNT NO.
PARTNER = SOME PARTNER NO.
CONTRACTACCOUNTDATA-DUNNING_PROC = '02'
CONTRACTACCOUNTDATAX-DUNNING_PROC = 'X'
My requirement is to change the dunning procedure to '02
from the existing '01' for the corresponding partner & contract account ,after executing it i am not getting any error but still the old value exists in the dunning procedure. Can anyone please help..
Thanx in advance..
‎2006 Jun 16 2:09 PM
Did you commit work after the bapi?
or use the bapi bapi_transaction_commit after the call to the first bapi.
Regards,
Ravi
‎2006 Jun 16 2:24 PM