cancel
Showing results for 
Search instead for 
Did you mean: 

File Adapter

Former Member
0 Kudos

Hi Group,

In the File Adapter I am facing the following strange problem:

In the Targer side I am haivng two nodes RecordSet and ADD,all my elements in ADD node.RecordSet node contains only ADD node.

In the Configuration Receiver side Communication channel I have given the following in the Content Conver

Record Set Structure ADD

ADD.fieldFixedLengths 6,1,6,18,18,8,6,6,1,11,1,18,8,6,6,1,11,6,8,20

ADD.endSeparator 'nl'

but I am getting only one field in the output file.

can any body suggest.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Post us the XML you get after mapping. We may be able to help you fill the correct values for content conversion.

Regards,

Jai Shankar.

Former Member
0 Kudos

Hi

Check the details

RecordSet Name RecordSet

RecordSet Structure Add,*

key field name--- mention key field name

Add.fieldFixedLengths 6,1,6,18,18,8,6,6,1,11,1,18,8,6,6,1,11,6,8,20

Add.endSeparator 'nl'

Add.fieldNames mention all field names

Add.keyFieldValue mention the value

Add.keyFieldInStructure ignore

Regards,

Sai

Former Member
0 Kudos

Hi,

I tried replicating ur scenario and got only the first field inside add with the settings u did with FCC , inorder to get all the nodes add Recordset , ADD in the Recordset structure and an entry Recordset.endSeparator as 'nl' .

this is for the root node .

Hope it helps else get back

Thanks and Regards

Kavitha

moorthy
Active Contributor
0 Kudos

Hi,

Go to RWB->Message Monitoring ->message display tool ->Audit log and check if you any error in the content conversion.

Also make sure that, while doing fixed length field content conversion all the fields are exists with full length in the message. If you don't have full length of the field, add spacess to make the full length of the field..

This you can do it in the mapping. First check by giving all the fields with full legth.

Regards,

Moorthy

Former Member
0 Kudos

Hi Moorthy,

I have checked the log,there are no Error Message,also I am getting all fields with fixed length from XML file.

agasthuri_doss
Active Contributor
0 Kudos

Hi,

1) Check whether the source and target structure defined proparly .

2) Inactive the adapter and make it active again and try.

Regards

Agasthuri Doss

former_member206604
Active Contributor
0 Kudos

Hi,

Try giving like this in Recordset Structure

Record Set Structure : Recordset,ADD

Regards,

Prakash

Former Member
0 Kudos

Hi Swabap,

Check with this..

http://help.sap.com/saphelp_erp2005vp/helpdata/en/d2/bab440c97f3716e10000000a155106/content.htm

cheers,

Prashanth

P.S Please mark helpful answers