cancel
Showing results for 
Search instead for 
Did you mean: 

File Content Conversion

Former Member
0 Kudos

Hi Gurus,

I used teh file content conversion to convert the csv file to xml file.

I used key field to identify eavery record in the csv file.

I dont want the key field to be generated in the XML message.

Should I add an entry in the FCC that keyfield.Instructure = Ignore.

Please provide a solution to remove teh key field in XML structure

Any help appreciated.

Thanks,

Jay

Accepted Solutions (1)

Accepted Solutions (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hello,

Should I add an entry in the FCC that keyfield.Instructure = Ignore.

Use the name used in your recordset structure and add .keyFieldInStructure = ignore.

http://help.sap.com/saphelp_nwpi711/helpdata/en/44/6713ec3f914ddee10000000a1553f7/content.htm

You need to do this for ALL the key Fields.

Hope this helps,

Mark

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

To ignore the Key Field in the XML structure,

Node1.keyFieldValue=ignore

Node1 is the element name.

Regard's

Preethi.

Former Member
0 Kudos

hi,

NameA.keyFieldInStructure:

If the key field of the sub structure is to be added to the XML document, specify add.

if the key field is to be ignored, enter ignore

thanks,

Former Member
0 Kudos

Hi,

the key field is to be ignored, enter ignore.

RecordSetName.keyFieldInStructure---ignore.

regards,

ganesh.

Former Member
0 Kudos

Hi

> Should I add an entry in the FCC that keyfield.Instructure = Ignore.

You can use that command

FYI

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