cancel
Showing results for 
Search instead for 
Did you mean: 

Lock table from .net

former_member184675
Active Participant
0 Kudos

Dear all,

I'm currently facing an issue where i try to lock the VBAK table via FM ENQUEUE_EZ_VVBAKE from a C#.NET project.


function = moRfcDestination.Repository.CreateFunction("ENQUEUE_EZ_VVBAKE");

                function.SetValue("vbeln", vbeln);

                function.SetValue("_SCOPE", 2);

The lock is set, but when the FM ends execution,the lock is released.

How can I set the lock and keep it for the entire execution of the windows program ?

Thank you.

Andrei

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184675
Active Participant
0 Kudos

solved.