cancel
Showing results for 
Search instead for 
Did you mean: 

file output in .edi format !!!!!

Former Member
0 Kudos

Hi ,

I am doing idoc to file . in which I need to send file is .edi format i.e same as idoc structure format .

i mapped sourece and traget with same idoc type , but file is written in xml format .

Please tell me what should I do at file receiver side .

eg . file output should be in below form

EDI_DC40 100000000000027837646C 3012 O

E2EDK01005 100000000000027837600000100000001 XSEK 5.23120

E2EDP01006 10000000000002783760000020000000200010 NEW0X1.000

thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In file receiver communication channel you must make a conversion.

http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm

/wg

Answers (2)

Answers (2)

nisarkhan_n
Active Contributor
0 Kudos

use the file content conversion in the reciver file adapter in the recordset strucutre give the

Recordset Strucutre EDI_DC40,E2EDK01005,E2EDP01006

in the details

EDI_DC40.fieldSeparator or Fixed fieldLengths

EDI_DC40.endSeparator

E2EDK01005.fieldSeparator or Fixed fieldLengths

E2EDK01005.endSeparator

E2EDP01006.fieldSeparator or Fixed fieldLengths

E2EDP01006.endSeparator

Former Member
0 Kudos

Hi Sridhar,

Inorder to Deal with the EDI messages u need to use Seeburger adapter

First u need to install the Seeburger adapter on XI server.

You willl have the BIC mapping designer with that seeburger Installation to find out the Standard mappings

Please follow this BLOG

/people/nithiyanandam.au2/blog/2008/02/20/handling-edi-interfaces-using-seeburger-bic-modules

Regards

Seshagiri