Application Development 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: 

in fm SD_CONDITION_KOMG_FILL not getting values in program

0 Kudos

Hi all

i have an issue in fm

SD_CONDITION_KOMG_FILL,

below code m using

CONCATENATE p_lland it_plant-regio s_regi p_mwskz it_plant-werks ven_class_a taxim_a S_HSN INTO v_vakey RESPECTING BLANKS.
CALL FUNCTION 'SD_CONDITION_KOMG_FILL'
EXPORTING
p_kotabnr = '792'
p_kvewe = 'A'
p_vakey = v_vakey

IMPORTING
p_komg = key_fields.

key_fields getting blank, but same i m putting in se37 i get data, even itried with hardcode in program but wont got data in key_fields.

please help in this regard.

0 REPLIES 0