Hello experts,
I am facing a issue. I have an IDOC to .txt scenario using content conversion. The target message type has a node with 4 fields and a subnode with 3 fileds (in total 7 fields).
The mapping is simple (1 to 1 ).When txt file is generated using file content conversion only five fields are present i.e 4 fields of the node and first field of the subnode. The last 2 fields of the subnode are missing.
This issue is not happening in case of IDOC to .xml( all 7 fields are there) but when I do it for IDOC to .txt only 5 fields are there.
There are no empty fields also.My text file is pipe separated.
I have used the following fcc parameters.
Recordset.addHeaderLine 3
Recordset.headerLine all the fields for header
Recordset.fieldSeparator |
Please help.