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

Unicode program warning messages

Former Member
0 Likes
857

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
735

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

4 REPLIES 4
Read only

Former Member
0 Likes
735

Hi,

You need not do anything for the warnings.

The code will execute perfectly. Just ignore the

warnings.

Regards,

Sandeep

Read only

Former Member
0 Likes
735

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

Read only

Former Member
0 Likes
736

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

Read only

0 Likes
735

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