Question:
Hi!
I am having a hardtime determining on how to download a table in which I can download for values that contain a wildcard.
I have already surpassed one step, which is display for values = "*"
I used a range from ) to , (I got from ASCII).
I'm wondering if there's a shortcut for all values that contain *.
Thanks!
Answer:
There are at least 2.
1) Enter an impossible value (e.g. zzzzzzzzz_1) -> Only * will have it.
2) Enter #* -> it will give you those which have all values from the range.
_________________
Try Search
Else SAPNet
Otherwise It was designed not to work.
____________________
Answer:
What if I want to display values = AF*, CS*, RS* as it is?
if I put AF* in the search, I will get AF00, AFAA, AFS or something, right?
What I want to see in the table is AF* as a field value. Is that possible?
I needed to extracted a table in which the value contains the character * as a string, not as a wildcard.
Thanks!
Answer:
What if I want to display values = AF*, CS*, RS* as it is?
if I put AF* in the search, I will get AF00, AFAA, AFS or something, right?
What I want to see in the table is AF* as a field value. Is that possible?
I needed to extracted a table in which the value contains the character * as a string, not as a wildcard.
Thanks!
Then enter the impossible value after the *.
I assume you know what the known possible values after the * are.
Tarr