Dear All,
It is a IDOC to FILE Structure where after mapping there are only two fields in the target structure and the occurrence is only once.
The two fields are - filename and data
<Message>
<filename>brand0412</filename>
<data>CO BLUE ALTERNATE Y</data>
</Message>
I would like to create a text file with the following requirements:
1) the name of the text file -> value of field filename -> brand0412.txt
2) the content of the text file should be -> the value of the data field -> CO BLUE ALTERNATE Y
i.e.
File name - brand0412.txt
Content - CO BLUE ALTERNATE Y
What are the parameters I should use for FCC?