cancel
Showing results for 
Search instead for 
Did you mean: 

Default value for Authorisation Variable

Former Member
0 Kudos

Hello,

I have a variable of processing type Authorisation. Is there a possibilty to give a default value to this variable. Any possiblilty in I_STEP = 0?

Please advise.

thanks and best regards,

Kalyan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please see attached thread for the same isssue.

Former Member
0 Kudos

Yes, you can set default values for Authorization Variable from I_STEP = 0. You can use ABAP logic to assign a default value.

Former Member
0 Kudos

Hi Deepu,

Could you please provide the code to be written in I_step = 0. I have tried writing the code but it doesnt enter into step = 0. What would be the variable settings?

Please suggest..

thanks,

kalyan

Former Member
0 Kudos

Hi Kalyan,

The value for the Auhtorization varible will be picked up from the roles, where you have set the values for the authorization object, Say for example if you have create a authorization variable for Business unit then the variable in the BEX will be pick up the values for the responsible Business unit during execution of the report and validate the user master data , which you have defined in the ROLES.

Hope it helps.

cheers,

Balaji