SAP Reports / Programs

/KYK/IS_KE30_BPCA_ZMVREP1 SAP ABAP Report - Cumulative Income Statement







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


INCLUDES used within this REPORT /KYK/IS_KE30_BPCA_ZMVREP1

No INCLUDES are used within this REPORT code!


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:

EIS_REPORT_GET_DEFINITION CALL FUNCTION 'EIS_REPORT_GET_DEFINITION' EXPORTING applclass = 'KE' repid = 'ZMVREP1' subclass = '01' tabname = 'CE1BPCA' TABLES characteristics = lt_char "characteristics key_figures = lt_keyf "rows/columns key_text = lt_keyt "texts variables = lt_vari. "input variables

RKD_RKB1X_SET CALL FUNCTION 'RKD_RKB1X_SET' EXPORTING applclass = i_applc i_rkb1x = l_rkb1x i_table = i_tabnm i_get_table = '1' IMPORTING e_rkb1x = l_rkb1x.

RKD_REPORT_IMPORT_C CALL FUNCTION 'RKD_REPORT_IMPORT_C' EXPORTING i_rkb1x = l_rkb1x IMPORTING e_report = csx_report TABLES e_fdep_tab = ct_fdep CHANGING c_rkb1d = c_rkb1d.

RKD_SHORT_TEXT_SINGLE CALL FUNCTION 'RKD_SHORT_TEXT_SINGLE' EXPORTING applclass = i_applc characteristic = -keyid criteria = -fienm i_rkb1x = isx_report-rkb1x mode = 'T' IMPORTING characteristic_text_l = -text EXCEPTIONS OTHERS = 0.

EIS_REPORT_INIT CALL FUNCTION 'EIS_REPORT_INIT' EXPORTING applclass = i_applc subclass = i_subcl tabname = i_tabnm repid = i_repid TABLES variables = it_varb "input values EXCEPTIONS OTHERS = 0.

EIS_REPORT_NAVIGATE_COMPLEX CALL FUNCTION 'EIS_REPORT_NAVIGATE_COMPLEX' EXPORTING applclass = i_applc subclass = i_subcl tabname = i_tabnm repid = i_repid TABLES i_request_tab = it_requ e_data_tab = ct_data e_key_tab = ct_keyd e_text_tab = ct_text EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fcat TABLES t_outtab = EXCEPTIONS OTHERS = 0.



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 /KYK/IS_KE30_BPCA_ZMVREP1 or its description.