cancel
Showing results for 
Search instead for 
Did you mean: 

File content conversion issue

Former Member
0 Kudos

Friends,

i have a file structure in receiver as below-

<FH>fileHdearData</FH>

<BODY>

<SUB>subBodyData</SUB>

</BODY>

<FT>fileTrailerData</FT>

Whenit is filled with it would look similar to as below-

<FH>fh</FH>

<BODY>

bd

<SUB>sb</SUB>

</BODY>

<BODY>

bd

<SUB>sb</SUB>

</BODY>

<FT>ft</FT>

The configuration in receiver file channel with FCC gives me below output, which is not as expected-

fh

bdsb

bdsb

ft

The expected one is as below-

fh

bd

sb

bd

sb

ft

Can someone help me in this case?

Also,

1. Is Conversion of hierarchical structure possible?

Meanwhile i have refered to below blogs as well.

- which i found true in my case.

For your reference the output that i am getting is as per blog - http://wiki.sdn.sap.com/wiki/display/XI/FCCForHierarchicalStructureinReceiverChannel

Thanks in advance,

Vishal K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vishal,

Could you post your configuration in Receiver FCC.

Regards

Krish

Former Member
0 Kudos

its receiver configuration only.