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

RTPM_TRG_MIG_OTC_TRQ SAP ABAP Report - Generate Quantity Positions for OTC Transactions







RTPM_TRG_MIG_OTC_TRQ 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_TRG_MIG_OTC_TRQ 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_TRG_MIG_OTC_TRQ. "Basic submit
SUBMIT RTPM_TRG_MIG_OTC_TRQ AND RETURN. "Return to original report after report execution complete
SUBMIT RTPM_TRG_MIG_OTC_TRQ 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_TEST = Test Run
Selection Text: P_COCO = D .
Selection Text: SO_PTYP = D .
Title: Generate Quantity Positions for OTC Transactions
Text Symbol: CNT = Proc.Flow Cntrl
Text Symbol: SEL = Selections


INCLUDES used within this REPORT RTPM_TRG_MIG_OTC_TRQ

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_PS_ACTIVE CALL FUNCTION 'TPM_TRG_PS_ACTIVE' EXPORTING im_company_code = p_coco IMPORTING ex_flg_ps_active = g_flg_ps EXCEPTIONS inconsistent = 1 OTHERS = 2.

TPM_MIG_PROCESS_VCL_ADJUST CALL FUNCTION 'TPM_MIG_PROCESS_VCL_ADJUST' EXPORTING im_mode = g_mode im_company_code = p_coco im_tab_deal_number = -tab_deal IMPORTING ex_tab_message = g_tab_message ex_flg_error = g_flg_error.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = g_percentage msgid = sy-msgid msgno = sy-msgno.

TPM_MIG_PROCESS_OTC_TRQ CALL FUNCTION 'TPM_MIG_PROCESS_OTC_TRQ' EXPORTING im_company_code = p_coco im_tab_deal_number = -tab_deal im_mode = g_mode IMPORTING ex_tab_message = g_tab_message ex_flg_error = g_flg_error.

TB_PROGRESS_INDICATOR CALL FUNCTION 'TB_PROGRESS_INDICATOR' EXPORTING percentage = g_percentage msgid = sy-msgid msgno = sy-msgno.

TPM_TRG_UPDATE_MIG_CC_PT CALL FUNCTION 'TPM_TRG_UPDATE_MIG_CC_PT' IN UPDATE TASK EXPORTING im_tab_insert = g_tab_control.

TPM_MIG_PROD_CAT_CVCL CALL FUNCTION 'TPM_MIG_PROD_CAT_CVCL' IMPORTING ex_rng_prod_cat = l_rng_prod_cat.

TPM_TRG_GET_PROD_TYPE_RANGES CALL FUNCTION 'TPM_TRG_GET_PROD_TYPE_RANGES' IMPORTING ex_tab_tzpa = l_tab_prod_type.

TPM_TRG_FILL_VAL_CLASS CALL FUNCTION 'TPM_TRG_FILL_VAL_CLASS' EXPORTING im_company_code = u_company_code im_product_type = -gsart IMPORTING ex_flg_adaptor = l_flg_adaptor.



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