RKKBCUST 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 RKKBCUST 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_TRE = Report tree
Selection Text: P_TKKB2 = Cost element group list
Selection Text: P_TKKB1 = Report list
Selection Text: P_SEL = Selection screens
Selection Text: P_RECH = Product drilldown
Selection Text: P_IMP = Import reports
Selection Text: P_GEN = Generate reports
Selection Text: P_203 = Control parameters
Title: Call Maintenance Transactions Customizing
Text Symbol: SER = Repetitive mfg
Text Symbol: SE1 = Select transaction
Text Symbol: RET = Drilldown transactions
Text Symbol: REC = Characteristic groups
Text Symbol: REB = Global variables
Text Symbol: REA = Currency translation
Text Symbol: RE9 = Reorg data
Text Symbol: RE8 = Reorg form
Text Symbol: RE7 = Reorg report
Text Symbol: RE6 = Import
Text Symbol: RE5 = Import (general)
Text Symbol: RE4 = Transp.
Text Symbol: RE3 = Background processing
Text Symbol: RE2 = Define key figures
Text Symbol: RE1 = Generate characteristic structure
Text Symbol: APP = Applications
INCLUDE RKKBEQ10.
INCLUDE RKKBEQ30.
INCLUDE RKKBEQ60.
No SAP DATABASE tables are accessed within this REPORT code!
HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING CUCOL = 0 CUROW = 0 DISPLAY = ' ' FIELDNAME = DFIES-FIELDNAME TABNAME = DFIES-TABNAME TITLE_IN_VALUES_LIST = ' ' SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' TITEL = TEXT-APP IMPORTING INDEX = LIS_INDEX TABLES FIELDS = F4_VALUE SELECT_VALUES = F4_VTAB VALUETAB = LIS_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
HELP_VALUES_GET_WITH_TABLE_EXT CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE_EXT' EXPORTING CUCOL = 0 CUROW = 0 DISPLAY = ' ' FIELDNAME = DFIES-FIELDNAME TABNAME = DFIES-TABNAME TITLE_IN_VALUES_LIST = ' ' SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' TITEL = TEXT-RET IMPORTING INDEX = HDM_INDEX TABLES FIELDS = F4_VALUE SELECT_VALUES = F4_VTAB VALUETAB = HDM_TAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKKBCUST - Call Maintenance Transactions Customizing RKKBCUST - Call Maintenance Transactions Customizing RKKBCTOP - documentation and ABAP source code RKKBCON1 - INCLUDE for General Constants for Reporting RKKBCNFO - Central Routines for Selection Programs RKKBCMPG - documentation and ABAP source code