SAP Reports / Programs | Basis Components | Installation Tools(BC-INS) SAP BC

INST_DB13_CONFIG SAP ABAP Report - RRR Installation: Configuring DB13







INST_DB13_CONFIG 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 INST_DB13_CONFIG 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 INST_DB13_CONFIG. "Basic submit
SUBMIT INST_DB13_CONFIG AND RETURN. "Return to original report after report execution complete
SUBMIT INST_DB13_CONFIG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: LANDSCAP = System landscape type
Selection Text: ROLE = Role of system
Title: RRR Installation: Configuring DB13
Text Symbol: 402 = No authorization
Text Symbol: 403 = DB13 successfully scheduled
Text Symbol: 404 = DB13 error during scheduling
Text Symbol: 518 = Creating job...
Text Symbol: 701 = Cannot determine parameters
Text Symbol: 401 = This is not an RRR system
Text Symbol: 001 = DB13: Batch input faulty
Text Symbol: 002 = DB13: Unknown database system
Text Symbol: 003 = DB13: Set as production system
Text Symbol: 004 = DB13: Set as test system
Text Symbol: 008 = Delete old job
Text Symbol: 010 = DB13: No action necessary for DB system
Text Symbol: 012 = DB13: Old schedule being deleted
Text Symbol: 035 = DB13: Delete all actions manually from Transaction DB13 and run program again


INCLUDES used within this REPORT INST_DB13_CONFIG

INCLUDE INST_DB13_CONFIG_MSS.
INCLUDE INST_DB13_CONFIG_ORA.
INCLUDE INST_DB13_CONFIG_INF.


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:

DATE_COMPUTE_DAY CALL FUNCTION 'DATE_COMPUTE_DAY' EXPORTING DATE = SY-DATUM IMPORTING DAY = WEEKDAY.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 0 TEXT = NUL.

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING FORCEDMODE = 'X' JOBNAME = ITJOBPAR-JOBNAME JOBCOUNT = ITJOBPAR-JOBCOUNT.

BP_JOB_MODIFY CALL FUNCTION 'BP_JOB_MODIFY' EXPORTING DIALOG = 'N' JOBNAME = ITJOBPAR-JOBNAME JOBCOUNT = ITJOBPAR-JOBCOUNT OPCODE = 18 IMPORTING MODIFIED_JOBHEAD = ITJOBPAR TABLES NEW_STEPLIST = ITSTEPPAR EXCEPTIONS CANT_DERELEASE_JOB = 1 CANT_ENQ_JOB = 2 CANT_READ_JOBDATA = 3 CANT_RELEASE_JOB = 4 CANT_SET_JOBSTATUS_IN_DB = 5 CANT_START_JOB_IMMEDIATELY = 6 CANT_UPDATE_JOBDATA = 7 EVENTCNT_GENERATION_ERROR = 8 INVALID_DIALOG_TYPE = 9 INVALID_NEW_JOBDATA = 10 INVALID_NEW_JOBSTATUS = 11 INVALID_OPCODE = 12 INVALID_STARTDATE = 13 JOB_EDIT_FAILED = 14 JOB_MODIFY_CANCELED = 15 JOB_NOT_MODIFIABLE_ANYMORE = 16 NOTHING_TO_DO = 17 NO_BATCH_ON_TARGET_HOST = 18 NO_BATCH_SERVER_FOUND = 19 NO_BATCH_WP_FOR_JOBCLASS = 20 NO_MODIFY_PRIVILEGE_GIVEN = 21 NO_RELEASE_PRIVILEGE_GIVEN = 22 NO_STARTDATE_NO_RELEASE = 23 TARGET_HOST_NOT_DEFINED = 24 TGT_HOST_CHK_HAS_FAILED = 25 OTHERS = 26.



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 INST_DB13_CONFIG or its description.