cancel
Showing results for 
Search instead for 
Did you mean: 

field heading missing in FCC (idoc 2 file)

Former Member
0 Kudos

FCC is working fine.

I could able to receive the file in FTP.

when i test MM then my receiver message type in Message Mapping

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

<ns0:xxx_Receiver_File_MT xmlns:ns0="http://www.xxx.com/xx/customer"><Customer_copy><Customer><MaterialID>1456790</MaterialID><Upc>2345289</Upc><STK_MFG_CODE>1</STK_MFG_CODE><CostMarkup>3</CostMarkup><Discontinued>true</Discontinued><SPIFF1>1</SPIFF1><SPIFF2>2</SPIFF2><Weight>0</Weight><Height>0</Height><Width>0</Width><Length>0</Length><ProductType>2345</ProductType><UpdateDate>2210</UpdateDate><CreateDate>2222</CreateDate></Customer></Customer_copy></ns0:xxx_Receiver_File_MT>

my record set stru: Customer,Customer_copy

name : value

Customer.addHeaderLine : 1

Customer.fieldSeparator: ,

Customer_copy.fieldSeparator : 'nl'

Customer.endSeparator: 'nl'

Customer_copy.addHeaderLine: 1

in my text file(output ) i am getting the

only values..i am not getting the field name

plz give some inputs to change this.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi ruban,

For Header line parameters working when you have a single structure...

But in your Requirement the file have multiple structure...So The Header line parameter can not work...

Check the link...

[http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm]

Regards,

Prakasu

Former Member
0 Kudos

Hi Ruban,

Can you explain what field names do you want in your output file!!!

Regards,

Manjusha.