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: 

pls answer to my question in IDOC

Former Member
0 Kudos
95

CAN WE DOWNLOAD THE IDOC DATA INTO A FLAT FILE IN INBOUND OF IDOC.

IF YES PLS, SAY THE TRANSACTION CODE. OR PROCEDURE.

3 REPLIES 3

Former Member
0 Kudos
63

Hi Mohananachandu,

Do the following.

First go to we02 get your ID number (inbout)

second: go to we19 and give that IDOC number in existing Idoc

third: Press execute

Fourth: Expand all the segments

Fifth: Click System->list->save_localfile

Reward if this is helpful

Former Member
0 Kudos
63

Hi,

You can use this FM <b>IDOC_READ_COMPLETELY</b> to read the IDoc data and FM <b>IDOCS_OUTPUT_TO_FILE</b> to output to file.

If the file is stored in application server the you can use transaction <b>CG3Y</b> to download to PC file.

Reward points if useful,

Thanks

Aneesh.

Former Member
0 Kudos
63

There is no staright method to download and if you want to download regularly,then you need to have custom program..

Selection-screen would be :

Idoc type,

Message type

date

Idoc number..

get the data from edidd,edidc,edids table and download the data into .txt file.

Thanks

Seshu