cancel
Showing results for 
Search instead for 
Did you mean: 

.csv to idoc fcc query

Former Member
0 Kudos

Hello Experts,

I have a requirement of .csv file to IDOC.

My source .csv file has 1 header with 4 fields and line item with 200 fields.But for IDOC i just need 10 fields from line items section.

So my doubt is how can i achieve this ,do i have to write fcc for all 200 line item fields Or is there any another way?

Your help is much appreciated.

Thanks

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Naveen

You don't need to configure the field names for all 200 line items if any of the 10 fields you require for mapping is not the last field of the line item.

If that is the case, then you just need to configure up to the last field you require, i.e. if the last field you need is the 30th field in the line item, just configure the field names for the first 30 fields.

Additionally, in order to handle this structure deviation, you need to configure the following two parameters:

LineItem.additionalLastFields = ignore

LineItem.missingLastFields = ignore

You can refer to the following online help if you want to understand more about handling structure deviations.

Converting Text Format in the Sender File/FTP Adapter to XML - Advanced Adapter Engine - SAP Librar...

Rgds

Eng Swee

Former Member
0 Kudos

Thanks Eng Swee..

engswee
Active Contributor
0 Kudos

Please remember to close the thread if you query has been answered.

Answers (0)