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
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.