2007 May 18 3:39 PM
CAN WE DOWNLOAD THE IDOC DATA INTO A FLAT FILE IN INBOUND OF IDOC.
IF YES PLS, SAY THE TRANSACTION CODE. OR PROCEDURE.
2007 May 18 3:57 PM
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
2007 May 18 4:03 PM
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.
2007 May 21 12:10 AM
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