SAP ABAP Class CL_CREATE_MATERIAL (Feeder-Class for Material GAF Demo)
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 | 20090909 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090909 |
Properties
| Class | CL_CREATE_MATERIAL | |
| Short Description | Feeder-Class for Material GAF Demo | |
| 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 | 20090909 | 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 | 20090909 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090909 |
Friends
Class CL_CREATE_MATERIAL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | CHAR255 | 'FPM_NEXT_STEP' | Char255 | 20090910 | ||
| 2 | Instance attribute | Private | Type reference (TYPE) | TS_MAT_ITEMS | Structure | 20090909 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SMMAT_TS | Structure for cl_create_material helper class | 20090910 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | SDEMO_BP_ALL_TT | List of business partners incl. dependend data | 20090909 |
Methods
Class CL_CREATE_MATERIAL has no method.
Events
Class CL_CREATE_MATERIAL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_MAT_ITEMS | Private | See coding | 20090909 | BEGIN OF ts_mat_items,
product_id TYPE sdemo_product_id,
category_id TYPE sdemo_category_id,
product_name TYPE sdemo_prd_name,
weight TYPE sdemo_weight_measure,
price TYPE sdemo_price,
quantity TYPE sm_quntity_unit,
description TYPE char255,
END OF ts_mat_items
|
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 730 |