SAP Messages

SAP message number 007 within class GB - Unrecognized symbol :&








Messsage Text for 007(GB)

Unrecognized symbol :&


What causes this issue?
The syntax of the boolean statement is incorrect.
A symbol is used in the expression that is not recognized.
E.g.  $fld >>= '1'


System Response
The code generation is aborted.

How to fix the issue?
Check the syntax of the expression with the documentation.
E.g.  $fld >= '1'






ABAP Code to add mesage to own reports


MESSAGE W007(GB). "warning message
MESSAGE E007(GB). "Error message
--> See here for more options


Contribute (Add Comments)

Use the comments section below to add any links, information or screen shots that you feel are relevant to this message. This could include issues you have found that cause the messages to appear incorrectly as well as any fixes you have found or relevant SAP OSS notes. You will then be able to find this information quickly, simply by searching on the message class GB and number 007



Return to Message Class GB