SAP ABAP Class CL_DITAT_VERSION (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_VERSION  
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_VERSION has no forward declaration.
Interfaces
Class CL_DITAT_VERSION has no interface implemented.
Friends
Class CL_DITAT_VERSION has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_ID2VERSION Static Attribute Private Type reference (TYPE) T_ID2VERSION 20120920
Methods
# Method Level Visibility Method type Description Created on
1 GET_VERSION Static method Public Method 20120920
2 GET_VERSIONID 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_VERSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_ID2VERSION Private See coding 20120920 BEGIN OF s_id2version, versionid TYPE ditat_versionid, version TYPE ditat_version, END OF s_id2version
2 T_ID2VERSION Private See coding 20120920 t_id2version TYPE HASHED TABLE OF s_id2version WITH UNIQUE KEY versionid WITH UNIQUE HASHED KEY versionkey COMPONENTS version
Method Signatures

Method GET_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning VERSION Value transfer Type reference (TYPE) DITAT_VERSION 20120920
2 Importing VERSIONID Call by reference Type reference (TYPE) DITAT_VERSIONID 20120920
# Exception Resumable Description Created on
1 CX_DITAT_LOCK 20120920

Method GET_VERSIONID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing VERSION Call by reference Type reference (TYPE) DITAT_VERSION 20120920
2 Returning VERSIONID Value transfer Type reference (TYPE) DITAT_VERSIONID 20120920
# Exception Resumable Description Created on
1 CX_DITAT_LOCK 20120920

Method RELEASE_READ_LOCK Signature

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

Method RELEASE_WRITE_LOCK Signature

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

Method REQUEST_READ_LOCK Signature

Method REQUEST_READ_LOCK on class CL_DITAT_VERSION 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_VERSION 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