SAPBPSTEP 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 SAPBPSTEP into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program for Object Type BATCHSTEP : Batchstep
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = $BTC_MODE REPORT = REPORT NO_DIALOG = NODIALOG USER = USER IMPORTING OUT_ARCHIVE_PARAMETERS = ARCHIVPARAMETERS OUT_PARAMETERS = PRINTPARAMETERS VALID = VALID EXCEPTIONS ARCHIVE_INFO_NOT_FOUND = 01 INVALID_PRINT_PARAMS = 02 INVALID_ARCHIVE_PARAMS = 03 OTHERS = 99.
RS_SELSCREEN_EXISTS CALL FUNCTION 'RS_SELSCREEN_EXISTS' EXPORTING REPORT = REPORT "#EC DOM_EQUAL IMPORTING ANSWER = ANSWER EXCEPTIONS OTHERS = 0.
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 = VARIANT "#EC DOM_EQUAL 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.
F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING SHLPNAME = $SHLPNAME SHLPTYPE = $SHLPTYPE IMPORTING SHLP = SHLP EXCEPTIONS OTHERS = 0.
F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING SHLP = SHLP * DISPONLY = ' ' * MAXRECORDS = 500 * MULTISEL = ' ' * CUCOL = SY-CUCOL * CUROW = SY-CUROW IMPORTING RC = L_RC TABLES RETURN_VALUES = SELECTED_VALUES EXCEPTIONS OTHERS = 99.
BP_STEPLIST_EDITOR CALL FUNCTION 'BP_STEPLIST_EDITOR' EXPORTING STEPLIST_DIALOG = $DIALOG STEPLIST_OPCODE = $SHOW * STEP_TO_VERIFY = * importing * steplist_modify_type = TABLES STEPLIST = STEPLIST EXCEPTIONS BAD_USER_TYPE = 01 CANT_GET_INSTALLED_LANGUAGES = 02 ERROR_READING_STEP_VALUES = 03 * invalid_dialog_type = * invalid_external_command = * invalid_opcode = INVALID_REPORT_NAME = 04 INVALID_STEP_INDEX = 05 INVALID_STEP_STATUS = 06 INVALID_STEP_TYP = 07 INVALID_SYSTEM_LANGUAGE = 08 INVALID_USER_NAME = 09 INVALID_VARIANT_NAME = 10 * name_of_extpgm_missing = NO_PLAN_AUTHORITY = 11 NO_USER_ASSIGN_PRIVILEGE = 12 NO_VARIANTS_DEFINED = 13 READING_PRINT_PARAMS_FAILED = 14 REPORT_CAN_NOT_BE_SCHEDULED = 15 REPORT_HAS_NO_VARIANTS = 16 REPORT_NAME_MISSING = 17 * target_host_name_missing = USER_NAME_MISSING = 18 VARIANT_CHECK_HAS_FAILED = 19 VARIANT_NAME_MISSING = 20 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPBPSTEP - Program for Object Type BATCHSTEP : Batchstep SAPBPSTEP - Program for Object Type BATCHSTEP : Batchstep SAPBPS44 - Background Report for Uploading Confirmations (Networks) SAPBPS44 - Background Report for Uploading Confirmations (Networks) SAPBPS43 - Background Report for Delta Transfer of Operations (Networks) SAPBPS43 - Background Report for Delta Transfer of Operations (Networks)