Ansicht
Dokumentation

ABAPSUBMIT_SHORTREF - SUBMIT SHORTREF

ABAPSUBMIT_SHORTREF - SUBMIT SHORTREF

BAL Application Log Documentation   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

SUBMIT

Reference



Syntax

SUBMIT {rep|(name)}
  [USING SELECTION-SCREEN dynnr]
  [VIA SELECTION-SCREEN]
  [USING SELECTION-SET variant]
  [USING SELECTION-SETS OF PROGRAM prog]
  [WITH SELECTION-TABLE rspar]
{ [WITH sel1 { {{EQ|NE|CP|NP|GE|LT|LE|GT} dobj [SIGN sign]}
              | {[NOT] BETWEEN dobj1 AND dobj2 [SIGN sign]}
              | {IN rtab} }]
  [WITH sel2 { {{EQ|NE|CP|NP|GE|LT|LE|GT} dobj [SIGN sign]}
              | {[NOT] BETWEEN dobj1 AND dobj2 [SIGN sign]}
              | {IN rtab} }]
   ... }
  [WITH FREE SELECTIONS texpr]
  [LINE-SIZE width]
  [LINE-COUNT page_lines]
  { [EXPORTING LIST TO MEMORY]
  | [TO SAP-SPOOL SPOOL PARAMETERS pri_params
                  [ARCHIVE PARAMETERS arc_params]
                  WITHOUT SPOOL DYNPRO] }
  [[USER user] VIA JOB job NUMBER n]
  [AND RETURN].


Effect

Calls an executable program.

Additions

  • ${rep$|(name)$}
    Specifies the program statically as rep or dynamically in name.
  • WITH SELECTION-TABLE rspar
    Supplies the selection screen with values from an internal table rspar of the line type RSPARAMS or RSPARAMSL_255.
  • WITH sel1 ... WITH sel2 ...
    Supplies individual parameters and selection criteria sel1, sel2, ... on the selection screen:

    ${EQ$|NE$|CP$|NP$|GE$|LT$|LE$|GT$} dobj $[SIGN sign$] - Passes a single value dobj with comparison operators and a specification for the SIGN column in the selection table.

    $[NOT$] BETWEEN dobj1 AND dobj2 $[SIGN sign$] - Passes an interval from dobj1 to dobj2 with an optional operator NOT and a specification for the SIGN column in the selection table.

    IN range_tab - Passes a ranges table range_tab.
  • WITH FREE SELECTIONS texpr
    Supplies the dynamic selection for the selection screen on a logical database with values from an internal table texpr of type rsds_texpr from type pool RSDS.
  • LINE-SIZE width
    Defines the line width in the basic list for the program accessed to width characters.
  • LINE-COUNT page_lines
    Defines the page length in the basic list for the program accessed to page_lines lines.
  • EXPORTING LIST TO MEMORY
    Saves the basic list for the program accessed as an internal table of the line type ABAPLIST in the ABAP Memory. Can only be used together with AND RETURN.
  • TO SAP-SPOOL
    Creates a spool request for the basic list in the program accessed with the following parameters:

    SPOOL PARAMETERS pri_params - Spool parameters in a structure pri_params of the type PRI_PARAMS.

    ARCHIVE PARAMETERS arc_params - Archiving parameters in a structure arc_params of the type ARC_PARAMS.

    WITHOUT SPOOL DYNPRO - Suppresses the spool dialog box.
  • AND RETURN
    Once the program call is finished, resumes execution of the program execution is continued after the statement SUBMIT. Otherwise, the calling program is terminated.
  • AND RETURN
    Once the program call is finished, resumes execution of the program execution is continued after the statement SUBMIT. Otherwise, the calling program is terminated.





Vendor Master (General Section)   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 8509 Date: 20240425 Time: 142649     sap01-206 ( 84 ms )