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

Authorization Object for Varient creation and Selection

Former Member
0 Likes
5,392

Hi all,

Can any one please help me to find Authorization Object for Variant creation and Selection in the Program.

Please let me Know if you have any other method to do this fuctionalit.yI want to provide this Authorization for Standard Program -Tcode.

Thanks in advance.

Prabhu

Hi all,

Can any one please help me to find Authorization Object for Variant creation and Selection in the Program.

Please let me Know if you have any other method to do this fuctionalit.yI want to provide this Authorization for Standard Program -Tcode.

Thanks in advance.

Prabhu

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
2,203

pl check this Object K_PVARIANT

& the function module RS_ABAPVARIANT_AUTH

~Suresh

Read only

Former Member
0 Likes
2,203

Hi,

variant creation uses object S_program

authority-check

object 'S_PROGRAM'

id 'P_GROUP' field trdir-secu

id 'P_ACTION' field 'VARIANT'.

Regards

amole