cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC to Flat FIle Examples

Former Member
0 Kudos

Hi,

Can Anyone provide an Example for IDOC to Flat File Conversion using Java Mapping.. Thanks in Advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please provide me Examples of Java Mapping used in a IDOC to File scenario.. Threads provided above are IDOC to File without Java Mapping.

former_member187339
Active Contributor
0 Kudos

Hi Sudeep,

>>Please provide me Examples of Java Mapping used in a IDOC to File scenario..

I guess you might not be luck to find a code like this. It is because it is very difficult to convert XMLIDOC ti flat IDoc. Instead why dont you try to use ABAP mapping as mentioned in this document.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/46759682-0401-0010-1791-bd1972bc...

Also check this blog:

/people/william.li/blog/2009/04/01/how-to-use-user-module-for-conversion-of-idoc-messages-between-flat-and-xml-formats

Regards

Suraj

Former Member
0 Kudos

refer[ this |https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539&overridelayout=true] for sample Idoc to file scenario

refer /people/carlosivan.prietorubio/blog/2007/12/21/implementing-a-java-mapping-in-sap-pi for step by step guide to java mapping

sriram_devarapalli
Participant
0 Kudos

Hi Sudeep,

See the IDOC to File Scenario

https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/e07dcaa0-a92b-2a10-3a96-b3d942bd1539

Modify the receiver with FCC by using below links...

File content conversion links...

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

/people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1

/people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

/people/anish.abraham2/blog/2005/06/08/content-conversion-patternrandom-content-in-input-file

/people/shabarish.vijayakumar/blog/2005/08/17/nab-the-tab-file-adapter

/people/jeyakumar.muthu2/blog/2005/11/29/file-content-conversion-for-unequal-number-of-columns

/people/shabarish.vijayakumar/blog/2006/02/27/content-conversion-the-key-field-problem

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

/people/arpit.seth/blog/2005/06/02/file-receiver-with-content-conversion

Please see the below links for file content conversion..

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter - FCC

Thanks,

Sriram

Edited by: Sri Ram Devarapalli on Sep 1, 2009 1:25 PM