Application Development and Automation 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: 
Read only

Authorizations for billing block

Former Member
0 Likes
801

Hi All,

My requirement is to restrict certain users from changing the

billing block in VA01 and VA02 screen.

I understand this can be done by doing some authorizations. I also

seek the help of some Basis people in my company but in vain.

Can anyone help me in resolving this.

I have to restrict some users from changing the billing block in

VA01 and VA02.

Thanks in advance.

Regards,

Sridhar

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Edited by: Alvaro Tejada Galindo on Aug 25, 2008 5:24 PM

Hi All,

My requirement is to restrict certain users from changing the

billing block in VA01 and VA02 screen.

I understand this can be done by doing some authorizations. I also

seek the help of some Basis people in my company but in vain.

Can anyone help me in resolving this.

I have to restrict some users from changing the billing block in

VA01 and VA02.

Thanks in advance.

Regards,

Sridhar

<REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>

Edited by: Alvaro Tejada Galindo on Aug 25, 2008 5:24 PM

4 REPLIES 4
Read only

Former Member
0 Likes
692

U use these type authority chk:

INITIALIZATION.

AUTHORITY-CHECK OBJECT 'ZPRCHK_NEW' :

ID 'TCD' FIELD sy-tcode

ID 'BUKRS' DUMMY

ID 'PRCTR' DUMMY

ID 'SPART' DUMMY

ID 'WERKS' DUMMY

ID 'VKORG' DUMMY

ID 'EKORG' DUMMY.

IF sy-subrc NE 0.

MESSAGE text-011 TYPE 'E'.

LEAVE PROGRAM.

ENDIF.

Follow this way all check.

Regards:

Prabu

Read only

Former Member
0 Likes
692

I don't think this can be done without assistance from a basis. Either the authorization object and role exists and the basis must take it away from some users or it doesn't exist and you need to create authorization objects, and then the basis must assign them to roles or users.

Read only

Former Member
0 Likes
692

My requirement is to restrict certain users from changing the

billing block in VA01 and VA02 screen.

I understand this can be done by doing some authorizations. I also

seek the help of some Basis people in my company but in vain.

I want to use standard authorization obj for billing block .

Read only

Former Member
0 Likes
692

My requirement is to restrict certain users from changing the

billing block in VA01 and VA02 screen.

I understand this can be done by doing some authorizations. I also

seek the help of some Basis people in my company but in vain.