SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

RCKBK_SB_ADMIN_2F13 SAP ABAP INCLUDE - RCKBKSBADMIN2F13







RCKBK_SB_ADMIN_2F13 is a standard ABAP INCLUDE 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 RCKBK_SB_ADMIN_2F13 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 RCKBK_SB_ADMIN_2F13. "Basic submit
SUBMIT RCKBK_SB_ADMIN_2F13 AND RETURN. "Return to original report after report execution complete
SUBMIT RCKBK_SB_ADMIN_2F13 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 RCKBK_SB_ADMIN_2F13

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:

CK2U_KEKO_KEPH_READ CALL FUNCTION 'CK2U_KEKO_KEPH_READ' EXPORTING I_KEKOKEY = pf_bo_mat_display-keko_key I_READ_KEKO = ckc_yes I_READ_KEPH = ckc_yes * I_TYPE_READ = '0' * CACHED_READ = ' ' IMPORTING EF_KEKO = lf_keko TABLES ET_KEPH = lt_keph_db EXCEPTIONS DATA_NOT_FOUND = 1 WRONG_TYPE_READ = 2 OTHERS = 3 .

CK_F_2_SHARED_BUFFER_ITEM_READ CALL FUNCTION 'CK_F_2_SHARED_BUFFER_ITEM_READ' EXPORTING IM_BUFFER_OBJECT_KEY = lf_bo_base_key IMPORTING EX_Buffer_Object_data = lf_bo_base_data TABLES EX_KEPH_TABLE_1 = lt_keph_sb * EX_KEPH_TABLE_2 = * EX_PRICE_TABLE = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

CK_F_2_SHARED_BUFFER_ITEM_READ CALL FUNCTION 'CK_F_2_SHARED_BUFFER_ITEM_READ' destination pf_bo_mat_display-appsrv EXPORTING IM_Buffer_obejct_KEY = lf_bo_base_key IMPORTING EX_Buffer_Object_data = lf_bo_base_data TABLES EX_KEPH_TABLE_1 = lt_keph_sb * EX_KEPH_TABLE_2 = * EX_PRICE_TABLE = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2 .

K_KKB_SPLITTING_DISPLAY CALL FUNCTION 'K_KKB_SPLITTING_DISPLAY' EXPORTING i_sicht = 1 i_kokrs = lf_keko-kokrs * I_LOSFX = * I_NSCHI = i_cki64a = lf_cki64a I_KEKO = lf_keko * I_AUFNR = i_elehk = lf_keko-elehk i_elehkns = lf_keko-elehkns * I_OBA_ITEM = * I_VARIA = * I_CONTAINER = * I_CLASSIC_FORCED = * I_GRID_TITLE = TABLES T_KEPH = lt_keph_sb.



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