Skip to Content
0
Former Member
Jul 02, 2009 at 06:16 AM

Problem in calling an external program

36 Views

Hello Experts,

I am calling an external program with raiobuttons in the selection screen, whose input fields depend on the Radiobuttons selected, from my current program I have passed the parameters as below.

SUBMIT y1atl_net_hrs_update WITH p_emprg = 'X'

with p_dptrg = ' '

WITH s_empid IN s_empid

with p_range = ' '

with p_week = ' '

WITH p_month = 'X'

WITH p_mnth = lv_text1

WITH p_year = lv_text2 AND RETURN.

where p_emprg

p_dptrg are radio buttons of one group.

and p_range

p_week

p_month are radiobuttons of another group.

In debugg mode I see that the parameter values I have specified above are not getting passed, in cluding that of Radio button values.

I request you to help me pass the parameters to the program specified above.

Thanks & Regards,

Murthy.