cancel
Showing results for 
Search instead for 
Did you mean: 

Suppress a field using FileContentConversion

Former Member
0 Kudos

Hi,

I am using File Content Conversion in the Receiver Adapter to format a file to Fixed Length. I wanted to suppress a particular field in the output file. Is there any parameter where I can suppress a field.

Thanks in adavance.

Bala

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use

fixedLengthTooShortHandling Cut

fieldFixedLengths 0

to supress filed. Refer the following link for the same.

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

Thanks,

Prateek

Message was edited by: Prateek Shah

Former Member
0 Kudos

Hi,

Using NameA.fixedLengthTooShortHandling, you can remove a segment and not a field in a segment.

But give it a try.

Regards

Vijaya

Former Member
0 Kudos

Hi Prateek,

As suggested by you, I used :

Name.fixedLengthTooShortHandling Cut

Name.fieldFixedLengths 0

When I use this my file contains 0 data. It is not suppressing the field. Is there any other way where I can suppress the field.

Regards.

Bala