selectline-selname ='P_VALUE'."选择屏幕字段名selectline-kind ='P'."选择类型为单选,如果是多选则为Sselectline-low =p_value."选择字段的值APPENDselectlineTOselectable.SUBMITztestACCESSED1WITHSELECTION-TABLEselectableANDRETURN.IMPORTvalTO
SUBMIT{rep|(name)}[USING SELECTION-SCREENdynnr][VIA SELECTION-SCREEN][USING SELECTION-SETvariant][USING SELECTION-SETS OFPROGRAMprog][WITH SELECTION-TABLErspar]{[WITHsel1{{{EQ|NE|CP|NP|GE|LT|LE|GT}dobj[SIGNsign]}|{[NOT]BETWEEN dobj1 AND dobj2[SIGNsign]}|{IN rtab}}][WITHsel2{{{EQ...
SUBMIT zreport with selection-table seltab 3、带parameters程序的Submit的用法 *Code used to populate 'parameters' & execute report SUBMIT zreport with p_param1 = 'value' with p_param2 = 'value'. 4、其他情况 *Submit report and return to current program afterwards SUBMIT zreport AND RETURN. ...
endloop.SUBMITzreport with selection-table seltab via selection-screen.3、带parameters程序的Submit的用法*Code used to populate 'parameters' & execute reportSUBMITzreport with p_param1 ='value'with p_param2='value'.4、其他情况*Submit report and return to current program afterwardsSUBMITzreportAND...
SAP ABAP PLATFORM 1809 SAP S/4HANA 1809 SAP S/4HANA FOUNDATION 1809 SUBMIT with WITH SELECTION-TABLE. REPORT zcalling_program. DATA: li_selection TYPE TABLE OF rsparams, lwa_selection TYPE rsparams. *Setting values for selection screen field Company Code CLEAR lwa_selection. lwa_selection-sel...
SAP Managed Tags: ABAP Development Hi, data :SELTAB TYPE TABLE OF RSPARAMS. Im using submit zprog using selection-table seltab. But My selection screen of zprog is still visible and im able to change the values of the 'zprog'. Is it possible to skip the entire selection screen ...
START-OF-SELECTION. "初始设置CL_SALV_BS_RUNTIME_INFO=>SET(DISPLAY=ABAP_FALSEMETADATA=ABAP_FALSEDATA=ABAP_TRUE ). *调用目标程序 SUBMITRMMVRZ00WITHMS_MATNR IN S_MATNR "标准报表用参数IDWITHMS_WERKS IN S_WERKSANDRETURN.TRY. "获取ALV显示数据CL_SALV_BS_RUNTIME_INFO=>GET_DATA_REF( IMPORTING...
6. … WITH SELECTION-TABLE seltab 7. … WITH FREE SELECTIONS texpr Effect Passes values to the SELECT-OPTIONS and PARAMETERS of the program rep (these can also be defined in the database program SAPDBldb of the relevant logical database ldb ). p is the name of a parameter or selectio...
SAP Managed Tags: ABAP Development Hi Experts, I want to call a report program z_progm2 in my current program z_progm1. While calling I have to pass the selection-screen values on z_progm1 to z_progm2. So I thought of using "WITH SELECTION-TABLE" option in SUBMIT as below ...
SAP Managed Tags: ABAP Development HI USe WITH SELECTION-TABLE of SUBMIT statement WITH SELECTION-TABLE <rspar>, dynamic transfer of values You need an internal table <rspar> with the Dictionary structure RSPARAMS. The table then consists of the following six fields: SELNAME (type C, leng...