SAP ABAP Class CL_SM_GUIBB_SEARCH (Feeder cLass search tutorial)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_DEMO_EXT (Package) Floorplan Manager: Applications for external Demos
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20090922 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20090922 |
Properties
| Class | CL_SM_GUIBB_SEARCH | |
| Short Description | Feeder cLass search tutorial | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_DEMO_EXT | Floorplan Manager: Applications for external Demos |
| Created | 20090922 | SAP |
| Last change | 20110908 | 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 | Generic UI Building Block | 20090922 | ||
| 2 | IF_FPM_GUIBB_SEARCH | Generic Search UI Building Block | 20090922 |
Friends
Class CL_SM_GUIBB_SEARCH has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20090922 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SFIELD | SAP NetWeaver Demo Model - Business Partner | 20090922 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | TFIELD | 20090922 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TRESULT | 20090922 |
Methods
Class CL_SM_GUIBB_SEARCH has no method.
Events
Class CL_SM_GUIBB_SEARCH has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | SFIELD | Public | See coding | 20090922 | BEGIN OF sfield,
lastname TYPE sdemo_lastname,
company_name TYPE sdemo_company_name,
country TYPE sdemo_country,
END OF sfield
|
||
| 2 | SRESULT | Public | See coding | 20090922 | BEGIN OF sresult,
company_name TYPE sdemo_company_name,
firstname TYPE sdemo_first_name,
lastname TYPE sdemo_lastname,
street TYPE sdemo_street,
country TYPE sdemo_country,
END OF sresult
|
||
| 3 | TFIELD | Public | See coding | 20090922 | tfield TYPE STANDARD TABLE OF sfield WITH DEFAULT KEY
|
||
| 4 | TRESULT | Public | See coding | 20090922 | tresult TYPE STANDARD TABLE OF sresult WITH DEFAULT KEY
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |