RTPM_TRF_RECALCULATE_MARGIN 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_TRF_RECALCULATE_MARGIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TPM24 - Update Margin Flows
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_FLGSM = D Test run
Selection Text: SO_BUKRS = D Company code
Selection Text: SO_PACC = D Futures account
Selection Text: SO_PRDTY = D Product type
Selection Text: SO_RANL = D ID number
Title: Update of margin flows
Text Symbol: 001 = General selections
Text Symbol: 002 = Control parameters
Text Symbol: ACT = Update run executed successfully
Text Symbol: SIM = Simulation executed successfully
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'SELECTION'.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING id = 'WORK'.
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_TRF_RECALCULATE_MARGIN - Update of margin flows RTPM_TRF_RECALCULATE_MARGIN - Update of margin flows RTPM_TRF_POST_MARGIN - Debit Position for Margin Flows RTPM_TRF_POST_MARGIN - Debit Position for Margin Flows RTPM_TRF_POSITIONS_DISPLAY - Display Class Positions in Futures Account RTPM_TRF_POSITIONS_DISPLAY - Display Class Positions in Futures Account