‎2007 Sep 03 11:37 AM
Hi ,
statement MOVE-CORRESPONDING eban TO *eban.
is not accessible in Unicode system
Please help.
amit
‎2007 Sep 03 11:40 AM
Hi
byte type
The ABAP data types X and XSTRING
character
Letter, digit, or special character
character-type
The ABAP data types C, N, D, T, and STRING
code
Binary encoding of letters, digits, and special characters
codepage
Set of encoded characters for the environment selected
data cluster
Grouping of several data objects (fields, structure, table)
DDIC
ABAP Data Dictionary
endian
The byte order of a number. Numbers are stored in memory with decreasing place value either from left to right (big-endian format) or from right to left (little-endian format)
front end
Presentation server in the R/3 System
kernel
The Basis functions of the R/3 System (written in C and C++)
NUP
Non-Unicode program: ABAP program for which the Unicode flag has not been set
NUS
Non-Unicode system: R/3 System, in which each character is encoded in binary form such that it occupies one byte
remaining length
Pertaining to a field or other character type structure, the total length minus the offset
surrogate area
Character supplement for characters that cannot be contained in standard Unicode (which can only contain 65,536 characters). In addition to the standard Unicode bit pattern, the system reads two further bytes from this area.
Unicode Fragment View
View that splits structures into similar data areas
UP
Unicode program: ABAP program for which the Unicode flag has been set
US
Unicode system: R/3-System, in which each character is encoded in binary form, such that it occupies either two or four bytes
UTF-8
Data format for communication and data exchange
XML
Extensible Markup Language: language used to display documents on the Internet
‎2007 Sep 03 12:47 PM
‎2007 Sep 03 12:56 PM
Hi Amit..
If u paste the Code fully then i can trace it.
regards.
‎2007 Sep 03 1:06 PM
i think u have to copy each and every field from source to destination.
reward if helpful
‎2007 Sep 03 1:06 PM
I presume you have put this code after all the program gets executed. So the program is not able to access this part of code. So put this code before the perform statement, before the program executes.
regards,
Mallick
‎2007 Sep 03 1:15 PM
have u declared like dis:
tables:eban, *eban.
after dis statement use da following:
move-corresponding eban to *eban.
i tired dis keeping unicode checks active and its working fine.
plz reward points if it helps