2007 Aug 28 6:37 PM
hi all,
how can i send internal table values to idocs and how can i update it in the specified table.
hi all,
how can i send internal table values to idocs and how can i update it in the specified table.
2007 Aug 29 4:46 AM
Hi
To generate the IDOCs in Outbound you have to call the FM MASTER_IDOC_DISTRIBUTE.
You have to Pass the Internal Tables to This FM which Contain the Master IDOC Control Record and Data Records.
This FM generates the Communication idocs.
For EG: go thru the program RBDSEMAT (tcode BD11)
<b>reward if Helpful</b>