cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with FCC-Empty document found

Former Member
0 Kudos

Dear All,

My scenario is File-> Proxy.

I have an issue with FCC where File is picked up and blank values are populated.When I checked the message ID in communication channel ,getting warning message as "Empty Document Found -Proceed without sending message".I have gone through all the links related to this error and could not find the solution.

I have given sample file below:

11ABKKK  -->Invoice

22CD---> Container

33KL---> Parts

44PP--->Rack

i.e. One Invoice will have multiple Container,Parts and Rack Records.

Also I  have pasted the FCC Parameters.

Recordset Structure: Invoice,*,Container,*,Parts,*Rack,*

Key Field Name : Key

Invoice.fieldNames File_No_Dest_I,File_No_Trans_I,Receiver_ID

Invoice.fieldFixedLengths 2,2,3

Invoice.keyFieldValue 1

Invoice.keyFieldInStructure ignore

Container.fieldNames File_No_Dest_C,File_No_Trans_C

Container.fieldFixedLengths 2,2

Container.keyFieldValue 2

Container.keyFieldInStructure ignore

Parts.fieldNames File_No_Dest_P,File_No_Trans_P

Parts.fieldFixedLengths 2,2

Parts.keyFieldValue 3

Parts.keyFieldInStructure ignore

Rack.fieldNames File_No_Dest_R,File_No_Trans_R

Rack.fieldFixedLengths 2,2

Rack.keyFieldValue 4

Rack.keyFieldInStructure ignore

ignoreRecordsetName true

Please let me know if I have missed out any parameters.

Regards

B.Dheepa

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member184789
Active Contributor
0 Kudos

Hi,

The issue is because the file could not be converted into XML format. Go through the steps of file content conversion in below links:

http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

http://saptechnical.com/Tutorials/XI/Contentconversion/page1.htm

naveen_chichili
Active Contributor
0 Kudos

Hi Dheepa,

Please paste one record of your sample file.

Thanks and Regards,

Naveen

Former Member
0 Kudos

You specified your key field name as "Key" but it is missing in all of your fields in your substructures (Invoice, Container, Parts & Rack).

Your key field name, in this case "Key" should exist in all of your substructures. For example:

Invoice.fieldNames Key,File_No_Dest_I,File_No_Trans_I,Receiver_ID

And make sure that your fieldFixedLengths value correctly pulls the value for the key field.

Invoice.fieldFixedLengths 1,1,2,3

rajasekhar_reddy14
Active Contributor
0 Kudos

it looks problem with the file, attach your source file here.Make sure that flat file has data and FCC configurtaion should match with flat file structure.