cancel
Showing results for 
Search instead for 
Did you mean: 

Ignoring Last Record

abhradeepbasu
Participant
0 Kudos

Hi All,

We have a file comming from 3rd party end and we can easily use FCC in PI to convert that file to XML but the only challenge is that we have to ignore that last record of that file. Please suggest how to proceed?  IS it possible to do it in FCC?

Accepted Solutions (0)

Answers (4)

Answers (4)

abhradeepbasu
Participant
0 Kudos

Thanks for the reply.. the problem is solved by using FCC only.. it discarded the whole record correctly.

Used KeepInCompleteFields parameter in FCC.

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

udo_martens
Active Contributor
0 Kudos

you solved an issue, but not that from your question:

we have to ignore that last record of that file

udo_martens
Active Contributor
0 Kudos

Hi,

I dont think you can implement that in the adapter (except with a module).

"additionalLastFields=ignore" would not work because you want to ignore a hole record. A deletion in mapping time is required.

Regards,

Udo

former_member184681
Active Contributor
0 Kudos

Hi,

FCC doesn't have any setting that would allow you to ignore a line of the source file. You would have to ignore this line in the mapping.

Regards,

Greg

Former Member
0 Kudos

Hi,

      You can use the parameter 'missingLastfields' in sender FCC.

Another solution would be to add the field in the sender data type and FCC but leave it unmapped in the mapping.

http://help.sap.com/saphelp_NW04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Regards