Application Development 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: 

permanent lock in RFC call

Former Member
0 Kudos

Hi,

in my scenario I want substitute TELNET RF Application with RFC CALL to Web Services Systems.

I have a problem with LOCK:

in TELNET I have standard table that I lock first time and I continue for the use of TELNET Application,

now I lost my lock every time I do a new call to the system so standard table (es. LIKP AUFK) are not locked.

How can I resolve my problem?

Thanks

4 REPLIES 4

Former Member
0 Kudos

Didnt get your question. Please explain.

former_member213851
Active Contributor
0 Kudos

Hi Giacomo,

You can use Enqueue-Dequeue concept for LIKP AND AUFK tables.

Please refer
http://help.sap.com/saphelp_nw04/helpdata/en/f4/670f9b9d62f94db4ea7361b34ea214/content.htm

Regards Sachin

Former Member
0 Kudos

Hi,

how can I get a permanent lock in SM12 using RFC call via WEB-SERVICES.

Every time that I call a RFC I lost the lock in table.

My purpose is, until the user complete his operations, mantain the lock on this standard transaction so from WS (like VL02N) other users can't  enter in this transaction.

Thanks

0 Kudos

Can I use a RFC-enabled Lock Object to have an APPLICATION SCOPE and lock the RFC for all the time of his use???

How can I do this?