cancel
Showing results for 
Search instead for 
Did you mean: 

field Names in File rcvr by FCC

Former Member
0 Kudos

I have a scneario IDOC to file where my target structure is as follows

MT_TGT

Value

ID

Val1

Val2

ID

I have given the record set structure as Value,ID

ID.fieldNames = val1,val2

ID.fieldSeparator = ,

ID.endSeparator = 'nl'

Value.fieldSeparator = 'nl'

I am unable to get the field names val1 and val2 in the output file.. ne parameter im mising?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ravindra,

as my understanding, u want to output the data as below, the first line is field nam, r8?

var1, var2

a, b

c, d

if like this, u need to duplicate the ID segment. and map the value "var1", "var2" to ID[1]/var1 and ID[2]/var2. and then map source field to the other ID/var1, ID/var2.

only the values in xml payload could be transfered and writen into the output file.

and the parameter ID.fieldNames = val1,val2 doesn't work in receiver channel.

Regards,

Kevin Song

Former Member
0 Kudos

Hi Teja,

> MT_TGT

> Value

> ID

> Val1

> Val2

> ID

Why again you are using ID at last?

In receiver CC include "Value.endSeparator" parameter and try.

Regards,

Venkata Ramesh

former_member191435
Contributor
0 Kudos

Hi,

try with ignoreRecordSet = true

and value.fieldNames = ID.

Regards,

Sreenivas

Former Member
0 Kudos

Hi,

In receiver communication channel advaced tab you have to specify both recordset and record set structure.

recordset,record set structure like this.

for example,

Emp_info,Emp_tab

Emp_tab.fieldSeparator ;

Emp_tab.endSeparator ;

regards,

ganesh.