RTHM_XPRA_001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As of Release ERP2005,
If you would like to execute this report or see the full code listing simply enter RTHM_XPRA_001 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.
Title: XPRA for Parallel Valuation Areas in E-Hedge Accounting
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' EXPORTING accept_not_init = tpmco_xtrue "stand alone execution TABLES "possible xmsg = l_tab_message EXCEPTIONS OTHERS = 0.
SUBST_GET_SOURCERELEASE CALL FUNCTION 'SUBST_GET_SOURCERELEASE' IMPORTING ev_sourcerelease = l_oldrelease EXCEPTIONS no_entry_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RTHM_XPRA_001 - XPRA for Parallel Valuation Areas in E-Hedge Accounting RTHM_XPRA_001 - XPRA for Parallel Valuation Areas in E-Hedge Accounting RTHM_UPDATE_EX_VIA_RO_TOP - Include RTHM_UPDATE_EX_VIA_RO_TOP RTHM_UPDATE_EX_VIA_RO_SEL - Include RTHM_UPDATE_EX_VIA_RO_SEL RTHM_UPDATE_EX_VIA_RO_PBO - Include M_UPDATE_EX_VIA_RO_PBO_0100O01 RTHM_UPDATE_EX_VIA_RO_PAI - Include M_UPDATE_EX_VIA_RO_PAI_0100I01