hi frends,
i have a prob in file content conversion in file to idoc scenario..
my flat file look like ths
100-100,3000,0001,201,1,ST,0000001000
03
20100430,20100430
my senderr fcc is :
Document Name : MT_GM_File_Sender
Document Namespace : http://a.com/xi/erp/n47/GoodsMovement
Recordset Structure : E1BP2017_GM_ITEM_CREATE,1,E1BP2017_GM_CODE,1,E1BP2017_GM_HEAD_01,1
Key field Name : key
E1BP2017_GM_ITEM_CREATE.fieldSeparator ,
E1BP2017_GM_ITEM_CREATE.fieldNames
key,MATERIAL,PLANT,STGE_LOC,MOVE_TYPE,ENTRY_QNT,ENTRY_UOM,COSTCENTER
E1BP2017_GM_ITEM_CREATE.keyFieldValue 01
E1BP2017_GM_ITEM_CREATE.keyFieldInStructure ignore
E1BP2017_GM_ITEM_CREATE.endSeparator 'nl'
E1BP2017_GM_CODE.fieldSeparator ,
E1BP2017_GM_CODE.fieldNames key,GM_CODE
E1BP2017_GM_CODE.keyFieldValue 02
E1BP2017_GM_CODE.keyFieldInStructure ignore
E1BP2017_GM_CODE.endSeparator 'nl'
E1BP2017_GM_HEAD_01.fieldSeparator ,
E1BP2017_GM_HEAD_01.fieldNames key,PSTNG_DATE,DOC_DATE
E1BP2017_GM_HEAD_01.keyFieldValue 03
E1BP2017_GM_HEAD_01.keyFieldInStructure ignore
E1BP2017_GM_HEAD_01.endSeparator 'nl'
ignoreRecordsetName true
my idoc is posted on receiver side...but values are mismatched...its stores in segment as
E1BP2017_GM_HEAD_01(1 segment ) : PSTNG_DATE 20100430
E1BP2017_GM_CODE (2 segment) : no values are thr
E1BP2017_GM_ITEM_CREATE(3 segment) : MATERIAL 3000(values are misplaced)
PLANT 0001
STGE_LOC 201
MOVE_TYPE 1
ENTRY_QNT ST
Kindly help me out to solve ths issue
With Regards,
Dinesh