SAP Reports / Programs

RKKBCUST SAP ABAP Report - Call Maintenance Transactions Customizing







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


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 RKKBCUST. "Basic submit
SUBMIT RKKBCUST AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBCUST 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: 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


INCLUDES used within this REPORT RKKBCUST

INCLUDE RKKBEQ10.
INCLUDE RKKBEQ30.
INCLUDE RKKBEQ60.


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:

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.



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