SAP ABAP Class CL_SOTR (Do not delete: this is used in the application)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-OTR (Application Component) Online Text Repository
     SOTR (Package) Online Text Repository
Properties
Class CL_SOTR  
Short Description Do not delete: this is used in the application    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOTR   Online Text Repository 
Created 20031022   SAP 
Last change 20040518   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TROBJ Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_SOTR has no interface implemented.
Friends
Class CL_SOTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GL_CONTEXT Instance attribute Private Type reference (TYPE) SOTR_CNTXT Context for the OTR 20031022
2 GL_LANGU Instance attribute Private Type reference (TYPE) SYLANGU SAP System, Current Language 20031022
3 GL_REFILL_MASTER_LANGU Instance attribute Private Type reference (TYPE) BAPIFLAG Indicator 20031022
4 GL_REFILL_SEC_LANGU Instance attribute Private Type reference (TYPE) BAPIFLAG Indicator 20031022
5 GL_T_SOTR_STRINGS Instance attribute Private Type reference (TYPE) SOTR_STRINGS Transfer of Strings at Runtime 20031022
6 GL_T_SOTR_TERMS Instance attribute Private Type reference (TYPE) SOTR_TERMS Transfer of Texts at Runtime 20031022
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20031022
2 GET_STRING Instance method Public Method 20031022
3 GET_STRINGS Instance method Public Method Get OTR Entries (Strings) 20031022
4 GET_STRING_BY_ALIAS Instance method Public Method 20031022
5 GET_TEXT Instance method Public Method 20031022
6 GET_TEXTS Instance method Public Method Get OTR Entries (Short Texts) 20031022
7 GET_TEXT_BY_ALIAS Instance method Public Method 20031022
Events
Class CL_SOTR has no event.
Types
Class CL_SOTR has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CONTEXT Call by reference Type reference (TYPE) SOTR_CNTXT Kontext für das OTR 20031022
2 Importing I_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU R/3-System, aktuelle Sprache 20031022
3 Importing I_REFILL_WITH_MASTER_LANGU Call by reference Type reference (TYPE) AS4FLAG Flag (X oder Blank) 20031022
4 Importing I_REFILL_WITH_SECONDARY_LANGU Call by reference Type reference (TYPE) AS4FLAG 'X' Flag (X oder Blank) 20031022

Method CONSTRUCTOR on class CL_SOTR has no exception.

Method GET_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20031022
2 Importing I_CONCEPT Call by reference Type reference (TYPE) SOTR_CONC Schlüssel zum logischen Objekt im OTR 20031022

Method GET_STRING on class CL_SOTR has no exception.

Method GET_STRINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SOTR_STRINGS Value transfer Type reference (TYPE) SOTR_STRINGS Übergabe von Strings zur Laufzeit 20031022

Method GET_STRINGS on class CL_SOTR has no exception.

Method GET_STRING_BY_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING 20031022
2 Importing I_ALIAS Call by reference Type reference (TYPE) SOTR_ALIAS Eindeutiger Alias Name für OTR-Konzept 20031022

Method GET_STRING_BY_ALIAS on class CL_SOTR has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING Texttabelle im OTR 20031022
2 Importing I_CONCEPT Call by reference Type reference (TYPE) SOTR_CONC Schlüssel zum logischen Objekt im OTR 20031022

Method GET_TEXT on class CL_SOTR has no exception.

Method GET_TEXTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_T_SOTR_TERMS Value transfer Type reference (TYPE) SOTR_TERMS Übergabe von Texten zur Laufzeit 20031022

Method GET_TEXTS on class CL_SOTR has no exception.

Method GET_TEXT_BY_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TEXT Call by reference Type reference (TYPE) STRING Texttabelle im OTR 20031022
2 Importing I_ALIAS Call by reference Type reference (TYPE) SOTR_ALIAS Eindeutiger Alias Name für OTR-Konzept 20031022

Method GET_TEXT_BY_ALIAS on class CL_SOTR has no exception.
History
Last changed by/on SAP  20040518 
SAP Release Created in 700