2008 Apr 01 8:59 PM
How can I know if the content of a variable has quotation mark?
2008 Apr 01 9:04 PM
Try the FIND sentence (it will affect SY-SUBRC according to the result).
Don't forget that the quotation mark is an special character in ABAP, you should compare against '''' (four consecutive quotation marks).
How can I know if the content of a variable has quotation mark?
2008 Apr 01 9:01 PM
2008 Apr 01 9:04 PM
Try the FIND sentence (it will affect SY-SUBRC according to the result).
Don't forget that the quotation mark is an special character in ABAP, you should compare against '''' (four consecutive quotation marks).
2008 Apr 01 9:07 PM
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |