‎2008 Aug 29 1:34 PM
I have internal table data and i want create the idoc for that data. please let me know how i can do this.
regards,
vijay
‎2008 Aug 30 10:32 AM
‎2008 Aug 30 9:03 AM
‎2008 Aug 30 10:32 AM
‎2008 Sep 01 5:24 AM
Hi Vijay,
First of all fill your internal table data into table like EDIDD.
Then fill the control data like sender,reciver,idoc type,partner profile into the structure like EDIDC.
Then call funciton module MASTER_IDOC_DISTRIBUTE by passing table EDIDD and structure EDIDC.Then systerm automatically create the idoc.
Thanks,
radha.