2008 Aug 25 4:13 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
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 .
2008 Aug 25 4:17 PM
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
2008 Aug 25 4:18 PM
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.
2008 Aug 26 7:42 AM
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 .
2008 Aug 26 7:45 AM
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.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |