Hi frends,
Iam trying file to idoc scenario in PI7.1.i got the required output...i want to write FCC in sender side
my input file structure is
100-100,3000,0001,201,2,ST,0000001000
03,
20100430,20100430
where my XML
<?xml version="1.0" encoding="UTF-8"?>
http://autoscribe.com/xi/erp/n47/GoodsMovement">
<E1BP2017_GM_ITEM_CREATE>
<Key/>
<MATERIAL>100-100</MATERIAL>
<PLANT>3000</PLANT>
<STGE_LOC>0001</STGE_LOC>
<MOVE_TYPE>201</MOVE_TYPE>
<ENTRY_QNT>2</ENTRY_QNT>
<ENTRY_UOM>ST</ENTRY_UOM>
<COSTCENTER>0000001000</COSTCENTER>
</E1BP2017_GM_ITEM_CREATE>
<E1BP2017_GM_CODE>
<Key/>
<GM_CODE>02</GM_CODE>
</E1BP2017_GM_CODE>
<E1BP2017_GM_HEAD_01>
<Key/>
<PSTNG_DATE>20100430</PSTNG_DATE>
<DOC_DATE>20100430</DOC_DATE>
</E1BP2017_GM_HEAD_01>
</ns0:MT_GM_File_Sender>
i have written fcc as follows...
Document Name : DT_GM_File_sender
Document namespae : http://a.com/xi/erp/n47/GoodsMovement
Recordsetstructure : E1BP2017_GM_ITEM_CREATE,,E1BP2017_GM_CODE,1,E1BP2017_GM_HEAD_01,
KeyFieldName : Key
E1BP2017_GM_ITEM_CREATE.fieldNames :Key,MATERIAL,PLANT,STGE_LOC,MOVE_TYPE,ENTRY_QNT,ENTRY_UOM,COSTCENTER
ignoreRecordsetName : true
E1BP2017_GM_ITEM_CREATE.KeyFieldValue : 1
E1BP2017_GM_ITEM_CREATE.KeyFieldinStructure : ignore
E1BP2017_GM_ITEM_CREATE.fieldSeparator : ,
E1BP2017_GM_ITEM_CREATE.endSeparator: 'nl'
E1BP2017_GM_CODE.fieldNames : Key,GM_CODE
ignoreRecordsetName : true
E1BP2017_GM_CODE.KeyFieldValue : 2
E1BP2017_GM_CODE.KeyFieldinStructure : ignore
E1BP2017_GM_CODE.fieldSeparator: ,
E1BP2017_GM_CODE.endSeparator : 'nl'
E1BP2017_GM_HEAD_01.fieldNames : Key,PSTNG_DATE,DOC_DATE
ignoreRecordsetName : true
E1BP2017_GM_HEAD_01.KeyFieldValue : 3
E1BP2017_GM_HEAD_01.KeyFieldinStructure : ignore
E1BP2017_GM_HEAD_01.fieldSeparator : ,
E1BP2017_GM_HEAD_01.endSeparator : 'nl'
Help me out whr i went wrong r provide me necessary for my requirment
Thanks in advance.
Dinesh