SAP Reports / Programs | Financials | Financial Supply Chain Management | Transaction Manager(FIN-FSCM-TRM-TM) SAP FIN

RTPM_ACCRUAL_DEFERRAL_RESET SAP ABAP Report - Treasury Products: Generation of Reset Business Transactions







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


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


INCLUDES used within this REPORT RTPM_ACCRUAL_DEFERRAL_RESET

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:

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.



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