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 on select option

Former Member
0 Likes
957

hi

i have a function.

i want to submit on select-option with this function ?

how can i do ?

Thanks .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
914

refer below demo program..

DEMO_SEL_SCREEN_TABLES_RANGES

hi

i have a function.

i want to submit on select-option with this function ?

how can i do ?

Thanks .

5 REPLIES 5
Read only

KN-Nampoothiry
Active Participant
0 Likes
914

Hi Joshua,

Frankly, your ques reminds me of the Issue posting by End Users...a very generic statement with no clues for anyone to figure out.

Please tell what you are trying to do ..functionality and what have you employed technically now...so we can join to resolve.

Please clarify.

Read only

bpawanchand
Active Contributor
0 Likes
914

Issue is not clear what you wanna do , do you want to pass the select-option values to the FM or what ?

[Check this|;

Read only

Former Member
0 Likes
915

refer below demo program..

DEMO_SEL_SCREEN_TABLES_RANGES

Read only

Former Member
0 Likes
914

hi

personal data type :

sign - option , low , high

but i don't send personal parameter .

screen name pnppernr-low but i wan to send parameter all area (sing , option...)

but absent sign - option on screen

FUNCTION ZWDA_RSDTA.

*"----


""Local Interface:

*" TABLES

*" PERSONAL TYPE ZHRDTELM

*"----


submit ZHRWDA01

with pnppernr = personal

AND RETURN

.

DATA gt_main TYPE /DTY/_WDAINT01.

import gt_main to gt_main from MEMORY ID 'P0338_RS'.

ENDFUNCTION.

""----


"

report ZHRWDA01

GET pernr .

PERFORM hire_fire USING p_date p_date hired fired .

CHECK ( hired LE p_date AND fired GE p_date ).

PERFORM get_employes_data.

end-of-SELECTION.

PERFORM show_data.

PERFORM gettotalanzhlfrominf.

PERFORM p100x.

DATA x TYPE c.

x = '1'.

if gt_main[] is NOT INITIAL.

export gt_main to MEMORY id 'P0338_RS'.

ENDIF.

Thanks.

Read only

0 Likes
914

thanks all

this true .

SUBMIT demo_selection_screen_ldb_1 WITH carrid IN s_carrid1

VIA SELECTION-SCREEN AND RETURN.