2009 Jan 03 8:54 AM
hi
i have a function.
i want to submit on select-option with this function ?
how can i do ?
Thanks .
2009 Jan 03 9:14 AM
hi
i have a function.
i want to submit on select-option with this function ?
how can i do ?
Thanks .
2009 Jan 03 9:07 AM
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.
2009 Jan 03 9:12 AM
2009 Jan 03 9:14 AM
2009 Jan 03 9:43 AM
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.
2009 Jan 03 9:56 AM
thanks all
this true .
SUBMIT demo_selection_screen_ldb_1 WITH carrid IN s_carrid1
VIA SELECTION-SCREEN AND RETURN.