Application Development 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: 

Hyphen in fieldnames after Unicode conversion

former_member210563
Participant
0 Kudos

Hi,

I have a couple of programs that after being tested in ERP2005 dump. It is std.code for fieldnames and the warning is:

example:

In unicode programs the '-' character cannot appear in names as it does here

in the name 'BSTYP-ORDR'.

Has anyone seen that before and how to correct it and prevent it from dumping while testing ?

1 ACCEPTED SOLUTION

rahulkavuri
Active Contributor
0 Kudos

In declaration of variables we should not use ‘+’ ‘&’ ‘/’, '-' in unicode systems

Award points if found helpful

3 REPLIES 3

rahulkavuri
Active Contributor
0 Kudos

In declaration of variables we should not use ‘+’ ‘&’ ‘/’, '-' in unicode systems

Award points if found helpful

0 Kudos

No, we should not use these characters, but this is standard SAP code, so how to deal with it ?

0 Kudos

Hi Peter,

After transportation of my report from SAP 4.7 to ECC 6.0 I am receiving the same error message " - Sign can not be appear in names" .

Have u got any solution for the same ?