SAP Reports / Programs | Cross-Application Components | General Application Functions | Schedule Manager(CA-GTF-SCM) SAP CA

SAPSMASTEP SAP ABAP Report - Program for Object Type BPSTESMAN : Schedule Step







SAPSMASTEP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter SAPSMASTEP into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT SAPSMASTEP. "Basic submit
SUBMIT SAPSMASTEP AND RETURN. "Return to original report after report execution complete
SUBMIT SAPSMASTEP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type BPSTESMAN : Schedule Step


INCLUDES used within this REPORT SAPSMASTEP

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SCMA_DEBUG_BREAKPOINT CALL FUNCTION 'SCMA_DEBUG_BREAKPOINT' EXPORTING I_BREAKPOINT = c_debug-step_create.

RS_SELSCREEN_EXISTS CALL FUNCTION 'RS_SELSCREEN_EXISTS' EXPORTING REPORT = REPORT "#EC DOM_EQUAL IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.

RS_VARIANT_COPY CALL FUNCTION 'RS_VARIANT_COPY' EXPORTING REPORT = report VARIANT1 = variant COPY_VARIANT = scmavariants-variante IMPORTING VARIANT1 = variant VARIANT2 = scmavariants-variante EXCEPTIONS OTHERS = 1.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING REPORT = report VARIANT = scmavariants-variante MOVE_OR_WRITE = 'M' * NO_IMPORT = ' ' EXECUTE_DIRECT = 'X' * IMPORTING * SP = TABLES L_PARAMS = lt_params L_PARAMS_NONV = lt_params_nonv L_SELOP = lt_selop L_SELOP_NONV = lt_selop_nonv VALUTAB = lt_variante OBJECTS = lt_objects FREE_SELECTIONS_DESC = lt_free_selections_desc FREE_SELECTIONS_VALUE = lt_free_selections_value EXCEPTIONS VARIANT_NON_EXISTENT = 1 VARIANT_OBSOLETE = 2 OTHERS = 3 .

RS_CHANGE_CREATED_VARIANT CALL FUNCTION 'RS_CHANGE_CREATED_VARIANT' EXPORTING CURR_REPORT = report CURR_VARIANT = scmavariants-variante VARI_DESC = varid * ONLY_CONTENTS = TABLES VARI_CONTENTS = lt_variante * VARI_TEXT = VARI_SEL_DESC = lt_vari_sel_desc OBJECTS = lt_objects EXCEPTIONS ILLEGAL_REPORT_OR_VARIANT = 1 ILLEGAL_VARIANTNAME = 2 NOT_AUTHORIZED = 3 NOT_EXECUTED = 4 REPORT_NOT_EXISTENT = 5 REPORT_NOT_SUPPLIED = 6 VARIANT_DOESNT_EXIST = 7 VARIANT_LOCKED = 8 SELECTIONS_NO_MATCH = 9 OTHERS = 10 .

DB_COMMIT call function 'DB_COMMIT'.

SBUF_GENERIC_RESET CALL FUNCTION 'SBUF_GENERIC_RESET' EXPORTING * BUFF_ID = 0 * RESET = ' ' TABNAME = 'VARID' EXCEPTIONS C_FUNC_ERROR = 1 OTHERS = 2.

JOB_SUBMIT CALL FUNCTION 'JOB_SUBMIT' EXPORTING ARCPARAMS = ARCHIVPARAMETERS AUTHCKNAM = BACKGROUNDUSERID "#EC DOM_EQUAL * commandname = * OPERATINGSYSTEM = ' ' * EXTPGM_NAME = ' ' * EXTPGM_PARAM = ' ' * EXTPGM_SET_TRACE_ON = ' ' * EXTPGM_STDERR_IN_JOBLOG = 'X' * EXTPGM_STDOUT_IN_JOBLOG = 'X' * EXTPGM_SYSTEM = ' ' * EXTPGM_WAIT_FOR_TERMINATION = 'X' JOBCOUNT = JOBNUMBER JOBNAME = JOBNAME LANGUAGE = SYST-LANGU PRIPARAMS = PRINTPARAMETERS REPORT = REPORT VARIANT = scmavariants-variante IMPORTING STEP_NUMBER = STEPNUMBER EXCEPTIONS BAD_PRIPARAMS = 01 INVALID_JOBDATA = 02 JOB_NOTEX = 03 JOB_SUBMIT_FAILED = 04 LOCK_FAILED = 05 * bad_xpgflags = * jobname_missing = * program_missing = * prog_abap_and_extpg_set = OTHERS = 99.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name SAPSMASTEP or its description.