cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to read last column in FCC

Former Member
0 Kudos

Hi Experts,

I have a simple fcc to bapi scenario....

I have two questions

Firstly ..what is the limit on the number of fields , I mean number of columns in the input file????

Secondly.. Im facing a strange issue where the last column is not being read if it empty , and being read (as i see it in comm channel monitoring) only when it has a value...

Pls share ur thoughts

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

what is the type of file ur r trying to pick?

please try with this FCC parameter field.fieldContentFormatting=nothing .

regards,

navneet

Edited by: navneet sumit on Dec 22, 2009 9:31 AM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Teja,

> Firstly ..what is the limit on the number of fields , I mean number of columns in the input file????

There is no limit, you can use any number of fields based on your requirements.

> Secondly.. Im facing a strange issue where the last column is not being read if it empty , and being read (as i see it in comm >channel monitoring) only when it has a value...

If you want to read that fields always(if value is there or not) then in the mapping use map with default node function.

More info check this link

http://help.sap.com/saphelp_srm40/helpdata/ru/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Regards

Ramesh

former_member194786
Active Contributor
0 Kudos

Hi Ravindra,

You can use the parameter missingLastFields and additionalLastFields to handle this situation. For more on this have a look into this link:

http://help.sap.com/saphelp_nwpi71/helpdata/EN/44/70ec8a20453abee10000000a155369/frameset.htm

Regards,

Sanjeev.

Former Member
0 Kudos

Thanks Guys,

will try and let u know