cancel
Showing results for 
Search instead for 
Did you mean: 

File FCC Fixed length: 3 rows

Former Member
0 Kudos

Hi All,

I am getting the "Conversion initialization failed: java.lang.Exception: java.lang.Exception: java.lang.Exception: Error(s) in XML conversion parameters found: Mandatory parameter 'Header.fieldNames': no value found".

I hope I gave all the parameters correctly.

Here are more details: I have to read a Fixed length file with 3 rows (Header, Item, Status) in file(.txt).

My Message type is

MT_File_In

Header

Order

Date

Plant...

Item

Order

ItemNo

Qty...

Status

OrderStatus

Date

Time...

I gave the correct 'Header.fieldNames', Item.fieldNames and status.fieldNames in ID. Fixed lengths are also correct.

My doubt are:

1) is FCC supports 3 rows at a time?

2) Are there any prerequisites for Fixed length File processing?

3) Is this sequence correct:

a: Header.filedNames

b: Header.fieldFixedLengths

c: Header.endSeparator

d: Header.keyFieldValue

e: Header.processConfiguration

((I gave the remaining 2 rows corresponding properties))

still I'm getting the Error Header.fieldNames: No Value Found...?

Thanks in Adv,

Edited by: sappi71 on Nov 16, 2009 5:08 PM

Accepted Solutions (1)

Accepted Solutions (1)

sunilchandra007
Active Contributor
0 Kudos

Hi,

> 1) is FCC supports 3 rows at a time?

No problem in this. It can be unlimited number.

> 2) Are there any prerequisites for Fixed length File processing?

Structure having more than 2 level are not supported , else it is ok.

Have a look at http://help.sap.com/saphelp_nw04/helpdata/EN/2c/181077dd7d6b4ea6a8029b20bf7e55/frameset.htm for details.

> 3) Is this sequence correct:

> a: Header.filedNames

> b: Header.fieldFixedLengths

> c: Header.endSeparator

> d: Header.keyFieldValue

> e: Header.processConfiguration

The sequence doesn't matter. please check if the spelling of fieldNames is correct for Header.filedNames.

Regards,

Sunil Chandra

Former Member
0 Kudos

Excellent observation...

Yes, there was a typo...

Thanks Sunil...

Answers (0)