SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

RKDREPDV SAP ABAP Report - Split Report







RKDREPDV 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 RKDREPDV into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KKOT - Split Report
CACS_D - Distribute Report
CACS_DD - Distribute Report
TLMD - Split Report
TRMD - Distribute Report
KCDI - Divide report
KE3L - Split report


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 RKDREPDV. "Basic submit
SUBMIT RKDREPDV AND RETURN. "Return to original report after report execution complete
SUBMIT RKDREPDV 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: APPLCLAS = Application class
Selection Text: ASPECT = Aspect
Selection Text: ERKRS = Operating concern
Selection Text: IREPID = Report name
Selection Text: PA_TYPE = Type of Profitability Analysis
Selection Text: SUBCLASS = Rep.portfolio(1),Drill down(2)
Selection Text: TABNAME = Table name
Title: Split Report


INCLUDES used within this REPORT RKDREPDV

INCLUDE REPDVTOP.


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:

RKC_ASPET_POPUP CALL FUNCTION 'RKC_ASPET_POPUP' EXPORTING CLIENT_INDEP = ' ' DISP = ' ' STATUS = 'A' IMPORTING ASPET = ASPECT.

HELP_TABNAME_VALUES_GET CALL FUNCTION 'HELP_TABNAME_VALUES_GET' EXPORTING I_APPLCLASS = G_TKEB1_KEY-APPLCLASS I_TABNAME = TABNAME IMPORTING E_TABNAME = TABNAME.

RKD_UNICODE_REQUIRED * CALL FUNCTION 'RKD_UNICODE_REQUIRED'.

TRANSACTIONS_INITIALIZE CALL FUNCTION 'TRANSACTIONS_INITIALIZE' EXPORTING APPLCLASS = P_SELECTION_APPLCLASS I_GET_APPLICATION = ' ' IMPORTING E_APPLCLASS = P_GLOBAL_APPLCLASS TRANSACTIONS = P_TC.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = P_GLOBAL_APPLCLASS I_RKB1X = P_GLOBAL_RKB1X IMPORTING E_RKB1X = P_GLOBAL_RKB1X.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING REPORT_PARAMETER_IN = RKB1D_SEND SUPPRESS_CONVERTING = OFF IMPORTING REPORT_PARAMETER = RKB1D_SEND EXCEPTIONS NO_REPORT = 1.

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING APPLCLASS = RKB1D_SEND-APPLCLASS I_RKB1X = P_RKB1X I_TABLE = RKB1D_SEND-TABNAME IMPORTING E_RKB1X = REPORT_SEND-RKB1X.

RKD_REPORT_IMPORT_C CALL FUNCTION 'RKD_REPORT_IMPORT_C' EXPORTING I_RKB1X = REPORT_SEND-RKB1X IMPORT_MODE = '0' IMPORT_MESSAGE_TYP = 'S' IMPORT_ENQUEUE_FLAG = 'X' CHECK_MESSAGE_SEVERITY = 16 CHECK_MESSAGE_TYP = ' ' GENERATE_NEWGEN = '0' GENERATE_SUPPRESS = ' ' IMPORTING E_IMPORT_STATUS = IMPORT_STATUS E_CHECK_STATUS = CHECK_STATUS E_GENERATE_STATUS = GENERATE_STATUS E_REPORT = REPORT_SEND TABLES E_FIELD_TAB = FIELD_TAB E_FDEP_TAB = FDEP_TAB CHANGING C_RKB1D = RKB1D_SEND.

RKD_POPUP_REPORT_DIVIDE CALL FUNCTION 'RKD_POPUP_REPORT_DIVIDE' EXPORTING I_FIELD_TAB = FIELD_TAB I_RKB1D = RKB1D_SEND I_RKB1X = REPORT_SEND-RKB1X I_SEIG = REPORT_SEND-SEIG I_TRANSACTIONS = P_TC IMPORTING E_DIVISION_RULE = DIVISION_RULE EXCEPTIONS BREAKOFF = 1.

RKD_REPORT_DIVIDE CALL FUNCTION 'RKD_REPORT_DIVIDE' EXPORTING I_COMMIT_WORK = 'X' I_EXPORT_FLAG = 'X' I_DIVISION_RULE = DIVISION_RULE CHANGING C_RKB1D_SEND = RKB1D_SEND C_REPORT_SEND = REPORT_SEND EXCEPTIONS OTHERS = 1.

REPORT_DIRECTORY_READ CALL FUNCTION 'REPORT_DIRECTORY_READ' EXPORTING REPORT_PARAMETER_IN = RKB1D IMPORTING REPORT_PARAMETER = RKB1D EXCEPTIONS NO_REPORT = 1.

HELP_REPORT_VALUES_GET CALL FUNCTION 'HELP_REPORT_VALUES_GET' EXPORTING I_APPLCLASS = RKB1D-APPLCLASS I_DISPL_TABLE = ' ' I_REPID = P_SELECTION_REPID I_SMODUS = RKB1D-SMODUS I_SUBCLASS = RKB1D-SUBCLASS I_TABNAME = RKB1D-TABNAME I_SMODE = RKB1D-SMODE I_BERTXT = RKB1D-BERTXT IMPORTING E_REPID = RKB1D-REPID.



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