cancel
Showing results for 
Search instead for 
Did you mean: 

problem in file contentconvertion?

Former Member
0 Kudos

hi experts,

iam doing file content convertion at sender side i need what are the parameters should be given.

iam giving following parameters.

1)fieldNames

2)feildSeparator

3)fixedLength

4)endSeparator

5)processConfiguration----


because we dont have header in file

6)additionallastfields----


should i give this parameter

7)missinglastfeilds----


should i give this parameter

please guide me what are the other parameters should i give.

thanks and regards,

phani

Accepted Solutions (0)

Answers (3)

Answers (3)

justin_santhanam
Active Contributor
0 Kudos

Phani,

The last fields are available only in SPS20 and above I believe. Either FieldSeparator or fixedLength is more than suffice.

Best regards,

raj.

Former Member
0 Kudos

Hey

you dont have to use both .fieldSeparator and fieldFixedLength.

use fieldSeparator os the file is comma of tab delimited and use fieldFixedLength if its fied length file

>>5)processConfiguration----


because we dont have header in file

6)additionallastfields----


should i give this parameter

7)missinglastfeilds----


should i give this parameter

These three are optional and you are not required to necessarily give them

Thanx

Ahmad

Message was edited by:

Ahmad

former_member184619
Active Contributor
0 Kudos

Hi Phani,

U can either use feildSeparator if it is having some Separator

else

use fixedLength if in file fields are having fixed lenght

processConfiguration----


because we dont have header in file

6)additionallastfields----


should i give this parameter

7)missinglastfeilds----


should i give this parameter

These are Optional.

check this for details for each parameter

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

check these links for more

/people/michal.krawczyk2/blog/2004/12/15/how-to-send-a-flat-file-with-fixed-lengths-to-xi-30-using-a-central-file-adapter

/people/venkat.donela/blog/2005/06/08/how-to-send-a-flat-file-with-various-field-lengths-and-variable-substructures-to-xi-30

Sachin

Message was edited by:

Sachin Dhingra