SAP Message BA256 - No data container was opened by the write program

Diagnosis
The system tried to access an unavailable data object. This can occurin two ways:

  • The archiving object or archiving class &V1& tried to transfer data to
  • a data object.
    • Data object &V1& tried to transfer a data object to the archive file
    • using function module ARCHIVE_SAVE_OBJECT.
      Both actions are rejected by the ADK since no data object was requestedby the write program using function module ARCHIVE_NEW_OBJECT.

      Procedure
      If archiving object or archiving class &V1& was provided by SAP, reportthis information to SAP. If it is a customer-specific object, adjust itso that function module ARCHIVE_NEW_OBJECT is called beforefunction module ARCHIVE_SAVE_OBJECT in the write program.