cancel
Showing results for 
Search instead for 
Did you mean: 

XI receiver adapter

Former Member
0 Kudos

hello Gurus!

I build a Idoc->Xi-> flat file interface.

i have a XI 3.0 whit last patch level.

i send more idoc whit just one row and the outbound message is like the follow:

<?xml version="1.0" encoding="UTF-8" ?>

<ns0:MT_MAGAZZINI_ANAG_ARTICOLI xmlns:ns0="http://xxxxxxx">

<NOME_FILE>8D15000000SAP</NOME_FILE>

<ARTICOLO>

<TIPO_RECORD>AA</TIPO_RECORD>

<TIPO_OPERAZIONE>M</TIPO_OPERAZIONE>

<COD_ART>597042008150</COD_ART>

<COD_ART_CLIENTE />

<COD_ART_FORNITORE />

<COD_ART_BARCODE />

<DESCR_BREVE>PORTARULLINO dis 42008150</DESCR_BREVE>

<DESCR_ESTESA>PORTARULLINO dis 42008150</DESCR_ESTESA>

<COD_MAGAZZINO />

<PESO_UNITARIO />

<PESO_IMBALLO />

<TIPO_UDC />

<NUM_CONF_UDC />

<QTA_CONFEZIONE />

<QTA_UDC />

<TIPO_ART />

<CLASSE_ABC />

<TIPO_IMBALLO />

<NOTE />

<TIPO_MATERIALE>ZACC</TIPO_MATERIALE>

<GERARCHIA_PRODOTTO />

<UNITA_MIS>PCE</UNITA_MIS>

</ARTICOLO>

</ns0:MT_MAGAZZINI_ANAG_ARTICOLI>

i want write in append mode just the <ARTICOLO> recordset but every new IDOC a incorrect new line empty are inserted.

so result is this:

AAM 526152302000 BRUCIATORE FORN dis 1523/02

AAM 597042008150 PORTARULLINO dis 42008150

Any suggestion??????????????????????????

Edited by: Alessandro Pederiva on Dec 15, 2008 11:55 AM

Edited by: Alessandro Pederiva on Dec 15, 2008 12:08 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

not solved

prateek
Active Contributor
0 Kudos

How often you want a new file to be created? Based on what condition?

Regards,

Prateek

Former Member
0 Kudos

Hi Alessandro

Did you tried with NameA.fixedLengthTooShortHandling = Cut in your FCC.

Even you may need to change the DT a bit to achieve this. But this parameter is the solution for FCC blank line issue

Thanks

Gaurav

Former Member
0 Kudos

no, this is not a correct solution.

i still to have a blank line ....

Former Member
0 Kudos

Hi

Then check if you have used

endSeparator as 'nl' or fieldSeperator as nl

you can use 0xHH here. This should help.

Thanks

Gaurav

Former Member
0 Kudos

we changed completly way to solution ((

anyway thanks