Hi All,
I have the records in the following pattern.
Key Record
REC_KEY1 CLASS1 CHAR1 CHAR_VALUE1
CHAR2 CHAR_VALUE2
CLASS2 CHAR3 CHAR_VALUE1
CHAR4 CHAR_VALUE4
REC_KEY2 CLASS3 CHAR1 CHAR_VALUE1
CLASS4 CHAR1 CHAR_VALUE1
REC_KEY3 SPACE SPACE
All these records are in a Single file. I have LSMW Structure as
KEY
--- CLASS
___ CHAR
is there any way i can split the Above file and keep KEY VAlUE in Both the files and populate the LSMW Recorrs ? I know the way to use record identifier. Trying to use the way with Multiple fiels, One for Header with Key Value and 2nd with CLASS and CAHR Values. Please Help !!
Thanks In Advace
Kalso