SAP ABAP Data Element N2_FGETERR (GetError 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_FGETERR
Short Description GetError 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 10 GetErr 
Medium 15 GetErr Function 
Long 24 GetErr Function Module 
Heading 24 GetErr Function Module 
Documentation

Definition

The function module GetErr is used within an external data module to supply error texts and error levels to the dialog application if errors occur while processing external data.

Interface parameter

  • importing
    • VALUE(ERRLEV) LIKE ERRORLEVEL
  • exporting
    • VALUE(DOKELEMENTID) LIKE N2DE-DEID
    • VALUE(TABLINE) LIKE SY-LILLI
  • tables
    • TEXTTAB STRUCTURE RN2TEXT
  • exceptions
    • NO_ERROR

ERRORLEVEL can accept the value 0 (keine Fehler), 1 (Warning), 2 (Error) or 3 (Serious error). With ERRORLEVEL > 1, the saving of external data and document data will be cancelled.

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