Ansicht
Dokumentation

ARCHIVE_MODIFY_RECORD_FLAGS - Change Control Information in Records of a Data Object

ARCHIVE_MODIFY_RECORD_FLAGS - Change Control Information in Records of a Data Object

ABAP Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

This function module allows the control information in a data record to be changed at a later point in time.

Example

DATA: HANDLE LIKE SY-TABIX,
      CURSOR LIKE SY-TABIX.
...
CALL FUNCTION 'ARCHIVE_MODIFY_RECORD_FLAGS'
     EXPORTING
          ARCHIVE_HANDLE          = HANDLE
          RECORD_CURSOR           = CURSOR
          RECORD_FLAGS            = 'DELETE'
     EXCEPTIONS
          INTERNAL_ERROR          = 01
          WRONG_ACCESS_TO_ARCHIVE = 02
          WRONG_CURSOR            = 03.

Notes

You can use this function module if you discover later that a data record should have particular control information.





Parameters

ARCHIVE_HANDLE
RECORD_CURSOR
RECORD_FLAGS

Exceptions

INTERNAL_ERROR
WRONG_ACCESS_TO_ARCHIVE
WRONG_CURSOR

Function Group

ARCH

PERFORM Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 2238 Date: 20240523 Time: 105146     sap01-206 ( 19 ms )