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

Index table Using in Multiple Programs Parallely - Lock Issue

rahul_pathak78
Explorer
0 Likes
419

Hi Experts,

I am using Import/Export (      ) in program to sent Internal tables from called report to caller report.

Is there any lock issue if multiple programs are using same logic i.e. Import/Export using INDX  at same time

Please note Index key are unique for each program.

Advance thanks.

Regards,

Rahul Pathak

1 REPLY 1
Read only

Former Member
0 Likes
387

Hi, Rahul

Yes, you can .....

You can use Lock object (Enqueue/ Dequeue Function module) or you can create new lock object in SE11 as per your requirements and use it.

Regards,

Sanjay Garhpandey