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: 

Problems with program for copy of programs ZAPC0007

Former Member
0 Kudos

Hi,

I have problems when treatment to activate the program ZAPC0007. I am working with the version of SAP 4.7.

The list of errors is the following one:

Sintax error Unicode Row Type

The line type of "U" must be compatible with one of the types 863 Red

"TEXTPOOL".

The line type of "U" must be compatible with one of the types 865 Red

"TEXTPOOL".

In Unicode, DESCRIBE LENGTH can only be used with the 1452 Red

IN BYTE MODE or IN CHARACTER MODE addition.

In Unicode, DESCRIBE LENGTH can only be used with the 1472 Red

IN BYTE MODE or IN CHARACTER MODE addition.

"H1" must be a character-type field (data type C, N, D, or T). an open 1553 Red

control structure introduced by "INTERFACE".

"OLD_F1" and "F2" are not mutually convertible. In Unicode programs, 1590 Red

"OLD_F1" must have the same structure layout as "F2", independent of

the length of a Unicode character.

The line type of "U" must be compatible with one of the types 1892 Red

"TEXTPOOL".

The line type of "U" must be compatible with one of the types 1894 Red

"TEXTPOOL".

In Unicode programs, the "-" character cannot appear in names, as it 446 Yellow

does here in the name "CUA-FLAG".

In Unicode programs, the "-" character cannot appear in names, as it 460 Yellow

does here in the name "OLD-FUNC".

In Unicode programs, the "-" character cannot appear in names, as it 461 Yellow

does here in the name "NEW-FUNC".

In Unicode programs, the "-" character cannot appear in names, as it 464 Yellow

does here in the name "FIRST-TIME".

Nevertheless, if I deactivate the attribute of the program "Unicode checks activates", the following warning takes place only:

Sintax error Unicode Row Type

"H1" must be a character-type field (data type C, N, D, or T). an open 1553 Yellow

control structure introduced by "INTERFACE".

This warning allows me to activate the program but my doubt is if this can bring problems when executing the program, like for example that updates of erroneous form SAP files.

Somebody could help me with this?

Thanks,

Gabriel.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

You are getting all these errors because of the Unicode Issues.

There are some specifications that should be followed to make it unicode compatible.

Example: Describe statement , we have to specify whether it is a byte mode or character mode.

Regards,

Sailaja.

2 REPLIES 2

Former Member
0 Kudos

Hi,

As long as you don't have multi lingual implementation, you should still be alright. If you have chinese , korean, Thai etc installations, you might run into issues.

Regards,

Ravi

Note :Please mark the helpful answers

Former Member
0 Kudos

hi,

You are getting all these errors because of the Unicode Issues.

There are some specifications that should be followed to make it unicode compatible.

Example: Describe statement , we have to specify whether it is a byte mode or character mode.

Regards,

Sailaja.