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

USR40 - EXCEPTIONS

Former Member
0 Likes
514

Hi Friends,

Can any please guide me regarding USR40 Table Exceptions..!

i Came to Know about two Wild card entries like * and ?

Our SAP ERP/EHP Version is 6.0 so are there any new exceptions in this release regarding USR40.

and what does these below characters mean in USR40 table

AB?

?AB

?AB?

and difference between * & ?..

Quick response will be appreciated...

1 REPLY 1
Read only

Former Member
0 Likes
455

Sowjanya,

? -> refers to any single char

* -> refers to any pattern. Can be a group of any character/number etc and the length is not fixed.

so in your example ?AB? means there can be any 1 character before 'AB' and any '1' character after 'AB'

If the example is *AB* it mean there can be a group of characters before AB and a group of character after AB.

Thanks,

Vikram.M