Fonction SAP BAL_LOG_DELETE - Application Log: Log: Delete log (from DB also at save)

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
I_LOG_HANDLE BALLOGHNDL C 22 Log handle

Exception Description
LOG_NOT_FOUND Log not found

Functionality
This function module deletes the log identified by I_LOG_HANDLEfrom memory.

  • The log is removed from memory.

  • If the log was saved with the function module
  • BAL_DB_SAVE, it is deleted from the database.
    Use the function module BAL_LOG_REFRESH toonly delete a log from memory.
    Use the function module BAL_DB_DELETE to deletea log from the database withour having to load it into memory first.

    Further information
    Delete logs
    INCLUDE BAL_GENERAL_LINK OBJECT DOKU ID TX.
    INCLUDE BAL_DD_BALLOGHNDL OBJECT DOKU ID TX
    INCLUDE BAL_GENERAL_LINK OBJECT DOKU ID TX