SAP ABAP Data Element LSO_CRP_TEXTVAR_CLASS (Class that defines read interface for text variables)
Hierarchy
EA-HRGXX (Software Component) Sub component EA-HRGXX of EA-HR
   PE-LSO-TM-DW (Application Component) Day-to-Day Activities
     LSO_CORRESPOND_ERP_RENDER (Package) LSO Correspondence: Document Generation / Read Routines
Basic Data
Data Element LSO_CRP_TEXTVAR_CLASS
Short Description Class that defines read interface for text variables  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SEOCLSNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Read Class 
Medium 15 Read Class 
Long 20 Read Class 
Heading 30 Read Class 
Documentation

Definition

Class to be used for importing the value of a text variable. The class must fulfill the following prerequisites:

  • It must implement the interface IF_LSO_CRP_RENDER_READER in full.
  • It must be global.

Use

When you create a new text variable, you must store the data collection routine as a class that implements the interface IF_LSO_CRP_RENDER_READER.

The framework generates an instance of this class when the corresponding text variable has to be filled when the output document is analysed. One class can be used for multiple text variables. The framework ensures that only one instance of the class is generated for each document to be output, for performance reasons.

Dependencies

Example

History
Last changed by/on SAP  20110901 
SAP Release Created in 600