Application Development and Automation 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: 
Read only

SUBMIT Statement

Former Member
0 Likes
679

Hi Gurus,

i want to pass values to WPO1 transaction.

i passed all values through via selection screen table type of RSPARAMS.

All values are passed OK.

But for checkbox, in wpo1 tcode, when i pressed f1 to know the screen-field name "No documentation available " is came.

I pick the field name from SE51 by using program name and screen no. i got it as ZTEILWE.

But when i pass 'X' to this field , it is not working.

Pls tell me how to pass space ot 'X' to this field.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
624

hai,

CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'

EXPORTING

CURR_REPORT = 'report name'

TABLES

SELECTION_TABLE = SEL_TAB.

use this f.m and get all details of the selection screen into sel_tab and pass the value to submit and see.

some time field may differ, u only should assign.

_______________________

IF C5 (field in ur program) = 'X'.

C3 (think this as ur field that u want to pass to wpo1)= 'X'.

C5 = ' '.

ENDIF.

_________________

shan.

Edited by: shan palani on Sep 30, 2008 10:31 AM

3 REPLIES 3
Read only

Former Member
0 Likes
625

hai,

CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS'

EXPORTING

CURR_REPORT = 'report name'

TABLES

SELECTION_TABLE = SEL_TAB.

use this f.m and get all details of the selection screen into sel_tab and pass the value to submit and see.

some time field may differ, u only should assign.

_______________________

IF C5 (field in ur program) = 'X'.

C3 (think this as ur field that u want to pass to wpo1)= 'X'.

C5 = ' '.

ENDIF.

_________________

shan.

Edited by: shan palani on Sep 30, 2008 10:31 AM

Read only

Former Member
0 Likes
624

what is the Checkbox in that transaction..?

keep the break point in the program RWPOB001 and see..what is happening.

Read only

0 Likes
624

Hi Please check your field name i think it should be XTEILWE not ZTEILWE. Hope this will solve your problem. Thanks.

Regards,

Jey