cancel
Showing results for 
Search instead for 
Did you mean: 

L_TO_CREATE_INT User locked issue

Sidhant-Acharya
Participant
0 Kudos

Hi Experts,

I am using L_TO_CREATE_INT function module to create TO.

But when I execute this FM it executes twice and finally gives user locked error.

Could you please advice me how to use this FM.

Thanks

Sidhant

View Entire Topic
p244500
Active Contributor
0 Kudos

Hi,

Check the value you are passing for LGTYP (storage type ) in the table T301 Check table for LGTYP field.

Use fm : ENQUEUE_ELLAGPE , DEQUEUE_ELLAGPE

In the function module you are using for the enquee ('ENQUEUE_Exxx') you will find an optional parameter called _SCOPE (default value = 2). Use _SCOPE = 1 and try again.

https://answers.sap.com/questions/8774404/index.html

Regards,

Nawa