SAP ABAP Class CL_DITAT_CCNAME (Content container name mappings)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_DITAT (Package) DITA Translation
Properties
Class CL_DITAT_CCNAME  
Short Description Content container name mappings    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_DITAT   DITA Translation 
Created 20120920   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DITAT_CCNAME has no forward declaration.
Interfaces
Class CL_DITAT_CCNAME has no interface implemented.
Friends
Class CL_DITAT_CCNAME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ID2CCNAME Static Attribute Private Type reference (TYPE) T_ID2CCNAME 20120920
Methods
# Method Level Visibility Method type Description Created on
1 GET_CCNAME Static method Public Method 20120920
2 GET_CCNAMEID Static method Public Method 20120920
3 RELEASE_READ_LOCK Static method Private Method 20120920
4 RELEASE_WRITE_LOCK Static method Private Method 20120920
5 REQUEST_READ_LOCK Static method Private Method 20120920
6 REQUEST_WRITE_LOCK Static method Private Method 20120920
Events
Class CL_DITAT_CCNAME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ID2CCNAME Private See coding 20120920 BEGIN OF s_id2ccname, ccnameid TYPE ditat_ccnameid, ccname TYPE ditat_ccname, END OF s_id2ccname
2 T_ID2CCNAME Private See coding 20120920 t_id2ccname TYPE HASHED TABLE OF s_id2ccname WITH UNIQUE KEY ccnameid WITH UNIQUE HASHED KEY ccnamekey COMPONENTS ccname
Method Signatures

Method GET_CCNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning CCNAME Value transfer Type reference (TYPE) DITAT_CCNAME Content container name 20120920
2 Importing CCNAMEID Call by reference Type reference (TYPE) DITAT_CCNAMEID Content container name id 20120920
# Exception Resumable Description Created on
1 CX_DITAT_LOCK Lock exception 20120920

Method GET_CCNAMEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CCNAME Call by reference Type reference (TYPE) DITAT_CCNAME Content container name 20120920
2 Returning CCNAMEID Value transfer Type reference (TYPE) DITAT_CCNAMEID Content container name id 20120920
# Exception Resumable Description Created on
1 CX_DITAT_LOCK Lock exception 20120920

Method RELEASE_READ_LOCK Signature

Method RELEASE_READ_LOCK on class CL_DITAT_CCNAME has no parameter.
Method RELEASE_READ_LOCK on class CL_DITAT_CCNAME has no exception.

Method RELEASE_WRITE_LOCK Signature

Method RELEASE_WRITE_LOCK on class CL_DITAT_CCNAME has no parameter.
Method RELEASE_WRITE_LOCK on class CL_DITAT_CCNAME has no exception.

Method REQUEST_READ_LOCK Signature

Method REQUEST_READ_LOCK on class CL_DITAT_CCNAME has no parameter.
# Exception Resumable Description Created on
1 CX_DITAT_LOCK Lock exception 20120920

Method REQUEST_WRITE_LOCK Signature

Method REQUEST_WRITE_LOCK on class CL_DITAT_CCNAME has no parameter.
# Exception Resumable Description Created on
1 CX_DITAT_LOCK Lock exception 20120920
History
Last changed by/on SAP  20130531 
SAP Release Created in 740