SAP ABAP Class IF_DDIC_PUT (Access to DDIC write definitions functions)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DDIC_PUT Ddic put functions 20101221
Properties
Class IF_DDIC_PUT  
Short Description Access to DDIC write definitions functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101216   SAP 
Last change 20140120   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_DDIC_PUT has no interface implemented.
Friends
Class IF_DDIC_PUT has no friend class.
Attributes
Class IF_DDIC_PUT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_ALIAS_DEFINITION Instance method Public Method 20121217
2 DELETE_TABLE_DEFINITION Instance method Public Method 20101229
3 WRITE_TABLE_DEFINITION Instance method Public Method Writes table definition into DDIC tables 20101221
Events
Class IF_DDIC_PUT has no event.
Types
Class IF_DDIC_PUT has no local type.
Method Signatures

Method DELETE_ALIAS_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALIASNAME Call by reference Type reference (TYPE) TABNAME 20121217
2 Importing DELETE_TADIR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121218
# Exception Resumable Description Created on
1 CX_CRR_DDIC 20121217

Method DELETE_TABLE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DELETE_TADIR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121218
2 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20101229
# Exception Resumable Description Created on
1 CX_CRR_DDIC Errors from ddic interface 20101229

Method WRITE_TABLE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CREATE_TADIR Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20121218
2 Importing FIELDS Call by reference Type reference (TYPE) TDDFIELDS Table of dictionary fields 20101221
3 Importing NODBKEY Call by reference Type reference (TYPE) FLAG ' ' Don't create primary key on database 20101221
4 Importing TABNAME Call by reference Type reference (TYPE) TABNAME Table Name 20101221
5 Importing TEXT Call by reference Type reference (TYPE) AS4TEXT 'TABLE' Short Description of Repository Objects 20110217
# Exception Resumable Description Created on
1 CX_CRR_DDIC Error from DDIC 20101221
History
Last changed by/on SAP  20140120 
SAP Release Created in