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

Idoc creation

Former Member
0 Likes
464

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
432

Hi Vijay,

Check this link:

[IDOC Creation|;

Regards,

Chandra Sekhar

3 REPLIES 3
Read only

bpawanchand
Active Contributor
0 Likes
432

Hi

You need to create a custom IDOC and for creating custome IDOC Check this thread it has step by step procedure to create a custom IDOC.

Regards

Pavan

Read only

Former Member
0 Likes
433

Hi Vijay,

Check this link:

[IDOC Creation|;

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
432

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.