RPLSELF1 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 RPLSELF1 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!
RP_GET_CURRENCY CALL FUNCTION 'RP_GET_CURRENCY' EXPORTING molga = p99sg_cte_molga_fr begda = p_date endda = p_date IMPORTING waers = p_waers EXCEPTIONS molga_not_in_t001p = 1 no_entry_found_in_table_t001 = 2 no_entry_found_in_table_t500p = 3 no_entry_found_in_table_t500c = 4 error_message = 5 OTHERS = 6.
REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = p_alv_save CHANGING cs_variant = p_alv_variant EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = p_alv_variant i_save = p_alv_user_specific IMPORTING e_exit = l_cancel es_variant = l_alv_variant EXCEPTIONS not_found = 1 OTHERS = 2.
REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = p_alv_user_specific CHANGING cs_variant = l_alv_variant EXCEPTIONS not_found = 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.
RPLSELF1 - documentation and ABAP source code RPLSDIV1 - Self-declared illness warnings - Norway - include for data definitions RPLSDIV0 - Warnings about Self-Declared Illnesses (Norway) RPLSDIV0 - Warnings about Self-Declared Illnesses (Norway) RPLSDDJ0 - Spouse Special Deduction application form (Japan) RPLSDALV - Include RPLSDALV