cancel
Showing results for 
Search instead for 
Did you mean: 

Flat file

Former Member
0 Kudos

Hi,

I need to remove the field in receiver flat file.Text fld showed not get populated at flat file.for eg fld name is text1.But i have used variable subsitution for that text fld.

Kinldy let me for the same.TIA.

Regards,

Anitha M

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I need to remove the field(text) in receiver flat file.Text fld should not get populated at flat file.But i have used variable subsitution for that text fld and have mapping for that fld.

Kinldy let me for the same.TIA.

Regards,

Anitha M

Former Member
0 Kudos

Hi Anitha,

I need to remove the field(text) in receiver flat file.

u didnt mention if it is a fixed length or non-fixed length.

1. If the field is a fixed length then u can suppress the field , in receiver by giving the legth of that field as 0.

This will suppress the field. It is better if the field is not a node instead it's a element.

If it is a node,since by default the end separator is 'nl' u will get a extra line in the target.

2. If its a comma,pipe separated values, then dont give the field name in FCC. Also make sure that in FCC u give the field as optional.

For exacct FCC parameters pl go through, Sap Help Xi->Runtime>Adapters>Receiver File-->FCC.

Babu.