‎2008 Jul 09 5:25 AM
Hi Experts,
I got below error when checking an ABAP program, which was generated in maintaining datasouce with RSA6.
Description:
Type Group RSFH
In Unicode programs, the "-" character canot appear in names, as it does here in the name "RSFH_C_TFMETHODE-TEST".
Any input will be very appreciated.
Thanks,
Bill
‎2008 Jul 09 5:29 AM
Hi,
In Non-Unicode programs variable declaration can be like RSFH_C_TFMETHODE-TEST, but in unicode programs it should br RSFH_C_TFMETHODE_TEST, No hypens will be allowed in variables.only Underscores.
‎2008 Jul 09 5:29 AM
Hi,
In Non-Unicode programs variable declaration can be like RSFH_C_TFMETHODE-TEST, but in unicode programs it should br RSFH_C_TFMETHODE_TEST, No hypens will be allowed in variables.only Underscores.
‎2008 Jul 09 5:48 AM
Hi Narendra,
Thanks for your quick reply on this. The program is a system generated program. How do I know it's a unicode program or not?
Thanks,
Bill
‎2008 Jul 09 5:52 AM
Hi,
Go to program attributes and see whether the check box Unicode checks active is checked or not. if it is checked then it is a unicode prog.
REgards,
Ramesh.
‎2008 Jul 09 5:32 AM
Here i think TEST is not a field. It might be the part of that structure or table. Thats the reason the error is coming. ' - ' is used only to refer a filed in the table.
Thanks,
Shailaja
‎2008 Jul 09 5:53 AM
Hi
It should be Warning Message, not an error i think.. Which Version of SAP you are working...
Still you can Execute the Program, as if its only Warning..
You can see that in the Attributes of the Program..
If it has a Program name , then goto SE38 -> give program name -> select Attributes Radio button.-> display....
You can see that is unicode enabled or not....
\[removed by moderator\]
Edited by: Jan Stallkamp on Jul 9, 2008 8:27 AM