SAP ABAP Class CL_DITAT_PREVIEW (Displays an object on the preview server)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_DITAT (Package) DITA Translation
Properties
Class CL_DITAT_PREVIEW  
Short Description Displays an object on the preview server    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_DITAT   DITA Translation 
Created 20130318   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_DITAT_PREVIEW has no forward declaration.
Interfaces
Class CL_DITAT_PREVIEW has no interface implemented.
Friends
Class CL_DITAT_PREVIEW has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MV_AREA Instance attribute Private Type reference (TYPE) LXECUSTMNR Translation Area 20130318
2 MV_LANGUAGE Instance attribute Private Type reference (TYPE) LXEISOLANG Translation Language 20130318
3 MV_OBJNAME Instance attribute Private Type reference (TYPE) LXEOBJNAME Name of Translation Object 20130318
4 MV_OBJTYPE Instance attribute Private Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20130318
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_URL Instance method Private Method 20130319
2 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20130318
3 DISPLAY_ON_PREVIEW_SERVER Static method Public Method 20130318
4 GET_LOIO_VERSION_CHAIN Instance method Private Method 20130318
5 PROCESS Instance method Private Method 20130318
Events
Class CL_DITAT_PREVIEW has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 S_LOIO_VERSION Private See coding 20130318 BEGIN OF s_loio_version, loio TYPE ditat_loio, version TYPE ditat_version, END OF s_loio_version
2 T_LOIO_VERSION Private See coding 20130318 t_loio_version TYPE STANDARD TABLE OF s_loio_version WITH DEFAULT KEY
Method Signatures

Method BUILD_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BASEURL Call by reference Type reference (TYPE) STRING 20130319
2 Importing CHAIN Call by reference Type reference (TYPE) T_LOIO_VERSION 20130319
3 Importing LANGUAGE Call by reference Type reference (TYPE) DITAT_LANGUAGE ISO-639-1-language '-' ISO-3166-country 20130319
4 Returning URL Value transfer Type reference (TYPE) STRING 20130319

Method BUILD_URL on class CL_DITAT_PREVIEW has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20130318
2 Importing LANGUAGE Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20130318
3 Importing OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20130318
4 Importing OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20130318

Method CONSTRUCTOR on class CL_DITAT_PREVIEW has no exception.

Method DISPLAY_ON_PREVIEW_SERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing AREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20130318
2 Importing LANGUAGE Call by reference Type reference (TYPE) LXEISOLANG Translation Language 20130318
3 Importing OBJNAME Call by reference Type reference (TYPE) LXEOBJNAME Name of Translation Object 20130318
4 Importing OBJTYPE Call by reference Type reference (TYPE) LXEOBJTYPE Type of Translation Object 20130318
# Exception Resumable Description Created on
1 CX_DITAT Base class for DITA translation related exceptions 20130318

Method GET_LOIO_VERSION_CHAIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting CHAIN Call by reference Type reference (TYPE) T_LOIO_VERSION 20130318
# Exception Resumable Description Created on
1 CX_DITAT Base class for DITA translation related exceptions 20130318

Method PROCESS Signature

Method PROCESS on class CL_DITAT_PREVIEW has no parameter.
# Exception Resumable Description Created on
1 CX_DITAT Base class for DITA translation related exceptions 20130318
History
Last changed by/on SAP  20140121 
SAP Release Created in 740