2009 Feb 19 1:58 AM
Hi experts,
in the table t706k the field KONT1 has value +96 but when i double click its comes as 196 when i link to table t030-komok this field has 196 but its not linking
2009 Feb 19 2:53 AM
look for the convertion exit... in the data element/domain level..
2009 Feb 19 2:53 AM
look for the convertion exit... in the data element/domain level..
2009 Feb 19 3:02 AM
Hi,
ru moveing the value of T706K-KONT1 to T030-KOMOK. then insted of declaring the varialbe like T030-KOMOK you can use var1(3) type c.
Check This ..
2014 Nov 12 12:02 PM
Hello,
How did u solve this ?
I am also fetching similar like this as seen below:
SELECT *
FROM t706k
INTO TABLE i_t706k
FOR ALL ENTRIES IN i_t706b4
WHERE morei = i_t706b4-morei AND
lgart = i_t706b4-lgarl AND
endda > sy-datum.
SELECT *
FROM t030
INTO TABLE i_t030
FOR ALL ENTRIES IN i_t706k
WHERE ktopl = c_GCOA AND
ktosl = c_hrt AND
komok = i_t706k-kont1.
but we have +10, +65 values in kont1, what conversion routine needs to be used to convert it to KOMOK type.
Thanks
Ritesh Solanki