Application Development 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: 

SM12 - Values

Former Member
0 Kudos

Hi,

In the transaction SM12, the value that control the activitity of ability to delete / display lock entires are

S_ENQ_ACT

How do I restrict this to just " display " and not delete the locks

I did some research and I get terms like --> DPFC / DPFU but donot know what they are and what they do. can any one throw more light, please?

I know if we put these values the user can view the locks of all users as wellas self.

What are these terms --- I m just unable to " parrot" values in !

So I need some help in undestanding these terms !

Thanks

Edited by: george G on Feb 12, 2009 5:30 PM

5 REPLIES 5

Former Member
0 Kudos

answered

Former Member
0 Kudos

It stands for Display foriegn user , delete foriegn user and like

Thanks

0 Kudos

>

> It stands for Display foriegn user , delete foriegn user and like

>

> Thanks

George,

Which is display or delete?

DPFC = ?

DPFU = ?

Thanks.

0 Kudos

Hi

these are the possible values.

The object consists of the field Enqueue: permitted activities.

Possible values:

DPFU: Display Foreign User - displays lock entries of foreign users in the same client

DLOU: Delete Own User - deletes the user's own lock entries

DLFU: Delete Foreign User - deletes lock entries of foreign users in the same client

DPFC: Display Foreign Client - displays lock entries of foreign users in foreign clients

ALL: All privileges including

deletion of lock entries of foreign users in foreign clients

activation/deactivation of enqueue-logging

activation/deactivation of complete functionality

emergency operation

deactivation of warning text on first deletion

0 Kudos

>

> Hi

>

>

> these are the possible values.

>

> The object consists of the field Enqueue: permitted activities.

>

> Possible values:

>

> DPFU: Display Foreign User - displays lock entries of foreign users in the same client

> DLOU: Delete Own User - deletes the user's own lock entries

> DLFU: Delete Foreign User - deletes lock entries of foreign users in the same client

> DPFC: Display Foreign Client - displays lock entries of foreign users in foreign clients

> ALL: All privileges including

> deletion of lock entries of foreign users in foreign clients

> activation/deactivation of enqueue-logging

> activation/deactivation of complete functionality

> emergency operation

> deactivation of warning text on first deletion

Thanks! Good info.