SAP Reports / Programs

RKLBES01 SAP ABAP Report - Overview of Position Information







RKLBES01 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 RKLBES01 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 RKLBES01. "Basic submit
SUBMIT RKLBES01 AND RETURN. "Return to original report after report execution complete
SUBMIT RKLBES01 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: P_OBJNR = Position Object Number
Selection Text: P_ERMVER = Determination Procedure
Selection Text: P_EGNR = Single Transaction Object No.
Selection Text: P_DGUEL = Validity Date
Title: Overview of Position Information
Text Symbol: WKN = ID
Text Symbol: VOR = Advance Payt Amt
Text Symbol: S01 = General Access Options
Text Symbol: PFL = LISTTOOL
Text Symbol: NOM = Nominal Amnt
Text Symbol: GEG = Return Payment Amnt
Text Symbol: F06 = Form PICKUP_CALCULATION2
Text Symbol: F05 = Form BUILD_FIELDCAT
Text Symbol: F04 = Error generating fld catalog in
Text Symbol: F03 = Form PICKUP_DEAL
Text Symbol: F01 = Program error in
Text Symbol: DUM =
Text Symbol: DEP = SecAc
Text Symbol: BWE = NPV
Text Symbol: BST = Position No
Text Symbol: BKR = Co. Code
Text Symbol: 010 = Key Figures for Issuer Risk
Text Symbol: 001 = Basic KFs


INCLUDES used within this REPORT RKLBES01

INCLUDE RKLBESCLD.


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:

KL_RES_KLBEST_DATA_READ_TABLE CALL FUNCTION 'KL_RES_KLBEST_DATA_READ_TABLE' EXPORTING i_best_tab = it_best i_ausw_datum = p_dguel IMPORTING e_klbepos_tab = it_bepos EXCEPTIONS no_entry_found = 1 OTHERS = 2.

KL_EXT_ABEPOS_DATA_READ_TABLE CALL FUNCTION 'KL_EXT_ABEPOS_DATA_READ_TABLE' EXPORTING i_db_update = 'X' TABLES i_extobj = it_extobj e_abepos = it_abepos EXCEPTIONS no_entry_found = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING * I_PROGRAM_NAME = i_internal_tabname = con_klbest_inttab i_structure_name = con_klbest_struc i_client_never_display = 'X' * I_INCLNAME = CHANGING ct_fieldcat = gt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = gt_events.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid i_callback_pf_status_set = 'PF_STATUS_SET' * I_CALLBACK_USER_COMMAND = ' ' * i_structure_name = con_klbest_struc is_layout = gs_layout it_fieldcat = gt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' i_save = 'A' is_variant = variant it_events = gt_events[] * IT_EVENT_EXIT = * IS_PRINT = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = gt_bepos EXCEPTIONS program_error = 1 OTHERS = 2.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'WORK' EXCEPTIONS OTHERS = 0.

TB_JUMP_TO_DEAL CALL FUNCTION 'TB_JUMP_TO_DEAL' EXPORTING i_objnr = gt_bepos-egobjnr 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.

OBJECT_KEY_GET_B1 CALL FUNCTION 'OBJECT_KEY_GET_B1' EXPORTING objnr = gt_bepos-bestobjnr IMPORTING rbesto = l_rbesto EXCEPTIONS wrong_obart = 1 OTHERS = 2.

TB_GET_DESCRIPTION_BY_OBJECTNO CALL FUNCTION 'TB_GET_DESCRIPTION_BY_OBJECTNO' EXPORTING i_objnr = l_objnr IMPORTING e_objtxt = gt_bepos-objtxt EXCEPTIONS object_not_identified = 1 OTHERS = 2.

KLTZ_GET_BKNZTYP_TXT CALL FUNCTION 'KLTZ_GET_BKNZTYP_TXT' EXPORTING i_bknztyp = gt_bepos-bknztyp IMPORTING e_text = gt_bepos-bknztxt EXCEPTIONS no_var_found = 1 OTHERS = 2.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gt_list_top_of_page.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'WORK' EXCEPTIONS OTHERS = 0.

KL_PROT_DETAIL_AMOUNT_BKNZ_EMI CALL FUNCTION 'KL_PROT_DETAIL_AMOUNT_BKNZ_EMI' EXPORTING objnr = l_objnr b1_objnr = l_objnr_best ev = p_ermver auswdat = p_dguel EXCEPTIONS OTHERS = 1.



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