cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:FCC issue

Former Member
0 Kudos

Hi...

I am having the receiver structure like as shown below.

MT_Output

Node1

Item1

Item2

Item3

Node2

Item4

Here,I dont want the Node2.

In Content conversion, i am specifying like

RecordsetStructure -- Node1

Node1.fieldSeparator --- ,

But i am getting the value for Node2 in the Receiver file.

Can you please tell how to avoid the Item4 in the receiver file?

Thanks & Regards,

Leela

Accepted Solutions (1)

Accepted Solutions (1)

siddhesh_pathak4
Contributor
0 Kudos

Hello,

Try out, remove the mapping for the fields "node2 and item4". OR try to use the CUT like,

recordset.FixedlengthTooShortHandling = CUT

Refer to link,

[https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/2161] [original link is broken] [original link is broken] [original link is broken];

Edited by: Siddhesh Pathak on Mar 26, 2009 10:55 AM

Answers (1)

Answers (1)

former_member206760
Active Contributor
0 Kudos

if u are not requiring it in the output ..then u can just right click on that field in the target message in message mapping and say " disable field "....