Ansicht
Dokumentation

ISP_PCKAGE_ARCHIVE_READ - IS-M/SD: Read Shipping Data Archive

ISP_PCKAGE_ARCHIVE_READ - IS-M/SD: Read Shipping Data Archive

ROGBILLS - Synchronize billing plans   PERFORM Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book
Preliminary comment

This function module has been released.

The documentation is being revised so that it conforms to the requirements for released function modules.

Functionality

This function module lists the change documents for an archiving object for archiving.

This function module must be called up after the function module ARCHIVE_NEW_OBJECT. The function module ARCHIVE_SAVE_OBJECT then archives the change documents automatically together with the archiving object.

Use the deletion indicator to determine whether the change documents are to be deleted using the standard deletion program in archiving or retained in the system after they have been archived.

Examples


DATA: ARCH_HANDLE LIKE SY-TABIX,
      OBJECTCLASS LIKE CDHDR-OBJECTCLAS,
      OBJECTID    LIKE CDHDR-OBJECTID.

...

CALL FUNCTION 'CHANGEDOCUMENT_ARCHIVE_OBJECT'
     EXPORTING
          ARCHIVE_HANDLE       = ARCH_HANDLE
          OBJECTCLASS          = OBJECTCLASS
          OBJECTID             = OBJECTID
          OBJECT_DELETE_FLAG   = 'X'
     EXCEPTIONS
          WRONG_ARCHIVE_HANDLE = 01.

Notes

See also
Definition: Handle
Definition: Archiving class
Definition: Deletion program




Parameters

ARCHIVE_HANDLE

Exceptions

WRONG_ACCESS_TO_ARCHIVE

Function Group

JYA1

TXBHW - Original Tax Base Amount in Local Currency   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 2606 Date: 20240523 Time: 135858     sap01-206 ( 28 ms )