RTPM_ACCRUAL_DEFERRAL_RESET 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_ACCRUAL_DEFERRAL_RESET 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: P_BUKRS = D Company Code
Selection Text: P_DOCDAT = D Document Date
Selection Text: P_FIDATE = D FI Posting Date
Selection Text: P_FIPER = D FI Posting Period
Selection Text: P_TEST = Test Run
Selection Text: P_TRLDAT = Reset Posting Date
Selection Text: SO_KEYD = D Accrual/Deferral Key Date
Selection Text: SO_RANL = D ID Number
Selection Text: SO_SECAC = D Securities Account
Title: Treasury Products: Generation of Reset Business Transactions
Text Symbol: 001 = No Transactions Selected
Text Symbol: 002 = Program Terminated
Text Symbol: PST = Accounting Control
Text Symbol: SPC = Special Parameters
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_MIGC_COM_VALCLS_READ CALL FUNCTION 'TPM_MIGC_COM_VALCLS_READ' EXPORTING im_company_code = l_wrk-company_code IMPORTING ex_tab_com_valcls = l_tab_com_val_class.
TRCA_COMPANYCODE_GETDETAIL CALL FUNCTION 'TRCA_COMPANYCODE_GETDETAIL' EXPORTING companycode = l_wrk_bevi-bukrs IMPORTING currency = l_wrk_trd_flow-valuation_area_data-valuation_curr.
TPM_AD_UPDATE_DB CALL FUNCTION 'TPM_AD_UPDATE_DB' IN UPDATE TASK EXPORTING im_insert = l_tab_ad_trans.
TPM_TRLIT_AD_MIGRATE_UPDATE CALL FUNCTION 'TPM_TRLIT_AD_MIGRATE_UPDATE' IN UPDATE TASK EXPORTING im_update = l_tab_trlit_ad_migrate.
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_ACCRUAL_DEFERRAL_RESET - Treasury Products: Generation of Reset Business Transactions RTPM_ACCRUAL_DEFERRAL_RESET - Treasury Products: Generation of Reset Business Transactions RTPM_ACCRUAL_DEFERRAL_MAINTAIN - Treasury Products: Test Program RTPM_ACCRUAL_DEFERRAL_MAINTAIN - Treasury Products: Test Program RTPM_ACCRUAL_DEFERRAL_LOCK - TR: Manage Accrual/Deferral Lock RTPM_ACCRUAL_DEFERRAL_LOCK - TR: Manage Accrual/Deferral Lock