Application Development and Automation 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: 
Read only

Locking a contract account

Former Member
0 Likes
932

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.

2 REPLIES 2
Read only

Former Member
0 Likes
600

Created a lock object

Read only

Former Member
0 Likes
600

User SAP provided function ENQUEUE_EFKKVKONT to place lock on contract account.

Edited by: Sunil Sawaikar on Mar 25, 2009 10:40 AM