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 CL_MDG_BS_MAT_SERVICES 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 GC_FIELD_DEL_FLAG Constant Private Type reference (TYPE) KOMP_TYPE 'LVORM' Name of Delete Flag Field 20091110
2 GC_FIELD_DEL_ROW Constant Private Type reference (TYPE) KOMP_TYPE 'DELETE_ROW' Name of Row Deletion Field 20091110
3 GC_MODIFY_ROW_DEL Constant Public Type reference (TYPE) CHAR1 'D' Insert Row 20091110
4 GC_MODIFY_ROW_INS Constant Public Type reference (TYPE) CHAR1 'I' Insert Row 20091110
5 GC_MODIFY_ROW_UNDEFINED Constant Public Type reference (TYPE) CHAR1 SPACE Single-Character Indicator 20100112
6 GC_MODIFY_ROW_UPD Constant Public Type reference (TYPE) CHAR1 'U' Insert Row 20091110
7 MV_MODIFY_ROW Instance attribute Public Type reference (TYPE) CHAR1 Modification Kind: Insert, Update, Delete 20091110
8 STS_DDIC Static Attribute Private Type reference (TYPE) GTY_TS_DESCR_STRUC 20091110
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20091110
2 FILL 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