cancel
Showing results for 
Search instead for 
Did you mean: 

Locking the T-Code

Former Member
0 Kudos
192

can i lock the Z-Txn means it shud not run simultaneously at the same time.

which FM shud has to be used.

abhishek suppal

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Abhishek,

U can use the FM, 'ENQUEUE_ESTCVAR' to lock the Transaction code.

Regards,

Phani

Answers (2)

Answers (2)

andreas_mann3
Active Contributor
0 Kudos

Hi,

or try to lock your program with

fm ENQUEUE_ESINDX

regards Andreas

andreas_mann3
Active Contributor
0 Kudos

Hi,

use:

- lock-object (TA SE11)

- fm ENQUEUE_E_TABLE

- TA SM01

regards Andreas