2014 Jan 16 10:10 AM
Hi guys,
I would like to know how to use the wildcard ? in a searchstring. It is about the electronic banc statement.
a?b find aQb or a1b. my question is: does it also find a b? (space beetween a and b)
Thanks.
Hi guys,
I would like to know how to use the wildcard ? in a searchstring. It is about the electronic banc statement.
a?b find aQb or a1b. my question is: does it also find a b? (space beetween a and b)
Thanks.
2014 Jan 16 11:23 AM
Hi,
Replace wildcard with % in your code and use like in the Select query.
Please find the sample select query as below :
SELECT SINGLE *
INTO wa_jest
FROM crm_jest
WHERE objnr = wa_order-guid
AND inact = ''
AND stat LIKE 'E%'.
Thanks & Regards,
Akshay Ruia
2014 Jan 16 11:39 AM
it is a customizing task
a?b find aQb or a1b. my question is: does it also find a b? (space beetween a and b)
2014 Jan 17 4:47 AM
Hi,
Please go through the below link.
http://help.sap.com/saphelp_46c/helpdata/en/af/0a242bc925d311b60f0060b03c2bff/content.htm
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |