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 check for select-options field - Company code.

rnb86
Participant
0 Likes
2,188

Hi experts,

i have company code field on the report selection screen and i have to validate the authorization check for BUKRS.

How to do authorization check for a select-options field?

Any function modules used to write the authorization check for a SELECT-OPTIONS FIELD?

Thanks.

Hi experts,

i have company code field on the report selection screen and i have to validate the authorization check for BUKRS.

How to do authorization check for a select-options field?

Any function modules used to write the authorization check for a SELECT-OPTIONS FIELD?

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
1,133

Hi,

Check the FM BUKRS_AUTHORITY_CHECK

Vikranth

Read only

Former Member
0 Likes
1,133

HI,

You select values from T001 for BUKRS IN S_BUKRS(Your company Code) into one table.

Loop through the table and you can check authorization for each and every value of BUKRS and show an error message if it fails.

Regards,

Subhashini

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,133

>

> Any function modules used to write the authorization check for a SELECT-OPTIONS FIELD?

Does it hurt to type a few lines of code? Why do you need an FM for this my friend?

Anyways can you please tell which SAP application area (viz. FI, SD etc.) do you want to run the report?

Suhas

Read only

0 Likes
1,133

Suhas,

i am developing a report in FI area.