Hi,
Iam working out file_Rfc_file Scenario..my input file contains plant say ''3000''..i have written file content conversion in sender side..this wat i have written.
item.fieldFixedLengths 1,4
item.endSeparator 'nl'
item.fieldNames key,low
item.keyFieldValue 1
item.keyFieldInStructure ignore
but while am chking in sxmb_moni...iam getting my input message as
<?xml version="1.0" encoding="utf-8" ?>
- http://autoscribe.com/xi/erp/n47">
- <Mainplant_Ra>
- <item>
<key>3</key>
<low>000</low> </item>
</Mainplant_Ra>
</ns:Mt_Mainplant_Ra>
but whereas my key value should be 0 and plant has to be 3000...can anyone sugest whr i went wrong?
With Regards,
Dinesh