SAP ABAP Class CL_GHO_DB_FACTORS_UTIL (DB Class for CRUD on Oil and Gas Entities)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP-PN (Application Component) Production Network
     APPL_GHO_COMMON (Package) Common Objects for GHO
Properties
Class CL_GHO_DB_FACTORS_UTIL  
Short Description DB Class for CRUD on Oil and Gas Entities    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APPL_GHO_COMMON   Common Objects for GHO 
Created 20130925   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_GHO_DB_FACTORS_UTIL has no forward declaration.
Interfaces
Class CL_GHO_DB_FACTORS_UTIL has no interface implemented.
Friends
Class CL_GHO_DB_FACTORS_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_GHO_DB_FACTORS_UTIL DB Class for CRUD on Producing Entities 20131108
2 MT_OBJ_FACT_HEADER Instance attribute Private Type reference (TYPE) GHO_T_ONG_FACT_HEADER_DB Table type for Oil Field Factor Entities in database 20131108
3 MT_OBJ_FACT_HEADER_DEL Instance attribute Private Type reference (TYPE) GHO_T_ONG_FACT_HEADER_DB Table type for the Oil Field Factor header in database 20131108
4 MT_OBJ_FACT_ITEM Instance attribute Private Type reference (TYPE) GHO_T_ONG_FIELD_FACT_ITEM_DB Table type for Oil Field factor items in database 20131108
5 MT_OBJ_FACT_ITEM_DEL Instance attribute Private Type reference (TYPE) GHO_T_ONG_FIELD_FACT_ITEM_DB Table type for Oil and Gas Field factor items in database 20131108
6 MT_OIL_AND_GAS_ENTITY Static Attribute Private Type reference (TYPE) GHO_T_PRODENTITY Table Type for holding Structure of Oil and Gas Entity 20131108
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20131108
2 DELETE_OIL_FIELD_FACTOR Instance method Public Method Delete object Factors 20131108
3 GET_INSTANCE Static method Public Method Get Instance of DB Class 20131108
4 INSERT_OIL_FIELD_FACTOR Instance method Public Method Insert object Factors 20131108
5 RESET_BUFFER Instance method Public Method reset the buffer completely 20131108
6 RETREIVE_OIL_FIELD_FACTOR_H Instance method Public Method Retreive object factor header 20131108
7 RETREIVE_OIL_FIELD_FACTOR_I Instance method Public Method Retreive object factor item 20131108
8 UPDATE_OIL_FIELD_FACTOR Instance method Public Method Update object Factors 20131108
Events
Class CL_GHO_DB_FACTORS_UTIL has no event.
Types
Class CL_GHO_DB_FACTORS_UTIL has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GHO_DB_FACTORS_UTIL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method DELETE_OIL_FIELD_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_FACT_H_DEL Call by reference Type reference (TYPE) GHO_T_ONG_FACT_HEADER_DB Table type for the Oil Field Factors header in database 20131108
2 Importing IT_OBJ_FACT_I_DEL Call by reference Type reference (TYPE) GHO_T_ONG_FIELD_FACT_ITEM_DB Table type for Oil Field factor items in database 20131108
3 Importing IT_SIMU_ID Call by reference Type reference (TYPE) GHO_T_SIMU_ID Table type for simulation id 20131108

Method DELETE_OIL_FIELD_FACTOR on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_INSTANCE Call by reference Object reference (TYPE REF TO) CL_GHO_DB_FACTORS_UTIL DB Class for CRUD on Producing Entities 20131108

Method GET_INSTANCE on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method INSERT_OIL_FIELD_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_FACT_H Call by reference Type reference (TYPE) GHO_T_OBJ_FACT_HEADER_DB Table type for Object Factors Header 20131108
2 Importing IT_OBJ_FACT_I Call by reference Type reference (TYPE) GHO_T_OBJ_FIELD_FACT_ITEM_DB Oil Field factors Item 20131108

Method INSERT_OIL_FIELD_FACTOR on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method RESET_BUFFER Signature

Method RESET_BUFFER on class CL_GHO_DB_FACTORS_UTIL has no parameter.
Method RESET_BUFFER on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method RETREIVE_OIL_FIELD_FACTOR_H Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJ_FACTORS_H Call by reference Type reference (TYPE) GHO_T_OBJ_FACT_HEADER_DB Table type for the well test Factors header in database 20131108
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131108
3 Importing IV_OBJ_ID Call by reference Type reference (TYPE) GHO_OBJ_ID Object ID 20131108
4 Importing IV_OBJ_TYPE Call by reference Type reference (TYPE) GHO_OBJ_TYPE Object Type 20131108
5 Importing IV_VALID_FROM Call by reference Type reference (TYPE) GHO_VALID_FROM_TS Valid from Timestamp 20131108
6 Importing IV_VALID_TO Call by reference Type reference (TYPE) GHO_VALID_TO_TS Valid to Timestamp 20131108

Method RETREIVE_OIL_FIELD_FACTOR_H on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method RETREIVE_OIL_FIELD_FACTOR_I Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OBJ_FACTORS_I Call by reference Type reference (TYPE) GHO_T_OBJ_FIELD_FACT_ITEM_DB Table type for object factor items in database 20131108
2 Exporting EV_FAILED Call by reference Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20131108
3 Importing IV_OBJ_FACT_GUID Call by reference Type reference (TYPE) GHO_OBJ_FACT_UNIQ_ID Network Object ID 20131108

Method RETREIVE_OIL_FIELD_FACTOR_I on class CL_GHO_DB_FACTORS_UTIL has no exception.

Method UPDATE_OIL_FIELD_FACTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_FACT_H Call by reference Type reference (TYPE) GHO_T_OBJ_FACT_HEADER_DB Table type for Object Factors Header 20131108
2 Importing IT_OBJ_FACT_I Call by reference Type reference (TYPE) GHO_T_OBJ_FIELD_FACT_ITEM_DB Oil Field factors Item 20131108

Method UPDATE_OIL_FIELD_FACTOR on class CL_GHO_DB_FACTORS_UTIL has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in