cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in calling an external program

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (1)

Answers (1)

uday_gubbala2
Active Contributor
0 Kudos

Hi Murthy,

Try go through this [article |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a086ce1e-b551-2b10-e4ba-bf7ac5e4b2d6?overridelayout=true]by Priyank & see if it might be of any help for you.

Regards,

Uday