cancel
Showing results for 
Search instead for 
Did you mean: 

File content converation

Former Member
0 Kudos

Hi,

This is veera, I am facing problem with converation of the data. in my scenario is file to proxy , file contanins 256 files ,field separator is '|' . I have configure the file content converation like fieldNames,fieldSeparator,endSeparator,ignoreRecordsetame is true. but the 256 file data is come to 1 field.

Please help me ...................

Regards,

veera

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member192295
Active Contributor
0 Kudos

Hi,

Follow below configuraton at sender channel it will work.

.fieldNames.....Define 256 fields

.fieldFixedLengths....define 256 fields lengths

.fieldSeparator.....

.endSeparator.....

ignoreRecordsetname....true

Former Member
0 Kudos

HI,

Please note fieldSeparator and fixed field lengths can't be used at same time. either you need fixed field lengths or field Separator to identify different fields in FCC.

Regards,

Anurag

former_member192295
Active Contributor
0 Kudos

Hi, wrongly added statement. I will correct my reply

fieldNames.....Define 256 fields

.fieldFixedLengths....define 256 fields lengths

.endSeparator.....

ignoreRecordsetname....true

Former Member
0 Kudos

Hi ,

Check the spellings of ignoreRecordsetName,

NameA.fieldSeparator

NameA.fieldNames

Do some changes and then again activate the Adapter and test it.

It should work.

For any additional help ,. refer

standard SAP Help:

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

Regards,

Anurag

jyothi_anagani
Active Contributor
0 Kudos

Hi Veera,

Can you please explain your requirement properly. What is the file you are keeping is it a text file or something else. what are those 256 files.

Thanks.

Former Member
0 Kudos

Hi,

my requirement is flat file coming to 3rd party system . this file send to sap system throgh server proxy.

the source structre contains 256 files and target structure also 256 files this is one to one mapping.i completed the each and every thing. the file is picking after picking the file 256 fileds data is coming only one filed. i am facing this problem.

how to do that this prblem.. please help me .

Thaks & Regards,

veera.

Edited by: Veeru on Aug 5, 2009 10:53 AM

jyothi_anagani
Active Contributor
0 Kudos

Hi Veera,

Are you getting the the 256 fields data to one field in source side itself I mean problem with FCC. If so check your content conversion parameter Name.fieldNames , there you have to mention the 256 fields.

Thanks.