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

Standard Program - Unicode Compatibility

Former Member
0 Likes
837

Folks,

I have implemented an OSS Note and I am trying to move the transport to the QA system. On doing so I get an error message.

"The program 'RLDLVS10' is not Unicode-compatible,according to its program attributes."

To explain in detail.

We have implemented an OSS Note by changing the source code of an include 'A'.

Include 'A' is called in program 'B'. So on transport of the changes made to QA the transport lands up in error(quoted above) as program 'B' is being regenerated.

Both 'A' & 'B' are standard SAP.

How should we solve this issue? Or is it ok to transport to PRD with errors.

Karthik

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
767

Hello Karthik

When you display the report in SE80 choose menu Goto -> Attributes. In the lower left corner of the popup you see the flag "Unicode checks active".

This attribute is not set for report RLDLVS10 (or perhaps one of the includes). You can try to set this attribute if you have to modify the report anyway.

The error message in the QA system implies that it is a Unicode system. Under Unicode all program objects must have the flag "Unicode checks active" set active.

Regards

Uwe

4 REPLIES 4
Read only

Former Member
0 Likes
767

Hi,

Can you please some more details about the Transport error and what are includes "A" and Include "B"??

Thanks,

Greetson

Read only

0 Likes
767

The OSS Notes implemented are 797715 & 811852.

Program A: The programs changed

LL03TF0M

LL03TF0N

LL03TF0O

MLLVSKON

RLLL0101

RLLL0102

RLLL01SE

RLLL01TA

RLLL02SE

Program B: The programs affected which throw up the error.

RLDLVS10

RLDLVS40

RLDLVS41

RLLD0200

RLLD0400

RLMG0000

RLMG0001

RLMG0010

RLMG0011

RLREOLDK

SAPLLCOM

SAPLLVSD

SAPML06D

SAPMV50D

The error message "The program 'RLDLVS10' is not Unicode-compatible,according to its program attributes."

Read only

0 Likes
767

Hi,

I am not able to see that program "RLDLVS10" "RLDLVS40" etc in my system. We are running in ECC 6.0.

Looks like the include that was telling in the error message don't has that uni-code check flag checked or Any piece of code that is present in that program is not Uni-code compatiable . Do a check on all the programs and see what happens in the syntext check??? Do a SLIN (Extended Syntex check) .

Thanks,

Greetson

Read only

uwe_schieferstein
Active Contributor
0 Likes
768

Hello Karthik

When you display the report in SE80 choose menu Goto -> Attributes. In the lower left corner of the popup you see the flag "Unicode checks active".

This attribute is not set for report RLDLVS10 (or perhaps one of the includes). You can try to set this attribute if you have to modify the report anyway.

The error message in the QA system implies that it is a Unicode system. Under Unicode all program objects must have the flag "Unicode checks active" set active.

Regards

Uwe