cancel
Showing results for 
Search instead for 
Did you mean: 

Need help on content conversion parameters(FCC )

former_member200386
Active Participant
0 Kudos

Dear Experts,

I am working on  FCC to File scenario. I need your valuable inputs on defining content conversion parameters in Comm channel. Please find the file format in attached screen shot.

Thanks,

Pavan

Accepted Solutions (0)

Answers (2)

Answers (2)

santosh_k3
Active Participant
0 Kudos

Hi pavan,

Use this link to configure the FCC parametes http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm

Parameters that need to be used :

NameA.fieldNames :  Give the field names

NameA.fieldSeparator: |

NameA.enclosureSign=“

NameA.endSeparator = 'nl'

if you want to skip the header fields :

Under Document Offset, specify the number of lines that are to be ignored at the beginning of the document.   

Regards

Sai

former_member200386
Active Participant
0 Kudos

Hi Sai,

Thanks for the prompt response.  my source fields are like (Employee Name, org.unit,People Manager?)

i am not able to create data type if give names like above mentioned .

If i changed  filed names in data types like EmployeeName, OrgUnit, PeopleManager.

am i able to read them correctly?

Thanks,

Pavan

ambrish_mishra
Active Contributor
0 Kudos

Sai's solution should work. I had similar input.

Just to add to Sai, document offset would be 1.

Ambrish

former_member200386
Active Participant
0 Kudos

Hi Ambrish,

I configured the channel as Sai' suggested i am getting below error.

Thanks,

Pavan

anupam_ghosh2
Active Contributor
0 Kudos

Hi Pavan,

                  Please count the number of fields in Source XML structure and number of fields appearing in the file in a row. They must match.

Regards

Anupam

Former Member
0 Kudos

Hi Pavan,

As your document name is input, delete the parameter ignoreRecordsetName true.

I think all the header fields are coming in one line, make Document Offset to 1.

Do not mention anything in Recordsets per Message (this parameter to control the number of records in a message)

Regards,

Pranav

Former Member
0 Kudos
ambrish_mishra
Active Contributor
0 Kudos

Hi Pavan,

Check if any record in the file has more number of fields than specified.

Not sure why you have put the document offset as 6?

Ambrish

former_member200386
Active Participant
0 Kudos

Hi Anupam,

Thanks for the quick help. Now able to fetch the file , But the problem is i am  getting  only one record(only 1st record) instead of multiple records at target side.  i tested the mapping ESR. Kindly help me.

thanks,

Pavan

gagandeep_batra
Active Contributor
0 Kudos

Hi Pavan,

Check the occurrence of record it should be 1..unbounded

Regards

Gagan

santosh_k3
Active Participant
0 Kudos

Hi pavan,

In input and output data type specify the occurence of Record element to 0 to unbounded.

Also you have specified the document offset in Sender CC to 6 , Header line will be 1 line only

change it to 1 .

Regards

Sai

Former Member
0 Kudos

Hi Pavan

The file you have shown comtains many fields. Can you please tell me whether each line conatains all these fileds??

Can u please provide what xml structure you want so that I can help?