Hi
i was doing file to Idoc mapping
File strutue contains the FileInfo and Header Info under Header info i have Patient info and GL info ..
In the FileFile Info comes onle ones ..
The structure look like this...
FileInfo
Identifier
date
HeaderInfo
Identifier
Date
ID
Subnode underHeaderinfo
PatientInfo
Identifier
ID
GLinfo
Identifier
ID
i want to crate the IDoc per Header Info ..
My idoc struture is look like this:
IDOC
ZEFILE 0..1 ( should map in to File info)
ZEHeaderINfo 0..1 (should map it to HeaderInfo)
-
>Under ZEHeaderinfo I have
ZEPATINfo 0..unbound ( Map it ot Patinfo)
ZEGLinfo 0..Unbound ( Map it to GLInfo)
I want to create the IDOC per Headerinfo From file ...
The problem i am facing i am not able to read the File info in to Idoc for the Second headerinfo..
I