cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Comunication Channel

Former Member
0 Kudos

Hi All

I have a IDOC to file scenario, in the file CC I use append,FCC with the paramater fieldfixlengths. All is well the file appends until a file comes trough where the CC fails because one of the field lengths is longer than specified in the fieldfixlengths, as soon as this happen the file previos appended files disappears. Is this suppose to happen or is there a way to avoid this from happening?

Any help will be appreciated.

Regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Yes, since the file is in append mode, this will happen.

U can do like this if possible only..

try to give the maximum expected length for all the fields and specify,

Records.fixedLengthTooShortHandling cut

or

Records.fixedLengthTooShortHandling ignore

As ur requirement.

Also refer once,

http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm

Babu

Edited by: hlbabu123 on Mar 11, 2010 12:56 PM

Answers (0)