2011 Feb 17 6:43 PM
We are using the FM BAPI_ISUPARTNER_CHANGE to change the email of the BP. Which is the appropriate FM to use to lock/enqueue the BP before calling the FM BAPI_ISUPARTNER_CHANGE?
Regrds.
2011 Feb 17 7:52 PM
Hari24x7:
A BAPI generally handles enqueue on its own - that is a benefit of using a bapi. the one you mention is covered by that approach. You only need to call the commit after execution.
regards,
bill.
2011 Feb 17 8:01 PM
Hari24x7:
look please class
CL_IM_MDS_BUPA_LOCK
and 2 methods
IF_EX_BUPA_LOCK~LOCK
IF_EX_BUPA_LOCK~UNLOCK
may be it's help you.
Best regards,
Igor