Show TOC

Constants for field symbols <ACTION>, <ACTION_TEXT>, <XACT>, and <XACT_TEXT>Locate this document in the navigation structure

Use

The field symbols for the processing status of the entries in the internal tables TOTAL and EXTRACT, can take the following constant values:

  • GELOESCHT: Entry flagged for deletion

  • NEUER_EINTRAG: Entry is newly created

  • AENDERN: Entry changed

  • UPDATE_GELOESCHT: Entry was first changed and then flagged for deletion

  • NEUER_GELOESCHT: Entry was first newly created, not yet saved and then flagged for deletion

  • ORIGINAL: The entry is identical with the database status

Example
        
            IF <XACT> = GELOESCHT. ... ENDIF.