RTPM_TRL_REPAIR2 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_REPAIR2 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: PA_ACC = Accounting Code
Selection Text: PA_BUS = Business Transaction ID
Selection Text: PA_PGR = Product Group
Selection Text: PA_SIM = Test Run
Selection Text: PA_STO = D Inverse Posting Reason
Selection Text: PA_VAL = Valuation Area
Title: TRL Repair Program
Text Symbol: 053 = Reason for Reversal
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_GET_VALUES_USER_HELP CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' EXPORTING f4_formname = 'F4_REVERSAL_REASON' f4_programname = 'SAPLTPM_TRL_INIT_STEPS' popup_title = text-053 IMPORTING returncode = l_rc TABLES fields = l_tab_sval.
TPM_TRL_UPDATE_TRDT_INIT_FIX CALL FUNCTION 'TPM_TRL_UPDATE_TRDT_INIT_FIX' IN UPDATE TASK EXPORTING im_company_code = l_company_code im_product_group = pa_pgr im_valuation_area = pa_val im_bustransid = pa_bus im_mode = 'M'.
TPM_TRL_REGISTER_INIT_TRANS CALL FUNCTION 'TPM_TRL_REGISTER_INIT_TRANS' IN UPDATE TASK EXPORTING im_tab_init_trans = l_tab_init_trans im_mode = tpmco_mode_real_reversal.
TPM_TRL_UPDATE_INIT_TAB CALL FUNCTION 'TPM_TRL_UPDATE_INIT_TAB' IN UPDATE TASK EXPORTING im_company_code = l_company_code im_valuation_area = pa_val im_keydate = l_wrk_init_trans-key_date im_mode = tpmco_mode_real_reversal im_product_group = l_wrk_init_trans-product_group im_tab_init_val_se = l_tab_init_val_se im_tab_init_val_lo = l_tab_init_val_lo im_tab_init_val_fu = l_tab_init_val_fu.
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_REPAIR2 - TRL Repair Program RTPM_TRL_REPAIR2 - TRL Repair Program RTPM_TRL_REPAIR12 - TRL Positions: Replace Object Type TP by TQ RTPM_TRL_REPAIR12 - TRL Positions: Replace Object Type TP by TQ RTPM_TRL_REPAIR11_REV - Reverse Transfer Flows: Forex Val. -> Val. Forex, Amort. Acqu. Val. RTPM_TRL_REPAIR11_REV - Reverse Transfer Flows: Forex Val. -> Val. Forex, Amort. Acqu. Val.