SAP ABAP Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT (translation object modified event)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DOC-TTL (Application Component) Translation Tools
     SLXE (Package) New MLT Environment
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_LXE_A_LOG_EVENT Abstract class of log event 20100728
Properties
Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT  
Short Description translation object modified event    
Super Class CL_LXE_A_LOG_EVENT Abstract class of log event 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SLXE   New MLT Environment 
Created 20100720   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no forward declaration.
Interfaces
Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no interface implemented.
Friends
Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGEDTEXTS Instance attribute Private Type reference (TYPE) LT_CHANGEDTEXTS 20100720
2 DELETEDTEXTS Instance attribute Private Type reference (TYPE) LT_DELETEDTEXTS 20100720
3 HOSTIP Instance attribute Private Type reference (TYPE) NI_NODEADDR IP Address 20100722
4 NEWTEXTS Instance attribute Private Type reference (TYPE) LT_NEWTEXTS 20100720
5 OBJ_NAME Instance attribute Private Type reference (TYPE) LXESTRING Text 20100720
6 SEVERITY Instance attribute Private Type reference (TYPE) I 20100720
7 TIMESTAMP Instance attribute Private Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100720
8 TRANSAREA Instance attribute Private Type reference (TYPE) LXECUSTMNR Translation Area 20100720
9 UHOST Instance attribute Private Type reference (TYPE) CHAR70 Char 70 20100720
10 USERNAME Instance attribute Private Type reference (TYPE) UNAME User Name 20100720
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20100720
2 CONVERT_TIMESTAMP_2_STRING Instance method Private Method Convert a time stamp value to a string 20100720
3 GET_CHANGEDTXT_FORMATEDSTR Instance method Private Method 20100720
4 GET_CHANGE_DETAILS Instance method Private Method 20100720
5 GET_COMMON_DATA Instance method Private Method Returns event's common data 20100720
6 GET_DELETEDTXT_FORMATEDSTR Instance method Private Method 20100720
7 GET_DELETE_DETAILS Instance method Private Method 20100720
8 GET_NEWTXT_DETAILS Instance method Private Method 20100720
9 GET_NEWTXT_FORMATEDSTR Instance method Private Method 20100720
Events
Class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LT_CHANGEDTEXTS Public See coding 20100720 LT_CHANGEDTEXTS TYPE TABLE OF lxes_changedtexts
2 LT_DELETEDTEXTS Public See coding 20100720 LT_DELETEDTEXTS TYPE TABLE OF LXES_DELETEDTEXTS
3 LT_NEWTEXTS Public See coding 20100720 LT_NEWTEXTS TYPE TABLE OF LXES_NEWTEXTS
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANGEDTEXTS Call by reference Type reference (TYPE) LT_CHANGEDTEXTS 20100730
2 Importing DELETEDTEXTS Call by reference Type reference (TYPE) LT_DELETEDTEXTS 20100730
3 Importing EVENTNAME Call by reference Type reference (TYPE) LXECHAR255 Char255 20100804
4 Importing NEWTEXTS Call by reference Type reference (TYPE) LT_NEWTEXTS 20100730
5 Importing SEVERITY Call by reference Type reference (TYPE) I 20101213
6 Importing TRANSAREA Call by reference Type reference (TYPE) LXECUSTMNR Translation Area 20100730

Method CONSTRUCTOR on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method CONVERT_TIMESTAMP_2_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STR_TIMESTAMP Value transfer Type reference (TYPE) CHAR20 Char 20 20100720
2 Importing TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20100720

Method CONVERT_TIMESTAMP_2_STRING on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_CHANGEDTXT_FORMATEDSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20100720

Method GET_CHANGEDTXT_FORMATEDSTR on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_CHANGE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DETAILS Value transfer Type reference (TYPE) STRING 20100720
2 Importing ENTRY Call by reference Type reference (TYPE) LXES_CHANGEDTEXTS Translation object's changed texts 20100720

Method GET_CHANGE_DETAILS on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_COMMON_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20100720

Method GET_COMMON_DATA on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_DELETEDTXT_FORMATEDSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20100720

Method GET_DELETEDTXT_FORMATEDSTR on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_DELETE_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DETAILS Value transfer Type reference (TYPE) STRING 20100720
2 Importing ENTRY Call by reference Type reference (TYPE) LXES_DELETEDTEXTS Translation object's deleted texts 20100720

Method GET_DELETE_DETAILS on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_NEWTXT_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DETAILS Value transfer Type reference (TYPE) STRING 20100720
2 Importing ENTRY Call by reference Type reference (TYPE) LXES_NEWTEXTS Translation object's new texts 20100720

Method GET_NEWTXT_DETAILS on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.

Method GET_NEWTXT_FORMATEDSTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) STRING 20100720

Method GET_NEWTXT_FORMATEDSTR on class CL_LXE_TRAN_OBJ_MODIFIED_EVENT has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 703