cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in FCC

Former Member
0 Kudos

Hi,

I amworking on a scenario where the Material is sent from CSV file and is created in SAP using BAPI Call.

Simple scenarion but some basic problem as I am new.

==================

According to the IR settings, XML File should be generated as below:

<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:SCD_MT xmlns:ns0="NS:F2BAPI">

- <Records>

- <Rows>

<Material>Dabhade</Material>

<IndSec>M</IndSec>

<Mtype>ROH</Mtype>

<UOM>CM</UOM>

<Desc>Test Material SCD</Desc>

<Language>EN</Language>

</Rows>

</Records>

</ns0:SCD_MT>

=================

But after the settings in ID using FCC, the XML file is getting generated which is as below:

================

<?xml version="1.0" encoding="utf-8" ?>

- <ns:SCD_MT xmlns:ns="NS:F2BAPI">

- <Rows>

<Material>dabhade1</Material>

<IndSec>M</IndSec>

<Mtype>ROH</Mtype>

<UOM>CM</UOM>

<Desc>Testing</Desc>

<Language>EN</Language>

</Rows>

</ns:SCD_MT>

================

There is the difference in the XML File.

In SXMB_MONI, the status is shown as processed successfully.

The material however is not created.

My Setting are as below:

Record set structure: Rows,*

row field names = Material,IndSec,Mtype,UOM,Desc,Language

rows field separator = , (comma)

ignore record set name = true.

Any help would be appretiated and rewarded.

Thanks a lot in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Pranu,

Try giving:

Recordset Name: Records

& remove the line ignoreRecordsetName = true

Thanks,

Mahi

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You are missing the Records Node here. Try to add this also in FCC parameters.

Thanks

swarup