SAP ABAP Class CL_EAMS_UI_FD_TECHOBJ_OVS (OVS based F4 for Technical Object (FLOC / EQUI))
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PM (Application Component) Plant Maintenance
⤷
EAMS_UI_MISC (Package) Miscellaneous for User Interface

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090406 |
Properties
Class | CL_EAMS_UI_FD_TECHOBJ_OVS | |
Short Description | OVS based F4 for Technical Object (FLOC / EQUI) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | EAMS_UI_MISC | Miscellaneous for User Interface |
Created | 20090406 | SAP |
Last change | 20100310 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB_OVS | Interface providing callback methods for using OVS with POWL | 20090406 |
Friends
Class CL_EAMS_UI_FD_TECHOBJ_OVS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_EAMS_UI_FD_TECHOBJ_OVS | My reference | 20090406 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DDSHSELOPS | Selection Options for Search Helps | 20090414 | ||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | DDSHSELOPS | Selection Options for Search Helps | 20090406 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Call the individual Search Help | 20090406 |
2 | ![]() |
Instance method | Public | Constructor | 20090406 | |
3 | ![]() |
Instance method | Private | Method | Get the modied selection option based on search help name | 20090406 |
4 | ![]() |
Instance method | Private | Method | Initialize the selection options | 20090406 |
5 | ![]() |
Static method | Public | Method | Return the ovs info table | 20090407 |
6 | ![]() |
Static method | Public | Method | Get Mapping of input/output fields to Structure | 20090407 |
7 | ![]() |
Static method | Public | Method | Return the current instance | 20090406 |
Events
Class CL_EAMS_UI_FD_TECHOBJ_OVS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TYP_S_OVS_INFO | Public | See coding | 20090407 | begin of typ_s_ovs_info,
structure_name type typename,
component_name type abap_compname,
ovs_class type seoclsname,
shlpname type shlpname,
dropdown type boole_d,
end of typ_s_ovs_info
|
||
2 | TYP_S_OVS_MAPPING | Public | See coding | 20090407 | begin of typ_s_ovs_mapping,
struc_field type abap_compname,
shlp_field type shlpfield,
default type ddshdefval,
end of typ_s_ovs_mapping
|
||
3 | TYP_T_OVS_INFO | Public | See coding | 20090407 | typ_t_ovs_info type table of typ_s_ovs_info
|
||
4 | TYP_T_OVS_MAPPING | Public | See coding | 20090407 | typ_t_ovs_mapping type table of typ_s_ovs_mapping
|
Method Signatures
Method CALL_SEARCHHELP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DDSHRESLTS | Call by reference | Type reference (TYPE) | DDSHRESLTS | Results List in F4 Help | 20090406 | ||
2 | ![]() |
IS_SHLPNAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20090406 |
Method CALL_SEARCHHELP on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20090406 |
Method CONSTRUCTOR on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method GET_SELOPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_SELOPT | Call by reference | Type reference (TYPE) | DDSHSELOPS | Selection Options for Search Helps | 20090406 | ||
2 | ![]() |
IS_SHLPNAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20090406 |
Method GET_SELOPT on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method INIT_SELOPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_QUERY_PARAMS | Call by reference | Type reference (TYPE) | EAMS_S_SP_TECHOBJ_NO_VALUEHELP | Initiial Screen Technical Object Number | 20090414 |
Method INIT_SELOPT on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method OVS_GET_OVS_INFO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OVS_INFO | Call by reference | Type reference (TYPE) | TYP_T_OVS_INFO | 20090407 |
Method OVS_GET_OVS_INFO on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method OVS_GET_OVS_MAPPING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_OVS_MAPPING | Call by reference | Type reference (TYPE) | TYP_T_OVS_MAPPING | 20090407 | |||
2 | ![]() |
IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | ABAP_COMPNAME | 20090407 | |||
3 | ![]() |
IV_SHLPNAME | Call by reference | Type reference (TYPE) | SHLPNAME | Name of a Search Help | 20090407 | ||
4 | ![]() |
IV_STRUCUTRE_NAME | Call by reference | Type reference (TYPE) | TYPENAME | Name of Dictionary Type | 20090407 |
Method OVS_GET_OVS_MAPPING on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
Method S_GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ABBID | Call by reference | Type reference (TYPE) | /PLMB/SPI_ABBID | Application Building Block ID | 20090406 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_EAMS_UI_FD_TECHOBJ_OVS | OVS based F4 for Technical Object (FLOC / EQUI) | 20090406 |
Method S_GET_INSTANCE on class CL_EAMS_UI_FD_TECHOBJ_OVS has no exception.
History
Last changed by/on | SAP | 20100310 |
SAP Release Created in | 605 |