SAP ABAP Data Element TDV_FORMATTED_SAPSCRIPT (Only Read Property for Formatted SAPScript Text)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-SLS (Application Component) Sales
     ERP_SALES_LORD (Package) ERP Sales Lean Order
Basic Data
Data Element TDV_FORMATTED_SAPSCRIPT
Short Description Only Read Property for Formatted SAPScript Text  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FLAG    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 FormSScrpt 
Medium 15 Form.SAPScript 
Long 20 Formatted SAPScript 
Heading 55 Only Read Property for Formatted SAPScript Text 
Documentation

Definition

Controlling the Read Only attribute for a formatted SAPscript text.

Use

This parameter is available for the CL_LORD=>LOAD method to control the Read Only attribute for a formatted SAPscript text. The LO API displays this attribute in the TEXT_STRING field in the TDS_HEAD_COMI structure.
The Read Only attribute depends on various factors, such as the application mode (create, change, display) and the application status (with/without errors).

For SAPscript texts, the logical switch controls whether or not the system also considers the Text is Formatted status when determining the Read Only attribute.
The system runs the following checks:

  • If the logical switch has the value SPACE (default value), the Read Only attribute is active as soon as the SAPscript text has the status Text is Formatted.
  • If the logical switch has the value ABAP_TRUE, the system derives the Read Only attribute for the SAPscript text without considering the Text is Formatted status.

Dependencies

Example

History
Last changed by/on SAP  20130529 
SAP Release Created in 605