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

SU24

Former Member
0 Likes
330

Any idea on what is the difference between Unmaintained (U) and N. I have never used these two?

Any ideas on where we use them?

Any idea on what is the difference between Unmaintained (U) and N. I have never used these two?

Any ideas on where we use them?

1 REPLY 1
Read only

Former Member
0 Likes
304

N = No check (sy-subrc is set to 0) - effectively, it skips the authorization check, for that specific transaction code (but not others).

U = Unknown or unmaintained object (sy-subrc is handled the same way as C (check)), except the developer has not made up their mind yet which indicator to give the object. At least, in CUSTOMER type systems it works that way.

If you search, you will find more infos.

Cheers,

Julius