SAP Reports / Programs

RTPM_TRL_REPAIR2 SAP ABAP Report - TRL Repair Program







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


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 RTPM_TRL_REPAIR2. "Basic submit
SUBMIT RTPM_TRL_REPAIR2 AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRL_REPAIR2 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: 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


INCLUDES used within this REPORT RTPM_TRL_REPAIR2

No INCLUDES are used within this REPORT code!


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:

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.



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