SAP ABAP Class CL_TMAS_API (TM Analysis Service API)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE_TMAS (Package) Translation Memory Analysis Service
Properties
Class CL_TMAS_API  
Short Description TM Analysis Service API    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE_TMAS   Translation Memory Analysis Service 
Created 20111012   SAP 
Last change 20130531   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 CL_TMAS_API has no interface implemented.
Friends
Class CL_TMAS_API has no friend class.
Attributes
Class CL_TMAS_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_DOCUMENT Static method Public Method Creates a document for analysis 20111031
2 CREATE_JOB Static method Public Method Creates an analysis job 20111012
3 GET_JOB Static method Public Method Returns the reference to an existing analysis job 20111031
4 GET_JOBS Static method Public Method Returns a list of all jobs 20111031
Events
Class CL_TMAS_API has no event.
Types
Class CL_TMAS_API has no local type.
Method Signatures

Method CREATE_DOCUMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ACCESSOR_CLASS Call by reference Type reference (TYPE) ABAP_ABSTYPENAME Name of class implementing an accessor interface 20111031
2 Returning DOCUMENT Value transfer Object reference (TYPE REF TO) IF_TMAS_DOCUMENT Document for anaylsis 20111031
3 Importing USER_STRINGS Call by reference Type reference (TYPE) TMAS_T_KEYSTRING Table of key/string pairs 20111031
4 Importing USER_XSTRINGS Call by reference Type reference (TYPE) TMAS_T_KEYXSTRING Table of key/xstring pairs 20111031
# Exception Resumable Description Created on
1 CX_TMAS TM Analysis Service exception 20111031

Method CREATE_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JOB Value transfer Object reference (TYPE REF TO) IF_TMAS_JOB Job ID of the created job 20111031
2 Importing JOBNAME Call by reference Type reference (TYPE) STRING `` Job name 20111024
# Exception Resumable Description Created on
1 CX_TMAS TM Analysis Service Exception 20111012

Method GET_JOB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JOB Value transfer Object reference (TYPE REF TO) IF_TMAS_JOB An analysis job 20111031
2 Importing JOBID Call by reference Type reference (TYPE) TMAS_JOBID Job ID 20111031
# Exception Resumable Description Created on
1 CX_TMAS TM Analysis Service exception 20111031

Method GET_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning JOBS Value transfer Type reference (TYPE) TMAS_T_JOB Table of jobs 20111031
# Exception Resumable Description Created on
1 CX_TMAS TM Analysis Service exception 20111031
History
Last changed by/on SAP  20130531 
SAP Release Created in 732