cancel
Showing results for 
Search instead for 
Did you mean: 

About lock object in Dynpro ABAP

0 Kudos

Hi Expert,

We develop the Dynpro ABAP program to modify SAP document on EP,

( like Sales Order, Purchase order...ect. ).

In tranditional ABAP program, we use lock object(lock entry) to lock sigle document( SO, PO.. etc. )

In Dynpro ABAP , how to lock the single document ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can also use the "ENQUEUE" and "DEQUEUE" function modules to lock records in WDA as well.

Check out the thread [The effect of Session Expiration on Lock Table |].

Hope it helps.

Answers (1)

Answers (1)

Former Member
0 Kudos

Locking is similar as in SAP GUI development. Just handle the message returned in WD style