‎2010 Jan 18 12:37 PM
Hi Firends,
I am working in a upgrade to ECC6.0 project. The following statement is shown in UNICODE as an error:
PERFORM GET_FRAME_TITLE(SAPDBBRF) USING &1 TS_TEXT&1. " 4.6A
But there is no error when we verify the syntax. How do we replace this statement, please suggest.
Rgds
Kishore
‎2010 Jan 18 2:51 PM
The unicode error is in the parameters. Unicode is very restrictive in the name of parameters.
It seems that you are using macros or maybe the error is that a parameter is a table.
Change the name of parameters to alphanumeric only
‎2010 Jan 18 2:51 PM
The unicode error is in the parameters. Unicode is very restrictive in the name of parameters.
It seems that you are using macros or maybe the error is that a parameter is a table.
Change the name of parameters to alphanumeric only
‎2010 Jan 21 12:35 PM
‎2010 Jan 21 1:21 PM
Hi Kishore,
In Unicode only '_' will be accepted for the varible names, not any special characters.
TEXT_20 is correct variable name
TEXT &1 is error in unicode.This error will not shown in Syntax.Hope this will help you
Regards,
Narendra.Somarouthu