SAP ABAP Class CL_GHO_WELL_TEST_ASSISTANCE (Assistance Class for Well Test Analysis)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PP-PN-ALN (Application Component) Production Allocation
⤷
EA_GHO_ALLOC_UI (Package) Allocation: UI Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20111116 |
Properties
| Class | CL_GHO_WELL_TEST_ASSISTANCE | |
| Short Description | Assistance Class for Well Test Analysis | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | EA_GHO_ALLOC_UI | Allocation: UI Layer |
| Created | 20111116 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GHO_WELL_TEST_ASSISTANCE has no forward declaration.
Interfaces
Class CL_GHO_WELL_TEST_ASSISTANCE has no interface implemented.
Friends
Class CL_GHO_WELL_TEST_ASSISTANCE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111116 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | /PLMU/IF_FRW_APPL_MODEL | Application Model | 20111116 | |||
| 3 | Instance attribute | Public | See coding | 20111116 | |||||
| 4 | Static Attribute | Public | See coding | 20111116 | |||||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | GT_ATTRIBUTES | 20111116 | ||||
| 6 | Instance attribute | Public | See coding | 20111202 | |||||
| 7 | Instance attribute | Public | See coding | 20111213 | |||||
| 8 | Static Attribute | Public | Type reference (TYPE) | GHO_WELL_TEST_BO_SEARCH_RES_T | Table Type for Well Test Search Result | 20111116 | |||
| 9 | Instance attribute | Public | See coding | 20111213 | |||||
| 10 | Instance attribute | Public | Type reference (TYPE) | GT_QUANT_MEAS | 20111130 | ||||
| 11 | Instance attribute | Public | Type reference (TYPE) | GT_QUANT_MEAS | 20120904 | ||||
| 12 | Instance attribute | Public | Type reference (TYPE) | GT_QUANT_MEAS | 20111130 | ||||
| 13 | Instance attribute | Public | Type reference (TYPE) | GT_QUANT_MEAS | 20111130 | ||||
| 14 | Instance attribute | Public | Type reference (TYPE) | GHO_T_BO_MC_WELL_TEST_DET | Table Type for Well Test details | 20111116 | |||
| 15 | Instance attribute | Public | Type reference (TYPE) | GT_CHAR_GRAPH | Well Test Item Data Table Type | 20111116 | |||
| 16 | Instance attribute | Public | Type reference (TYPE) | DATS | Field of type DATS | 20111201 | |||
| 17 | Static Attribute | Public | Type reference (TYPE) | GHO_NETOBJ_ID_EXT | External ID for Network Object | 20111116 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20111205 | |||
| 19 | Instance attribute | Public | See coding | 20120904 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120116 | ||
| 2 | Instance method | Public | Method | 20120904 | ||
| 3 | Instance method | Public | Method | Method for Well Test Data | 20111116 |
Events
Class CL_GHO_WELL_TEST_ASSISTANCE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GS_CHAR_GRAPH | Public | See coding | 20111118 | BEGIN OF gs_char_graph,
insplot TYPE qibplosnr,
inspoper TYPE qibpvornr,
inspchar TYPE qibpmerknr,
wc_guid TYPE gho_alloc_nw_rule_id,
characteristics TYPE gho_wt_characteristics_alloc,
quantity TYPE char30,
uom TYPE qmeasunitt,
char_desc TYPE gho_meas_descr,
END OF gs_char_graph
|
||
| 2 | GT_CHAR_GRAPH | Public | See coding | 20111118 | gt_char_graph TYPE TABLE OF gs_char_graph
|
||
| 3 | GT_MASTER_UOM | Public | See coding | 20120904 | gt_master_uom LIKE SORTED TABLE OF ls_master_uom WITH NON-UNIQUE KEY medium
|
||
| 4 | GT_QUANT_MEAS | Public | See coding | 20111130 | gt_quant_meas TYPE TABLE OF ls_char_quant
|
||
| 5 | LS_CHAR | Public | See coding | 20111116 | BEGIN OF ls_char,
char_desc TYPE gho_wt_characteristics_alloc,
char TYPE gho_wt_characteristics_alloc,
uom TYPE qmeasunitt,
END OF ls_char
|
||
| 6 | LS_CHAR_DEL | Public | See coding | 20111202 | BEGIN OF ls_char_del,
char_meas TYPE string,
END OF ls_char_del
|
||
| 7 | LS_CHAR_QUANT | Public | See coding | 20111130 | BEGIN OF ls_char_quant,
gho_wc_id TYPE gho_netobj_id_ext,
insplot TYPE qibplosnr,
char_desc TYPE gho_wt_characteristics_alloc,
char TYPE gho_wt_characteristics_alloc,
meast TYPE gho_measmnt,
uom TYPE qmeasunitt,
quantity TYPE gho_quantity,
END OF ls_char_quant
|
||
| 8 | LS_CHECKBOX | Public | See coding | 20111213 | BEGIN OF ls_checkbox,
checkbox TYPE string,
END OF ls_checkbox
|
||
| 9 | LS_LABEL | Public | See coding | 20111213 | BEGIN OF ls_label,
label TYPE string,
END OF ls_label
|
Method Signatures
Method GET_TEXT Signature
Method GET_TEXT on class CL_GHO_WELL_TEST_ASSISTANCE has no parameter.
Method GET_TEXT on class CL_GHO_WELL_TEST_ASSISTANCE has no exception.
Method GET_UOM_RULES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MASTER_UOM | Call by reference | Type reference (TYPE) | GT_MASTER_UOM | 20120904 | ||||
| 2 | IV_FROM_TIMESTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120904 | |||
| 3 | IV_NETID_IN | Call by reference | Type reference (TYPE) | GHO_NETOBJ_ID | Network Object ID | 20120904 | |||
| 4 | IV_TO_TIMESTAMP | Call by reference | Type reference (TYPE) | TZNTSTMPS | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | 20120904 |
Method GET_UOM_RULES on class CL_GHO_WELL_TEST_ASSISTANCE has no exception.
Method RETRIEVE_WELL_TEST_REC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | /PLMB/T_SPI_MSG | Message | 20111116 | |||
| 2 | INSPLOT | Call by reference | Type reference (TYPE) | QIBPLOSNR | Inspection Lot Number | 20111116 | |||
| 3 | IT_WELL_TEST_REC | Call by reference | Type reference (TYPE) | GT_CHAR_GRAPH | Well Test Item Data Table Type | 20111116 |
Method RETRIEVE_WELL_TEST_REC on class CL_GHO_WELL_TEST_ASSISTANCE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |