SAP ABAP Class CL_DITAT_PROJECTNAME (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_PROJECTNAME  
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 20121001   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DITAT_PROJECTNAME has no forward declaration.
Interfaces
Class CL_DITAT_PROJECTNAME has no interface implemented.
Friends
Class CL_DITAT_PROJECTNAME has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ID2PROJECTNAME Static Attribute Private Type reference (TYPE) T_ID2PROJECTNAME 20121001
Methods
# Method Level Visibility Method type Description Created on
1 GET_PROJECTNAME Static method Public Method 20121001
2 GET_PROJECTNAMEID Static method Public Method 20121001
3 RELEASE_READ_LOCK Static method Private Method 20121001
4 RELEASE_WRITE_LOCK Static method Private Method 20121001
5 REQUEST_READ_LOCK Static method Private Method 20121001
6 REQUEST_WRITE_LOCK Static method Private Method 20121001
Events
Class CL_DITAT_PROJECTNAME has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ID2PROJECTNAME Private See coding 20121001 BEGIN OF s_id2projectname, projectnameid TYPE ditat_projectnameid, projectname TYPE ditat_projectname, END OF s_id2projectname
2 T_ID2PROJECTNAME Private See coding 20121001 t_id2projectname TYPE HASHED TABLE OF s_id2projectname WITH UNIQUE KEY projectnameid WITH UNIQUE HASHED KEY projectnamekey COMPONENTS projectname
Method Signatures

Method GET_PROJECTNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROJECTNAME Value transfer Type reference (TYPE) DITAT_PROJECTNAME 20121001
2 Importing PROJECTNAMEID Call by reference Type reference (TYPE) DITAT_PROJECTNAMEID 20121001
# Exception Resumable Description Created on
1 CX_DITAT_LOCK 20121001

Method GET_PROJECTNAMEID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROJECTNAME Call by reference Type reference (TYPE) DITAT_PROJECTNAME 20121001
2 Returning PROJECTNAMEID Value transfer Type reference (TYPE) DITAT_PROJECTNAMEID 20121001
# Exception Resumable Description Created on
1 CX_DITAT_LOCK 20121001

Method RELEASE_READ_LOCK Signature

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

Method RELEASE_WRITE_LOCK Signature

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

Method REQUEST_READ_LOCK Signature

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

Method REQUEST_WRITE_LOCK Signature

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