SAP ABAP Class CL_BS_MAT_FILL_API_DELTA (Fill API with Delta Data)
Hierarchy
☛
MDG_APPL (Software Component) MDG Applications
⤷
CA-MDG-APP-MM (Application Component) MDG Material
⤷
MDG_BS_MAT_MODEL_ACCESS (Package) MDG: ERP Material Model Access to Prim. Pers.
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BS_MAT_FILL_API | Fill API Structure | 20091110 |
Properties
| Class | CL_BS_MAT_FILL_API_DELTA | |
| Short Description | Fill API with Delta Data | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | MDG_BS_MAT_MODEL_ACCESS | MDG: ERP Material Model Access to Prim. Pers. |
| Created | 20091110 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BS_MAT_FILL_API | Fill API Structure | 20091110 |
Friends
Class CL_BS_MAT_FILL_API_DELTA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | KOMP_TYPE | 'LVORM' | Name of Delete Flag Field | 20091110 | ||
| 2 | Constant | Private | Type reference (TYPE) | KOMP_TYPE | 'DELETE_ROW' | Name of Row Deletion Field | 20091110 | ||
| 3 | Constant | Public | Type reference (TYPE) | CHAR1 | 'D' | Insert Row | 20091110 | ||
| 4 | Constant | Public | Type reference (TYPE) | CHAR1 | 'I' | Insert Row | 20091110 | ||
| 5 | Constant | Public | Type reference (TYPE) | CHAR1 | SPACE | Single-Character Indicator | 20100112 | ||
| 6 | Constant | Public | Type reference (TYPE) | CHAR1 | 'U' | Insert Row | 20091110 | ||
| 7 | Instance attribute | Public | Type reference (TYPE) | CHAR1 | Modification Kind: Insert, Update, Delete | 20091110 | |||
| 8 | Static Attribute | Private | Type reference (TYPE) | GTY_TS_DESCR_STRUC | 20091110 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20091110 | ||
| 2 | Instance method | Public | Method | 20091110 |
Events
Class CL_BS_MAT_FILL_API_DELTA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_S_DESCR_STRUC | Private | See coding | 20091110 | BEGIN OF gty_s_descr_struc,
name_line_type TYPE strukname, "include structure or line of table
name_component TYPE name_komp,
END OF gty_s_descr_struc
|
||
| 2 | GTY_S_FILL_PARAM | Public | See coding | 20091110 | BEGIN OF gty_s_fill_param,
modify_row TYPE char1,
END OF gty_s_fill_param
|
||
| 3 | GTY_TS_DESCR_STRUC | Private | See coding | 20091110 | gty_ts_descr_struc TYPE SORTED TABLE OF gty_s_descr_struc WITH UNIQUE KEY name_line_type
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_BS_MAT_FILL_API_DELTA has no parameter.
Method CLASS_CONSTRUCTOR on class CL_BS_MAT_FILL_API_DELTA has no exception.
Method FILL Signature
Method FILL on class CL_BS_MAT_FILL_API_DELTA has no parameter.
Method FILL on class CL_BS_MAT_FILL_API_DELTA has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 605 |