‎2015 Jul 02 4:16 PM
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...
‎2015 Jul 02 4:23 PM
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