‎2008 Mar 31 9:32 PM
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
‎2008 Mar 31 10:09 PM
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
‎2008 Mar 31 9:44 PM
Hi,
Can you please some more details about the Transport error and what are includes "A" and Include "B"??
Thanks,
Greetson
‎2008 Mar 31 9:55 PM
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."
‎2008 Mar 31 10:06 PM
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
‎2008 Mar 31 10:09 PM
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