cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to file in XI 3.0 like filepoort in R/3

p_vanos
Active Participant
0 Kudos

Hi,

I am trying to find out wether it is possible to convert an IDOC which is already in XI to a flat file. The file should have the same structure when using the FILEpoort option in the partner agreement to write the idoc from R/3 to the file system.

Any help would be appreciated!

Paul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Paul,

I was almost right in my last post, instead of a java bean, the module is an abap function: IDX_XML_TO_IDOC.

You can call this function in an ABAP-mapping and put the IDOC in a string message type. Send the string message type to the fileadapter and you have your flat-file IDOC.

Cheers,

Frank

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Paul,

On SDN there is a new "how to" file about using modules from the file adapter in the JMS adapter. Maybe there is a module from the Idoc adapter to transform Idoc-xml to flat file and you can use it in the fileadapter for the transformation. Does anyone know if this is possible and if yes, which module is it?

Cheers,

Frank