SAP ABAP Class CL_WZRE_TEXT_CUSTOMIZING (Customizing for Texts)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB (Application Component) Agency Business (Global Trade)
     WZRE_SERVICES (Package) OO Wrapping of Agency Business + Services
Properties
Class CL_WZRE_TEXT_CUSTOMIZING  
Short Description Customizing for Texts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WZRE_SERVICES   OO Wrapping of Agency Business + Services 
Created 20070823   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WZRE_TEXT_CUSTOMIZING has no forward declaration.
Interfaces
Class CL_WZRE_TEXT_CUSTOMIZING has no interface implemented.
Friends
Class CL_WZRE_TEXT_CUSTOMIZING has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_BUFFER Static Attribute Private Type reference (TYPE) TY_BUFFER_HTAB 20070824
Methods
# Method Level Visibility Method type Description Created on
1 READ_SCHEMA Static method Public Method Read Schema 20070824
2 READ_SCHEMA_FROM_DB_TO_BUFFER Static method Private Method Read from Database to Buffer 20070824
Events
Class CL_WZRE_TEXT_CUSTOMIZING has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BUFFER Private See coding Buffer 20070824 BEGIN OF ty_buffer, tdobject TYPE tdobject, txtob TYPE txtob, txtgr TYPE txtgr, t_schema TYPE wzre_text_schema_stab, END OF ty_buffer
2 TY_BUFFER_HTAB Private See coding Buffer 20070824 ty_buffer_htab TYPE HASHED TABLE OF ty_buffer WITH UNIQUE KEY tdobject txtob txtgr
Method Signatures

Method READ_SCHEMA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TDOBJECT Call by reference Type reference (TYPE) TDOBJECT Texte: Anwendungsobjekt 20070824
2 Importing I_TXTGR Call by reference Type reference (TYPE) TXTGR Textschema 20070824
3 Importing I_TXTOB Call by reference Type reference (TYPE) TXTOB Objekt, für das Textgruppe gebildet wird 20070824
4 Returning RT_SCHEMA Value transfer Type reference (TYPE) WZRE_TEXT_SCHEMA_STAB Textschema 20070824

Method READ_SCHEMA on class CL_WZRE_TEXT_CUSTOMIZING has no exception.

Method READ_SCHEMA_FROM_DB_TO_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TDOBJECT Call by reference Type reference (TYPE) TDOBJECT Texte: Anwendungsobjekt 20070824
2 Importing I_TXTGR Call by reference Type reference (TYPE) TXTGR Textschema 20070824
3 Importing I_TXTOB Call by reference Type reference (TYPE) TXTOB Objekt, für das Textgruppe gebildet wird 20070824
4 Returning RT_SCHEMA Value transfer Type reference (TYPE) WZRE_TEXT_SCHEMA_STAB Textschema 20070824

Method READ_SCHEMA_FROM_DB_TO_BUFFER on class CL_WZRE_TEXT_CUSTOMIZING has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 603