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 bypassed in debug mode

Former Member
0 Likes
1,158

<b>On the t-code F-43 for Invoice posting, a user who didn't have access to the transaction, seem to be able to post a document while running a program that uses the same transaction in debug mode or while processing as a background job.</b>

Please advise how this can be avoided, while the user surely doesn't have access to the transaction, he's still able to bypass the authorization issue while working in debug mode or processing a background job.

3 REPLIES 3
Read only

Former Member
0 Likes
647

Hello,

you can try TCODE GGB0 (validations) and there you can carry out validation based on an authorization object (Create a new one if required) and do the desired thing in case of authorization chack failure.

Regards

Saket Sharma

Read only

0 Likes
647

Thanks for the insight.

Does the authorization object check need to be explicitly done in the program?

Any ideas on why the authorization is bypassed only when accessing the t-code using a BDC program in the debug mode or as a back ground job.

While running the t-code directly, the authorization holds good!

Read only

Former Member
0 Likes
647

Hey Murali,

Is the user using a standard transaction or a customised program.

Regards,

Ravi