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

RTPM_INITIALIZE_OTC_OPT_CFM SAP ABAP Report - Report RTPM_INITIALIZE_OTC_OPT_CFM







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


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_INITIALIZE_OTC_OPT_CFM. "Basic submit
SUBMIT RTPM_INITIALIZE_OTC_OPT_CFM AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_INITIALIZE_OTC_OPT_CFM 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_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


INCLUDES used within this REPORT RTPM_INITIALIZE_OTC_OPT_CFM

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_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.



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