Skip to Content
0
Former Member
Apr 16, 2010 at 10:27 AM

Authorization Object - Checks

2147 Views

Hello Experts,

We make use of Authority checks in our applications which require User authorization .

For example Sales application makes use of Standard authorization object 'V_VBAK_VKO' .

AUTHORITY-CHECK OBJECT 'V_VBAK_VKO'

ID 'VKORG' FIELD VBAK-VKORG

ID 'VTWEG' FIELD VBAK-VTWEG

ID 'SPART' FIELD VBAK-SPART

ID 'ACTVT' FIELD DA_ACTVT.

The above check is a combination of Business fields like Sales org(VBAK-VKORG) etc and Type of a Activity (DA_ACTVT)

for example '01' for create and '02' for change .

My requirement is to have pure activity based check .

Can we use the same check without Business fields and have only the Activity type . for example

AUTHORITY-CHECK OBJECT 'ZOBJ'

ID 'ACTVT' FIELD '02'.

Syntactically seems to correct .

Is this a correct usage ?

Thanks and Regards,

Ravish.