on ‎2008 Oct 13 2:47 PM
It seems for me, the forum can not show the ABAP's not equal sign: <>
Maybe this way: "<" ">"
Not even in the code:
IF sy-subrc <> 0.
MESSAGE ...
ENDIF.I know it is the same as NE, but it would be good to see this characters also...
Thank you
Tamá
Request clarification before answering.
Or NE
Rob
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Someone showed me this once before (guess who?):
if sy-uname (4) <> 'BLAG'.What you are looking for is => & l t ; & g t ;
(formatting off and spaces added inbetween)
Cheers,
Julius
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same when you enter ">" in the subject line, the text left from it is omitted in forum overview. Probably has to do with interpretation of HTML tags.
Thomas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
however it works with opposite order
IF sy-subrc >< 0.also works not in code mode:
IF sy-subrc <> 0.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.