Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Upgrade error in Function call

Former Member
0 Likes
561

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

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

3 REPLIES 3
Read only

Former Member
0 Likes
526

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

Read only

0 Likes
525

Can you rpvide any example over here?

Rgds

Kishore

Read only

former_member761936
Active Participant
0 Likes
525

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