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
Below is a list of transaction codes which are relevant to this SAP report
O3U_TCM9 - DN/WC Theo Calc Meth List Proc
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_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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROIU_WC_TCM_LIST - WC Theoretical Calculation Method List Processing ROIU_WC_TCM_LIST - WC Theoretical Calculation Method List Processing ROIU_WC_MEASUREMENT_LIST - WC Measurement List Processing ROIU_WC_MEASUREMENT_LIST - WC Measurement List Processing ROIU_WC_DOWNTIME - Well Completion Downtime List Processing ROIU_WC_DOWNTIME - Well Completion Downtime List Processing