RTPM_TRL_REPAIR6 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 RTPM_TRL_REPAIR6 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.
Selection Text: PM_DET = Detail List
Selection Text: PM_TEST = Test Run
Selection Text: SO_BUKRS = D Company Code
Selection Text: SO_RANL = D Contract Number
Title: Correct the BUSTRANSCAT Field for Repayments of Loans Taken
Text Symbol: 002 = Error During Update
Text Symbol: 003 = List of the Changed Business Transactions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_background_id = 'ALV_BACKGROUND' i_buffer_active = 'X' i_callback_program = l_repid is_layout = l_layout i_save = l_save is_variant = l_variant it_fieldcat = l_tab_fieldcat it_events = l_tab_events TABLES t_outtab = l_tab_out EXCEPTIONS program_error = 0 OTHERS = 0.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = l_repid * i_internal_tabname = 'XBSEG' i_structure_name = 'TRDS_TRDBUSTRANS_I' i_buffer_active = tpmco_xtrue * I_CLIENT_NEVER_DISPLAY = 'X' * I_INCLNAME = CHANGING ct_fieldcat = u_tab_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
LOAN_FLOWS_SUPPLY CALL FUNCTION 'LOAN_FLOWS_SUPPLY' EXPORTING i_bukrs = u_vdarl-bukrs i_ranl = u_vdarl-ranl i_wrk_vdarl = u_vdarl TABLES o_vzzbepp = l_tab_vzzbepp EXCEPTIONS ranl_not_found = 1 i_dvalut_until_too_early = 2 OTHERS = 3.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING i_logo = 'ENJOYSAP_LOGO' it_list_commentary = g_tab_top_of_page.
REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = c_tab_events.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTPM_TRL_REPAIR6 - Correct the BUSTRANSCAT Field for Repayments of Loans Taken RTPM_TRL_REPAIR6 - Correct the BUSTRANSCAT Field for Repayments of Loans Taken RTPM_TRL_REPAIR5 - Repair connection between TRLT_TRANSACTION and TRGT_USER_DATA RTPM_TRL_REPAIR5 - Repair connection between TRLT_TRANSACTION and TRGT_USER_DATA RTPM_TRL_REPAIR4 - Adjust Nominal Value After Euro Changeover RTPM_TRL_REPAIR4 - Adjust Nominal Value After Euro Changeover