RPLRZBDA 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 RPLRZBDA 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!
HR_DISPLAY_BASIC_LIST * call function 'HR_DISPLAY_BASIC_LIST' * exporting * basic_list_title = text-ph0 * file_name = text-ph1 * head_line1 = text-ph2 * head_line2 = sy_datum * foot_note1 = temse_footnote * current_report = 'RPLRZBD0' * list_level = '1' * additional_options = 'LINESELMODE:1' * tables * data_tab = ausgabe * fieldname_tab = prot_header * error_tab = errortab * exceptions * download_problem = 1 * no_data_tab_entries = 2 * table_mismatch = 3 * print_problems = 4 * others = 5.
RP_TS_CREATE_OBJECT call function 'RP_TS_CREATE_OBJECT' exporting objkn = 'LRZBD1' objnr = objnr empfg = 'RPURZBD0' importing tsobj = temse_id objhd = fbhandle_pst.
RSTS_WRITE call function 'RSTS_WRITE' exporting fbhandle = fbhandle_pst tables datatab = recrd_tab.
RSTS_CLOSE call function 'RSTS_CLOSE' exporting fbhandle = fbhandle_pst.
GET_PRINT_PARAMETERS * call function 'GET_PRINT_PARAMETERS' * exporting * mode = 'CURRENT' * importing * out_parameters = spoolparams * valid = valid.
HR_PAL_LOG_AND_ALV_DISPLAY call function 'HR_PAL_LOG_AND_ALV_DISPLAY' exporting i_s_display_profile = l_s_display_profile i_s_flat_profile = l_s_flat_profile i_callback_program = sy-cprog i_structure_name = c_rplrzbd0_alv i_save = c_save_a is_variant = l_s_variant it_events = l_t_alv_events tables t_outtab = p_ausgabe exceptions program_error = 1 others = 2 .
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = t_listheader * I_LOGO = * I_END_OF_LIST_GRID = * I_ALV_FORM = .
HR_PAL_GENRL_MSG_ADD call function 'HR_PAL_GENRL_MSG_ADD' exporting i_msgid = sy-msgid i_msgty = sy-msgty i_msgno = sy-msgno i_msgv1 = sy-msgv1 i_msgv2 = sy-msgv2 i_msgv3 = sy-msgv3 i_msgv4 = sy-msgv4 exceptions program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPLRZBDA - documentation and ABAP source code RPLRZBD0 - Generate Queries (BEN) in Pension Information Procedure RPLRZBD0 - Generate Queries (BEN) in Pension Information Procedure RPLRZADF - documentation and ABAP source code RPLRZADD - documentation and ABAP source code RPLRZADA - documentation and ABAP source code