‎2009 Mar 10 6:32 AM
hi all ,
when debugging , i found one of my unit is 'CS' , and it show DS2 in the layout, how are they related , t006 ?
why i use CS as the value for ISOCODE , i got DS2 & DS (2 records) , i think it should be only 1 record for each unit , someone could explain this ?
regards
Kevin
‎2009 Mar 10 6:49 AM
Since i dont have sap access, i am not sure.
But you can check this: [Conversion Routines|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee19446011d189700000e8322d00/frameset.htm].
The table field might be attached with conversion routine (at Domain).
Eg: Field FLTIME refers to domain S_DURA, to which conversion routine SDURA is assigned. The value is thus converted by the two function modules CONVERSION_EXIT_SDURA_INPUT and CONVERSION_EXIT_SDURA_OUTPUT.
Regards,
~Satya
‎2009 Mar 10 7:13 AM
hi ,
thanks for your answer ,
my issue is solved using CONVERSION_EXIT_RUNIT_OUTPUT
regards
Kevin