SAP ABAP Class CL_MAT_DETAIL_FORM (ZCL_GUIBB_FORM)
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 | 20090903 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090903 |
Properties
| Class | CL_MAT_DETAIL_FORM | |
| Short Description | ZCL_GUIBB_FORM | |
| 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 | 20090903 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MAT_DETAIL_FORM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090903 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090903 |
Friends
Class CL_MAT_DETAIL_FORM has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | STRING | 'ADDRESS' | 20090903 | |||
| 2 | Constant | Private | Type reference (TYPE) | STRING | 'CITY' | 20090903 | |||
| 3 | Constant | Private | Type reference (TYPE) | STRING | 'IMAGE' | 20090903 | |||
| 4 | Constant | Private | See coding | '01' | 20090903 | ||||
| 5 | Constant | Private | Type reference (TYPE) | STRING | 'NAME' | Material Name | 20090903 | ||
| 6 | Constant | Private | Type reference (TYPE) | STRING | 'PRICE' | 20090903 | |||
| 7 | Constant | Private | Type reference (TYPE) | STRING | 'SHIP_TO' | 20090903 | |||
| 8 | Constant | Private | Type reference (TYPE) | STRING | 'STATUS' | 20090903 | |||
| 9 | Constant | Private | Type reference (TYPE) | STRING | 'TOTAL_PRICE' | 20090903 | |||
| 10 | Constant | Private | See coding | '02' | 20090903 | ||||
| 11 | Constant | Private | Type reference (TYPE) | STRING | 'WEIGHT' | 20090903 |
Methods
Class CL_MAT_DETAIL_FORM has no method.
Events
Class CL_MAT_DETAIL_FORM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MAT_FORM | Private | See coding | 20090903 | BEGIN OF ts_mat_form,
name TYPE string,
status TYPE string,
weight TYPE string,
price TYPE string,
total_price TYPE string,
image TYPE string,
ship_to TYPE string,
address TYPE string,
city TYPE string,
END OF ts_mat_form
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |