cancel
Showing results for 
Search instead for 
Did you mean: 

Sender Channel Issue

Former Member
0 Kudos

Hello All,

Below is my Data type structure:

Message type

Record (0 *)

Header (1..1)

LineItem (1..*)

In FCC params I mentioned RecordSet name as Record and RecordsetStructure as Header,1,LineItem,*

But I am not getting Record tag in the xml which is required.

Can anyone tell me the issue

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hai Moorthy!

> Message type

> Record (0 *)

> Header (1..1)

> LineItem (1..*)

>

> In FCC params I mentioned RecordSet name as Record and RecordsetStructure as Header,1,LineItem,*

>

> But I am not getting Record tag in the xml which is required.

In your File Content Conversion add the following Parameter

ignoreRecordsetName and give the value us false.

Now u will get the Recordset name in your XML if u pass true u wont get in XML.To get it is mandatory thing to add it.

Go through the below link.

[http://help.sap.com/saphelp_nw04/helpdata/en/d2/bab440c97f3716e10000000a155106/frameset.htm]

Regard's

Preethi.

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Have u set ignoreRecordSetName = true ? This might remove Record tag? Also Specify Recordset Name = Record