Skip to Content
0
Former Member
Nov 28, 2008 at 01:13 AM

Pre-poulating Authorization variables in BEX

97 Views

Hello Gurus,

Can somebody provide guidance on this. I have authorization variable created on infoobject "PROGRAM' . In the infoquery at run time, I want to pre- populate the authorization variable with default values of the program 'A' and B .The user is currently authorized for programs A, B , C, D, E,

When I run the infoquery, authorization variable default is prepoluated with the authorized values 'A' , 'B' , 'C' and 'D' 'E' , which is not what I need .Can I prepulate this in I_STEP = 1 or 0 with vaules 'A' and 'B'.

I have tried the following it did not work.

1) Created a user exit variable for PROGRAM with no user input. So it triggers the user exit for variable (RSR0001). In the userexit it I tried using i_step = 1 to populate the default values, however it is still populating the programs 'A' , 'B' , 'C', 'D'. I just need A and B.

Can somebody help ?

Thanks,

-Hari

Please let me know your expert opinion,