3
Procedure to open a unauthorized transaction Step 1 : Type the transaction and press enter. (U will get a message saying that you are not authorized to use the transaction. Step 2: goto “Systems Status double click on “Program”. Step 3 : Click on “Other Object” button on the top Step 4: Click on “Program” Tab. Select the “transaction” Check button and type the transaction code for which u don’t have authorization. Press enter. Step 5: type /H to activate the debugging mode. Press enter and click on “Execute Button” or press F8. The system will now take you into the program. Step 6: Click on “Break Points” at the top. Select “Break Points At””Statement”. A dialog box will open. Type “Message” in the dialog box and press “Enter”. Step 7: Press F8. The indicator will point on the break point. Just above that pointer, you’ll find a statement as mentioned below : if sy-subrc ne 0. Double click jest behind that statement to put one ,more break-point for this statement. Now press F8 twice until the indicator points on the above-mentioned statement.. Step 8 : Now double click on the statement “if sy-subrc ne 0”

SAP Transaction Authorization Break

Embed Size (px)

DESCRIPTION

SAP Transaction authorization break

Citation preview

Page 1: SAP Transaction Authorization Break

Procedure to open a unauthorized transaction

Step 1: Type the transaction and press enter. (U will get a message saying that you are not authorized to use the transaction.

Step 2: goto “Systems Status double click on “Program”.

Step 3: Click on “Other Object” button on the top

Step 4: Click on “Program” Tab. Select the “transaction” Check button and type the transaction code for which u don’t have authorization. Press enter.

Step 5: type /H to activate the debugging mode. Press enter and click on “Execute Button” or press F8.The system will now take you into the program.

Step 6: Click on “Break Points” at the top. Select “Break Points At””Statement”. A dialog box will open. Type “Message” in the dialog box and press “Enter”.

Step 7: Press F8. The indicator will point on the break point. Just above that pointer, you’ll find a statement as mentioned below :

if sy-subrc ne 0.

Double click jest behind that statement to put one ,more break-point for this statement. Now press F8 twice until the indicator points on the above-mentioned statement..

Step 8:Now double click on the statement “if sy-subrc ne 0”

Change the Value of sy-subrc from 4 to 0 and click on “Change button” at the RHS. Now press F8 again. The system will now take you to the transaction which you wanted to access.

Change the value from 4 to 0

Click here

Double click & change sy-subrc value from 4 to 0

Page 2: SAP Transaction Authorization Break