Ansicht
Dokumentation

ARCHIVE_DEFINE_OBJECT_STRUCT - (Obsolete! Use ARCHIVE_OBJECT_STRUCTURE_SET)

ARCHIVE_DEFINE_OBJECT_STRUCT - (Obsolete! Use ARCHIVE_OBJECT_STRUCTURE_SET)

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

Functions

This function module stores the structure of a generated archiving object in the database. You can use the "Archiving Object" transaction to display or change this definition.

Examples

  • Example 1
    Sample call of the function module

DATA: BEGIN OF STRUCTURE_TAB OCCURS 0.

        INCLUDE STRUCTURE ARCH_STRUC.

DATA: END OF STRUCTURE_TAB.

...

CALL FUNCTION 'ARCHIVE_DEFINE_OBJECT_STRUCT'

     EXPORTING

          OBJECT                   = 'TESTOBJECT'

     TABLES

          OBJECT_STRUCTURE         = STRUCTURE_TAB

     EXCEPTIONS

          GENERATING_NOT_ALLOWED   = 01

          INVALID_STRUCTURE        = 02

          OBJECT_NOT_FOUND         = 03.

  • Example 2
    You can find a more comprehensive exanple in the program RSARCH_CREATE_TESTOBJECT.

See also

Program Generator Definition of Terms





Parameters

LOGDB
OBJECT
OBJECT_STRUCTURE
TABLES_TO_DELETE

Exceptions

GENERATING_NOT_ALLOWED
INITIALIZATION_MISSING
INVALID_STRUCTURE
OBJECT_NOT_FOUND

Function Group

ARGN

Fill RESBD Structure from EBP Component Structure   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.

Length: 2995 Date: 20240523 Time: 103346     sap01-206 ( 27 ms )