RRKLFZMD03_CLASSES 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 RRKLFZMD03_CLASSES 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!
KLSI01_SI_OBJECT_READ CALL FUNCTION 'KLSI01_SI_OBJECT_READ' EXPORTING i_sid_tab = e_sid_tab i_xakt = 'E' IMPORTING e_si_tab = i_si_tab EXCEPTIONS error_gls_read = 1 OTHERS = 2.
KL_SI_SHOW CALL FUNCTION 'KL_SI_SHOW' EXPORTING i_sidext = wa_si_tab-sidext.
TB_JUMP_TO_DEAL CALL FUNCTION 'TB_JUMP_TO_DEAL' EXPORTING i_objnr = i_outtab_line-objnr i_stichtag = p_auswdt EXCEPTIONS object_not_identified = 1 loan_contract_not_found = 2 t1_tcode_unknown = 3 r1info_not_qualified = 4 t1info_not_qualified = 5 t2info_not_qualified = 6 t7info_not_qualified = 7 bainfo_not_qualified = 8 deal_not_found = 9 undefined_error = 10 OTHERS = 11.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RRKLFZMD03_CLASSES - RRKLFZMD03CLASSES RRKLFZMD03TOP - Include RKLFZMD03TOP RRKLFZMD03PBO - documentation and ABAP source code RRKLFZMD03FORMS - Include RKLFZMD03FORMS RRINCLTAB_REBUILD - Correction program: Reconstruction of inclusion tables RRINCLTAB_REBUILD - Correction program: Reconstruction of inclusion tables