Hi Tim,
Use CONVERSION_EXIT_ALPHA_INPUT FM, before pass the hkont value in wa_hkont-low.
Call function 'CONVERSION_EXIT_ALPHA_INPUT'
export
input = wa_hkont-low
import
output = wa_hkont-low.
append wa_hkont to it_hkont.
regards.
Praveer.
Hi Tim,
Use CONVERSION_EXIT_ALPHA_INPUT FM, before pass the hkont value in wa_hkont-low.
Call function 'CONVERSION_EXIT_ALPHA_INPUT'
export
input = wa_hkont-low
import
output = wa_hkont-low.
append wa_hkont to it_hkont.
regards.
Praveer.