Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

internal unit to external unit

Former Member
0 Likes
658

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

2 REPLIES 2
Read only

Former Member
0 Likes
519

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

Read only

Former Member
0 Likes
519

hi ,

thanks for your answer ,

my issue is solved using CONVERSION_EXIT_RUNIT_OUTPUT

regards

Kevin