Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

internal table to idoc

Former Member
0 Likes
607

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.

1 REPLY 1
Read only

varma_narayana
Active Contributor
0 Likes
436

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>