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
selectline-selname ='P_VALUE'."选择屏幕字段名selectline-kind ='P'."选择类型为单选,如果是多选则为Sselectline-low =p_value."选择字段的值APPENDselectlineTOselectable.SUBMITztestACCESSED1WITHSELECTION-TABLEselectableANDRETURN.IMPORTvalTOval_return_from_accessed1FROMMEMORYIDg_memory1."取出ABAP内存中的...
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. ...
There are multiple variations how you can use SUBMIT statement in SAP ABAP. For example, with different variations of SUBMIT statement syntax, you can define how to set Selection Screen parameters of the calling program, define if you want to execute the ABAP program in background mode, or ...
SAP Managed Tags ABAP Development Hello, There is a need in my function module where I need to take the help of a transaction wherein I would require the values of an internal table ( which is populated somewhere in the transaction program ) to be passed back to my function module where...
Hi JM, You can suppress pop-ups by running the program as background job. Follow the below steps 1. Call the function moduleJOB_OPEN(Use JOB_OPEN to create a background job). 2. Use SUBMIT statement like below. DATAprint_parametersTYPEpri_params.SUBMITsubmitableTOSAP-SPOOLSPOOLPARAMETERS...
If a basic list is created in the program accessed, aspool requestshould be created with explicit spool parameters by specifyingTO SAP-SPOOL. If this is not done, the additionVIA JOBcreates a spool request implicitly that derives its spool parameters from standard values, some of which are tak...
SAP Managed Tags: ABAP Development Hi Guyz, I created a program using submit and return..since it there is an existing program named ZFF_STA_VESSEL which wil generate a per cost center report, i will call it to my program ZF_SummarySOA which will create a multiple cost center report.....
First, theselection screen variantof the additionUSING SELECTION-SETis passed and this sets all parameters and selection criteria to the values of the variant. The values previously set in the called program are overwritten. The values of the table of the additionWITH SELECTION-TABLEare then passe...