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: 

SUBMIT Statement

Former Member
0 Kudos

Hi Gurus,

How to pass value to check box through submit stament to selection screen.

all values in the selection are passed but checkbox values are not passed.

Please help me

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

Always make Checkbox = 'X'.....

Regards,

Deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM

5 REPLIES 5

Former Member
0 Kudos

hi,

Always make Checkbox = 'X'.....

Regards,

Deepthi.

Edited by: deepthi dandibhotla on Sep 29, 2008 1:51 PM

Former Member
0 Kudos

can u pls send ur code

or try using this

u can initalise the checkbox as X

Edited by: janagar sundaramoorthy on Sep 29, 2008 1:40 PM

Former Member
0 Kudos

Try this.....


SUBMIT <program name> WITH selcrit = 'X'.

'selcrit' is ur checkbox.

Former Member
0 Kudos

Hi,

try this -

SUBMIT Zprogram

with p_check EQ p_check1.

Here p_check is the Checkbox field of the called program and p_check1 is the checkbox field of calling program.

Former Member
0 Kudos

HI,

Assign 'X' to the Check box.

Thanks,

Sriram POnna.