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

Create authorization object fro Log Id's

Former Member
0 Likes
625

Dear all,

There are set of Scrap Codes and I am stuck in a situation where in i have a to develop a report which allows the User to select the Defect Codes specific to SAP Id's .

Can any body please help me in achiving this.

with rgds

Ranjith Singh

Dear all,

There are set of Scrap Codes and I am stuck in a situation where in i have a to develop a report which allows the User to select the Defect Codes specific to SAP Id's .

Can any body please help me in achiving this.

with rgds

Ranjith Singh

4 REPLIES 4
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
599

What does this have to do with authorization (in the subject) and why don't you just ask the functional consultant to help with the specification for your report?

Read only

0 Likes
599

Hi,

The actual scenario is that there are 2 sub screens and i want some Id's to access both the screens and the some to access to only one. Can any body please help me how to achieve this with authorisation check.

Read only

0 Likes
599

Hi,

You can create authorization class using transactrion su21, Under authorization class create authorization object and assign activity (like 01,02,03) which you want.

Check created object and activity value.


 AUTHORITY-CHECK OBJECT 'Object_Name'
             ID 'ACTVT' FIELD '__________'.

Depend on authrorization check call to those requrired subscreen call in PBO & PAI of the screen.

Kind Rgds

Ravi Lanjewar

Read only

Former Member
0 Likes
599

thanx i will able to resolve the issue