2009 Oct 09 2:21 PM
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.
2009 Oct 09 2:28 PM
2009 Oct 09 2:34 PM
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
2009 Oct 09 2:47 PM
>
> 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
2009 Oct 09 2:57 PM