‎2007 May 22 9:22 AM
Dear friends
I have an serious of IDOC like 1,2,3,4 & 5 .
Based on the Idoc 1 i need to process the 2nd idoc and based on 2nd i need to send thr 3rd. if any error occurs in the previous idoc then the next idoc should not process.
Can anyone give me the suggestion to do it
thanks in advance
karthik
‎2007 May 22 9:57 AM
Hi,
Step1 :You can read the Idoc using the FM 'IDOC_READ_COMPLETELY'
Step2: Now Read idoc structure using FM
IDOC_TYPE_COMPLETE_READ.
Step3:Once you get the Idoc ..you use this idoc number and structure
to create another record
Thanks
Pramod
‎2007 May 22 9:57 AM
Hi,
Step1 :You can read the Idoc using the FM 'IDOC_READ_COMPLETELY'
Step2: Now Read idoc structure using FM
IDOC_TYPE_COMPLETE_READ.
Step3:Once you get the Idoc ..you use this idoc number and structure
to create another record
Thanks
Pramod