2008 Dec 16 10:19 AM
Hi,
I need to lock a particular Contract account in the table FKKVKP.
Can anyone suggest me a function module that would import:
>> the table name,
>> field name and
>> the field value and lock it.
if lock is successfull it should export sy-subrc = 0.
After modifying the contract account needs to unlocked.
Hi,
I need to lock a particular Contract account in the table FKKVKP.
Can anyone suggest me a function module that would import:
>> the table name,
>> field name and
>> the field value and lock it.
if lock is successfull it should export sy-subrc = 0.
After modifying the contract account needs to unlocked.
2009 Mar 25 9:33 AM
2009 Mar 25 9:40 AM
User SAP provided function ENQUEUE_EFKKVKONT to place lock on contract account.
Edited by: Sunil Sawaikar on Mar 25, 2009 10:40 AM