SAPDBBKK 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 SAPDBBKK 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.
Selection Text: P_KOKRS = Controlling Area
Selection Text: P_LANGU = Language
Selection Text: S_BUKRS = Company Code
Selection Text: S_EXTNR = Base Planning Object
Selection Text: S_KOKRS = Controlling Area
Selection Text: S_WERKS = Plant
Title: Base Planning Objects
INCLUDE MK70DBZO.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS *CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' * EXPORTING * P_STATUS = 'DEFAULT' * TABLES * P_EXCLUDE = P_EXCLUDE.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING I_KOKRS = P_KOKRS IMPORTING E_KOKRS = P_KOKRS EXCEPTIONS NOT_FOUND = 01.
K_CKBS_AUTHORITY_CHECK CALL FUNCTION 'K_CKBS_AUTHORITY_CHECK' EXPORTING KOKRS = P_KOKRS ACTVT = '03'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.