RTPM_INITIALIZE_OTC_OPT_CFM 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_INITIALIZE_OTC_OPT_CFM 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_VA = D .
Selection Text: P_STPTXT = D .
Selection Text: P_STP = D .
Selection Text: P_REVR = D .
Selection Text: P_OTC = OTC Options
Selection Text: P_MODE = D .
Selection Text: P_DATE = D .
Selection Text: P_CC = D .
Selection Text: P_CAP = Caps/Floors
Selection Text: O_DEAL = D .
Title: Report RTPM_INITIALIZE_OTC_OPT_CFM
Text Symbol: W01 = There is no test run for this step
Text Symbol: P01 = Progress
Text Symbol: I01 = Business Transactions Marked for TPM27 Update
Text Symbol: E07 = No product category selected
Text Symbol: E06 = Fixed Flows Still Exist
Text Symbol: E05 = Internal Error
Text Symbol: E03 = No Authorization for TPM_INITIALIZE
Text Symbol: E02 = Step 05 is not required for OTC transactions
Text Symbol: E01 = Valuation Area Not Initialized for OTC Transact.
Text Symbol: 005 = Product Category
Text Symbol: 004 = Mode
Text Symbol: 003 = Initialization Step (OTC)
Text Symbol: 001 = Valuation Area
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TPM_TRG_VAL_AREA_INITIALIZED CALL FUNCTION 'TPM_TRG_VAL_AREA_INITIALIZED' EXPORTING im_product_group = p_grp im_company_code = p_cc im_valuation_area = p_va IMPORTING ex_val_area_initialized = l_check EXCEPTIONS OTHERS = 1.
TPM_TRG_INIT_DISTRIBUTION_NEW CALL FUNCTION 'TPM_TRG_INIT_DISTRIBUTION_NEW' EXPORTING im_mode = l_dummy_mode im_init_date = l_dummy_date im_product_group = l_dummy_pg im_company_code = l_dummy_cc im_valuation_area = l_dummy_va im_protocol_handler = g_protocol_handler CHANGING ch_execution_rate = l_dummy_er EXCEPTIONS parameter_invalid = 1.
TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = l_percentage_text text = l_process_text.
TPM_TRL_MODIFY_POSITION CALL FUNCTION 'TPM_TRL_MODIFY_POSITION' EXPORTING im_mode = p_mode im_protocol_handler = g_protocol_handler im_company_code = p_cc im_valuation_area = p_va im_product_group = p_grp im_init_date = p_date IMPORTING ex_cancel = g_cancel CHANGING ch_execution_rate = g_execution_rate.
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_INITIALIZE_OTC_OPT_CFM - Report RTPM_INITIALIZE_OTC_OPT_CFM RTPM_INITIALIZE_OTC_OPT_CFM - Report RTPM_INITIALIZE_OTC_OPT_CFM RTPM_GET_NPVS_FOR_VTVBARTOP - Include RTPM_GET_NPVS_FOR_VTVBARTOP RTPM_GET_NPVS_FOR_VTVBARSEL - Selection Screen RTPM_GET_NPVS_FOR_VTVBAR001 - Top Include: Data declaration RTPM_GET_NPVS_FOR_VTVBAR - Save NPVs from the Market Risk Analyzer