SAP ABAP Data Element N2_FFROMTX (ConvertFromText Function Module)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM (Application Component) Customer Relationship Management
     CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
       NMED (Package) R/3MED: Medical documentation GSD
Basic Data
Data Element N2_FFROMTX
Short Description ConvertFromText Function Module  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR30    
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 FromText 
Medium 17 FromText Function 
Long 33 ConvertFromText Function Module 
Heading 33 ConvertFromText Function Module 
Documentation

Definition

The function module ConvertFromTab or FromTab for short, is used to transfer data from the memory of the external data module to the calling dialog application. It is therefore suitable for supplying unstructured documentation elements (including long texts) and simple structures. The same broadly applies for the function module FromText as for the function module ToText.

The function module is only needed for Change modules and F4 Help modules and for the implementation of an XCode- or a CheckValue module.

Interface parameters

  • Importing
    • VALUE(DOK_ID) LIKE N2REFHDR-REFDOK
    • VALUE(DOKELEMENTID) LIKE N2DE-DEID
    • VALUE(REFKEY) LIKE N2REFHDR-REFKEY
  • Tables
    • TEXTTAB STRUCTURE RN2TEXT
  • Exceptions
    • NODATA
    • CONVERSIONERROR

The executions for the function module ConvertToText broadly apply for the interface parameters of the function module ConvertFromText.

History
Last changed by/on SAP  20050301 
SAP Release Created in