cancel
Showing results for 
Search instead for 
Did you mean: 

EBS search string issue with long string

former_member436584
Discoverer
0 Kudos

Hi,

I have this really long string I need to search on for EBS, and I have tried to setup the search string on the first 10 characters but it is not working because I need to include the whole string. The string is the same format but it includes different letter and numeric characters each time. How do I define these. I though for numeric it was # but am unsure about character letters.

If someone could advise how I detemine this I was trying to do the string search on either the word people or on the first characters TX15660722.

thanks

TX15660722799XTGBC20077AMIEXKSGPEOPLE CLIENT MANAG

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Perhaps you can match on PEOPLE CLIENT MANAG. What do you want to do with the search string? Change the posting rule?

Otherwise you can have an ABAP consultant create an exit CMOD FEB00001 and use a REGEX search (use DEMO_REGEX_TOY to optimize your regex search). You can manipulate the FEBEP structure accordingly.