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: 

Authority-Check for Sales Document Type

Former Member
0 Kudos

Hi All...

I would like to incorporate Authority-Chack for the field Sales Document Type "TVAK-AURT"...

Can any one give me the sample code or exact code..?

I have written Authority-check for Sales Organization as follows...

authority-check object 'V_VBAK_VKO'

id 'VKORG' field i_sales-vkorg

id 'VTWEG' field '00'

id 'SPART' field '00'

id 'ACTVT' field '03'.

if sy-subrc ne 0.

delete i_sales.

BUT HOW TO WRITE FOR V_VBAK_AAT..??

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Please check object: <b>V_VBAK_AAT</b> for the same.

EG:

authority-check object 'V_VBAK_AAT'

id 'AUART' field L_AUART

id 'ACTVT' field '03'.

Kind Regards

Eswar

Message was edited by: Eswar Rao Boddeti

2 REPLIES 2

Former Member
0 Kudos

Please check object: <b>V_VBAK_AAT</b> for the same.

EG:

authority-check object 'V_VBAK_AAT'

id 'AUART' field L_AUART

id 'ACTVT' field '03'.

Kind Regards

Eswar

Message was edited by: Eswar Rao Boddeti

Former Member
0 Kudos

Hello,

check out 'V_VBAK_AAT'

Regards,

Shehryar