RTPM_TRR_TOTAL_RDB_TEST 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_TRR_TOTAL_RDB_TEST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
TRR_RDB_TEST - Test Program for TRR Reporting
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: R_VALAR = D .
Selection Text: R_SECCID = D .
Selection Text: R_SECACC = D .
Selection Text: R_PR_CAT = D .
Selection Text: R_POSACC = D .
Selection Text: R_GLIED = D .
Selection Text: R_COMPCO = D .
Selection Text: R4 = D .
Selection Text: R16 = D .
Selection Text: R06 = D .
Selection Text: P_SWAP = Swap Transactions
Selection Text: P_SULT = Ult. f. accrual/deferral MM
Selection Text: P_STARTD = Start of Period
Selection Text: P_SINCL = Incl. f. accrual/deferral MM
Selection Text: P_SECU = Securities
Selection Text: P_REPO = Repo Transactions
Selection Text: P_OTC = OTC Options
Selection Text: P_OPT = Listed Options
Selection Text: P_MM = Money Market Transactions
Selection Text: P_KEYDAT = Key Date
Selection Text: P_FX = Forward Exchange Transactions
Selection Text: P_FUTU = Listed Futures
Selection Text: P_FRA = FRA Transactions
Selection Text: P_FBOND = Forward Bonds
Selection Text: P_CURACC = Currency Accounts
Selection Text: P_CAPFL = Cap/Floor Transactions
Selection Text: P_CAL = D .
Title: Test Program for CFM Data Extraction in the TRR Module
Text Symbol: T30 = Listed Options
Text Symbol: T20 = OTC Options
Text Symbol: T10 = Listed Futures
Text Symbol: S90 = Cap/Floor Trans.
Text Symbol: S80 = Swap Trans.
Text Symbol: S70 = Currency Accts
Text Symbol: S60 = Forward Exchange Trans. (FX)
Text Symbol: S50 = FRA Trans.
Text Symbol: S40 = Repo Trans.
Text Symbol: S30 = Forward Transactions (Bond)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRL_GET_KEY_DATE_BEGIN CALL FUNCTION 'TPM_TRL_GET_KEY_DATE_BEGIN' EXPORTING IV_KEYDATE = p_keydat IV_CALENDAR = p_cal IMPORTING EV_KEYDATE_BEGIN = keydate_begin.
TPM_TRR_GET_POS_IN_RDB_FORMAT CALL FUNCTION 'TPM_TRR_GET_POS_IN_RDB_FORMAT' EXPORTING IM_SELECTION_RANGES = l_trl_position_mask IM_KEY_DATE = p_keydat IM_PERIOD_START_DATE = p_startd IM_KEY_DATE_BEGIN = keydate_begin IM_FLG_SECURITY = p_SECU IM_FLG_MM_DEAL = P_MM IM_FLG_FORW_BOND = p_FBOND IM_FLG_REPO = P_REPO IM_FLG_FRA = p_FRA IM_FLG_FX_FORW = p_FX IM_FLG_CURR_ACCOUNT = p_curacc IM_FLG_SWAP = p_SWAP IM_FLG_CAP_FLOOR = p_CAPFL IM_FLG_LISTED_FUTURE = p_FUTU IM_FLG_OTC_OPTION = p_OTC IM_FLG_LISTED_OPTION = p_OPT IM_SINCL = l_hlp_sincl IM_SULT = p_sult IMPORTING EX_TAB_HEADER = it_posH EX_TAB_ITEM = it_posI EX_TAB_MESSAGES = l_TAB_MESSAGES EX_TAB_TRR_MESSAGES = l_tab_TRR_MESSAGES TABLES IT_R_GLIED = r_glied.
TPM_TRL_DISPLAY_POS_ALV CALL FUNCTION 'TPM_TRL_DISPLAY_POS_ALV' EXPORTING IT_POSITION_H = it_posH IT_POSITION_I = it_posI IT_MESSAGES = l_TAB_MESSAGES.
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_TRR_TOTAL_RDB_TEST - Test Program for CFM Data Extraction in the TRR Module RTPM_TRR_TOTAL_RDB_TEST - Test Program for CFM Data Extraction in the TRR Module RTPM_TRQ_SUBTOTALS_DELETE - Deletion Program for Quantity Ledger Transaction Figures RTPM_TRQ_SUBTOTALS_DELETE - Deletion Program for Quantity Ledger Transaction Figures RTPM_TRQ_SHOW_POSITIONS - Position List for Quantity Ledger Positions RTPM_TRQ_SHOW_POSITIONS - Position List for Quantity Ledger Positions