‎2006 Sep 13 11:50 PM
Hi,
I m making changes to an include program which will be included in MV45AFZZ (include) which is a part of standard SAP SAPMV45A program. When I compile the SAPMV45A program I get a lot of warnings that "In Unicode programs, the "-" character cannot appear in names. When I got to the code, they are standard SAP declarations which are giving problems. My question is
1. Should I just ignore the warnings and continue? Or what can I do to fix the problem?
At some places I get warning "There should only be definitions in TOP include. This mean that any sort of Implementations (CLASS IMPLEMENTATION, FORM ..FUNCTION is not meaningful ". This too is in standard SAP code
2. Is there something I have to do about this.
I m new at working with enhancements. Please help. I will promptly award points for useful answer.
‎2006 Sep 14 2:25 AM
Hi SriKrishna,
You can remove this warning by removing the check mark in the Check box under the program ATTRIBUTES window.
Goto se38 -> enter the program name --> Select the attributes radio button and UNICODE CHECKS ACTIVE.
Cheers
VJ
‎2006 Sep 14 12:17 AM
Hi,
You need not do anything for the warnings.
The code will execute perfectly. Just ignore the
warnings.
Regards,
Sandeep
‎2006 Sep 14 2:11 AM
Though we can ignore such warnings for cases which can
not be avoided, interestingly i dont face such warnings
on my system.
Kind Regards
Eswar
‎2006 Sep 14 2:25 AM
Hi SriKrishna,
You can remove this warning by removing the check mark in the Check box under the program ATTRIBUTES window.
Goto se38 -> enter the program name --> Select the attributes radio button and UNICODE CHECKS ACTIVE.
Cheers
VJ
‎2006 Sep 14 2:26 AM
If your system is Unicode enabled, you can not remove the
check box in attributes as it gives as error saying
program is not unicode compatible.
Am not sure of the impact in changing the attributes of
the standard program.
Kind Regards
Eswar