RTPM_TRG_MIGR_BATCH 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_TRG_MIGR_BATCH 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_BUK = Company Code
Selection Text: PA_FUT = Future Migration
Selection Text: PA_MOD = Mode
Selection Text: PA_REV = Reason for Reversal
Selection Text: PA_STP = Migration Step
Title: Program RTPM_TRG_MIGR_BATCH
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRG_STEP_INTERN_EXTERN CALL FUNCTION 'TPM_TRG_STEP_INTERN_EXTERN' EXPORTING im_migr_step_extern = pa_stp im_flg_future_migr = pa_fut IMPORTING ex_migr_step_intern = l_step_intern EXCEPTIONS internal_step_not_found = 1 external_step_not_found = 2 OTHERS = 3.
TPM_TRG_BATCH_MIGRATION CALL FUNCTION 'TPM_TRG_BATCH_MIGRATION' EXPORTING im_bukrs = pa_buk im_migr_step = l_step_intern im_mode = pa_mod im_sstogrd = pa_rev im_flg_future_migr = pa_fut.
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_TRG_MIGR_BATCH - Program RTPM_TRG_MIGR_BATCH RTPM_TRG_MIGR_BATCH - Program RTPM_TRG_MIGR_BATCH RTPM_TRG_DELETE_VAL_AREA - Deletion Report for a Parallel Valuation Area RTPM_TRG_DELETE_VAL_AREA - Deletion Report for a Parallel Valuation Area RTPM_TRG_CCEXIT_REMOTE - Read Cust. from CO-PA Tool (Determination of Acct Assgmt Ref.) per RFC RTPM_TRG_CCEXIT_REMOTE - Read Cust. from CO-PA Tool (Determination of Acct Assgmt Ref.) per RFC