cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe Form used by more than one user simultaneously

Former Member
0 Kudos

Friends,

I am working on an online interactive Adobe form using Web Dynpro ABAP.

once the user enters the data and clicks the submit button, the data is sent to ztables.

the scenario is that more than one user can possibly use the same form simultaneously. in that case, how can i maintain synchronization ie how to avoid multiple users from using the form at the same time, when the form is already being filled by one user already.

I am guessing i have to do something with ADS for this.

Any thoughts or ideas would be greatly appreciated.

Thanks and Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Why do you want to autorised only one user to works with the forms at the same time.

I think that it's better to lock entries in SAP system in order to avoid problem of several user modifying the same data ...For this use lock entries in SAP system like for Abap classic program.

Hope this help you.

Regards.

Former Member
0 Kudos

Hi Bertrand,

The purpose of allowing only one user is to ensure data consistency as you have guessed.

Is there a program name or transaction code where i can look up the lock entries and see if i can apply them to my web dynpro application or the adobe form.

I would greatly appreciate your help.

Thanks and Regards.

Former Member
0 Kudos

Hi,

Have a look at function module beginning with 'ENQUE' or 'DEQUE' , they are used when you want to lock (Enqueu) or de-lock record ....

All transaction where you can modify data used this technology.

Regards

Former Member
0 Kudos

Bertrand,

I used lock objects and the issue is resolved.

Thanks and Regards.

Answers (0)