SAP Reports / Programs

ROIU_WC_TCM_LIST SAP ABAP Report - WC Theoretical Calculation Method List Processing







ROIU_WC_TCM_LIST 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 ROIU_WC_TCM_LIST into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

O3U_TCM9 - DN/WC Theo Calc Meth List Proc


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 ROIU_WC_TCM_LIST. "Basic submit
SUBMIT ROIU_WC_TCM_LIST AND RETURN. "Return to original report after report execution complete
SUBMIT ROIU_WC_TCM_LIST 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_WL_NO = D .
Selection Text: P_WC_NO = D .
Selection Text: P_TO = To
Selection Text: P_MONTH = Monthly
Selection Text: P_MAJPD = D .
Selection Text: P_FROM = Test Date
Selection Text: P_DN_NO = Delivery Network
Selection Text: P_DAY = Daily
Title: WC Theoretical Calculation Method List Processing
Text Symbol: WTV = Well Test Volume
Text Symbol: WLN = Well
Text Symbol: WLC = Well Completion
Text Symbol: TTL = WC Theoretical Calculation Method Report
Text Symbol: TST = Effective From
Text Symbol: TO1 = To
Text Symbol: TMR = TCM Ratio
Text Symbol: TCM = Theoretical Calculation Method
Text Symbol: OPT = OPT_LST
Text Symbol: MTH = Monthly
Text Symbol: MPD = Major Product
Text Symbol: FLS = Error In Flush
Text Symbol: DND = Delivery Network Desc
Text Symbol: DLN = Delivery Network
Text Symbol: DAY = Daily
Text Symbol: CON = The control could not be created
Text Symbol: ALF = Allocation Frequency
Text Symbol: 003 = list processing
Text Symbol: 002 = Well and Well Completion and/or Delivery Network are
Text Symbol: 001 = Parameters


INCLUDES used within this REPORT ROIU_WC_TCM_LIST

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:

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = c_disptran.

OIU_PAGE_HEADING CALL FUNCTION 'OIU_PAGE_HEADING' EXPORTING i_bhdgd = bhdgd.

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING I_DOMNAME = c_majpd_domain I_DOMVALUE = l_domain_value IMPORTING E_DDTEXT = l_domain_text EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING I_DOMNAME = c_wtmajpd_domain I_DOMVALUE = l_domain_value IMPORTING E_DDTEXT = l_domain_text EXCEPTIONS NOT_EXIST = 1 OTHERS = 2.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-con.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = c_creatran.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = g_repid txt2 = sy-subrc txt1 = text-fls.

OIU_TCODE_AUTHORITY CALL FUNCTION 'OIU_TCODE_AUTHORITY' EXPORTING I_OBJECT = 'O_OI0_TCD' I_TCODE = l_tran.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = REPID * IMPORTING * SP = tables selection_table = SEL_SET EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3 .

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING RESTRICTION = w_restrict.



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