SAP ABAP Class CL_CACS_GET_DFIES (Reads DFIES Structure)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   ICM (Application Component) Incentive and Commission Management (ICM)
     CACSSG (Package) ICM: Services & Generic
Properties
Class CL_CACS_GET_DFIES  
Short Description Reads DFIES Structure    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class CACSSG    
Program status     
Category 0   
Package CACSSG   ICM: Services & Generic 
Created 20060217   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CACS_GET_DFIES has no forward declaration.
Interfaces
Class CL_CACS_GET_DFIES has no interface implemented.
Friends
Class CL_CACS_GET_DFIES has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_DFIES_BUFFER Static Attribute Public Type reference (TYPE) DFIES_BUFFER_TABLE_TYPE Buffer for DFIES Information 20060217
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20060217
2 GET_BUFFER Static method Public Method Data from Buffer Are Read 20060217
3 GET_BUFFER_REF Static method Public Method Generate Reference to Buffer 20060302
4 GET_DFIES_DIRECT Static method Public Method Reading Dictionary Field Structure (with Buffer) 20060302
5 GET_DFIES_INTO_BUFFER Instance method Private Method Reading Dictionary Field Structure (with Buffer) 20060302
6 INITIALIZE Instance method Private Method Initialization 20060217
7 S_CREATE Static method Public Method Factory Method 20060217
Events
Class CL_CACS_GET_DFIES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 DFIES_BUFFER_TABLE_TYPE Public See coding 20060217 dfies_buffer_table_type TYPE SORTED TABLE OF dfies_buffer_type WITH UNIQUE KEY tabname
2 DFIES_BUFFER_TYPE Public See coding 20060217 BEGIN OF dfies_buffer_type, tabname TYPE tabname, dfies TYPE dfies_table, END OF dfies_buffer_type
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabelle 20060217

Method CONSTRUCTOR on class CL_CACS_GET_DFIES has no exception.

Method GET_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DFIES Call by reference Type reference (TYPE) DFIES_BUFFER_TABLE_TYPE 20060217

Method GET_BUFFER on class CL_CACS_GET_DFIES has no exception.

Method GET_BUFFER_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_BUFFER Call by reference Object reference (TYPE REF TO) DATA Referenz auf Puffer 20060302

Method GET_BUFFER_REF on class CL_CACS_GET_DFIES has no exception.

Method GET_DFIES_DIRECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DFIES Call by reference Type reference (TYPE) DFIES_TABLE 20060302
2 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20060302
# Exception Resumable Description Created on
1 ERROR Tabelle oder Struktur ist nicht im DDIC vorhanden 20060302

Method GET_DFIES_INTO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME 20060302
# Exception Resumable Description Created on
1 ERROR Tabelle oder Struktur ist nicht im DDIC vorhanden 20060302

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20060217
# Exception Resumable Description Created on
1 ERROR 20060302

Method S_CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_TABNAME Call by reference Type reference (TYPE) TABNAME Tabelle 20060217
2 Returning OREF Value transfer Object reference (TYPE REF TO) CL_CACS_GET_DFIES Instanziierung 20060217

Method S_CREATE on class CL_CACS_GET_DFIES has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700