cancel
Showing results for 
Search instead for 
Did you mean: 

How can I convert my specific file content in the Receiver Adapter(XI 7.0)?

Former Member
0 Kudos

Hi all,

I have a document structure as below:

<MT_MATERIAL>

<MATERIAL>

<WERKS>1000</WERKS>

<MATNR>HAD_00001</MATNR>

<MAKTX>CHEMICAL MATERIAL</MAKTX>

</MATERIAL>

</MT_MATERIAL>

This document structure is the file content in the Receiver Adapter (File Adapter). In the 'Content Conversion' tab of File Adapter of Communication Channel 'CC_OUT_MATERIAL_FILE', I have configured the parameters as below:

Recordset Structure: MATERIAL

MT_MATERIAL.fieldSeparator: '

MT_MATERIAL.endSeparator: 'nl'

MATERIAL.fieldSeparator: '

MATERIAL.endSeparator: 'nl'

*.fieldSeparator: ,

But, this Communication Channel 'CC_OUT_MATERIAL_FILE' (in the Runtime WorkBench/Component Monitoring/Adapter Engine/Communication Channel Monitoring) is error with the error message as below:

Conversion initialization failed: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Parameter '.fieldFixedLengths' or '.fieldSeparator' is missing

Could anyone please help me to correct this error, how should i configure the parameters in the 'Content Conversion' tab?

Thanks a lot in advance,

Vinh Vo

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You use only the following parameters;

Recordset Structure:MATERIAL

MATERIAL.fieldSeparator: '

MATERIAL.endSeparator: 'nl'

Regards,

Prakasu

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Vinho,

Have a look at the this blog by Arpit Seth ... its all about FCC at receiver side...

Also have a look at this thread.. might be helps you....

Above links be helpful.

Regards,

Jayasimha Jangam

santhosh_kumarv
Active Contributor
0 Kudos

In the FCC just use

MATERIAL.fieldSeparator: '

MATERIAL.endSeparator: 'nl'

Thanks

SaNV...

Former Member
0 Kudos

Dear Vinh Vo,

Please check this SAP help before you proceed furthur.

[http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm]

Best Regards

Praveen

Former Member
0 Kudos

Check with these content conversion parameters alone.

Recordset Structure: MATERIAL
MATERIAL.fieldNames:WERKS,MATNR,MAKTX
MATERIAL.fieldSeparator: '
MATERIAL.endSeparator: 'nl'