Application Development 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: 

Reg: ALE/IDOCS

Former Member
0 Kudos

Hi Friends,

I have one doubt in ale/idocs that is " i want to send one file through idoc format, how? that file is in application server". Rewards are helpful answers.

Thanks & Regards,

Narasimha Rao,

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

get the file data into internal table by using

OPEN DATSET s and fill data in segments by looping the internla table.

Then use the standard Fm which will creatr and send the idoc to targetr systems.

Pls. reward if useful....

2 REPLIES 2

Former Member
0 Kudos

Hi,

get the file data into internal table by using

OPEN DATSET s and fill data in segments by looping the internla table.

Then use the standard Fm which will creatr and send the idoc to targetr systems.

Pls. reward if useful....

manubhutani
Active Contributor
0 Kudos

U need a file in idoc fromat

that can be done only by FM - 'MASTER_IDOC_DISTRIBUTE'

u need to pass the internal table of type edidd to this FM.

and you have a file in appserver

so read the contents first using open dataset,read dataset , close dataset

then fill the internal table of type EDIDD

Please reward points