Ansicht
Dokumentation

/LIME/ARCH_DELETE - Deletion of Archived LIME Objects From DB

/LIME/ARCH_DELETE - Deletion of Archived LIME Objects From DB

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

Functionality

With this function module, you can delete data that you had previously written into the archive file with the function module /LIME/ARCH_WRITE.

There are two archiving objects in LIME: /LIME/LOG and /LIME/PN. You have to inform the function module that these two objects exist, using the parameter OBJECT.

You can only delete data sets from the table LIME/LOG_HEAD when the corresponding GUID_PN is no longer used in other /LIME/* database tables.

The system calls up the function module in the program /LIME/ARCH_DL. However, you can also define your own interface. When you set the indicator DELETE_IN_TEST_MODE, the system simulates the deletion on the database.

Example

CALL FUNCTION '/LIME/ARCH_DELETE'

EXPORTING
delete_in_text_mode,,= 'X'
object,,= 'LIME/LOG'

Notes

Further information





Parameters

I_DELETE_IN_TEST_MODE
I_OBJECT

Exceptions

INTERNAL_ERROR
NOT_AUTHORIZED
OPEN_ERROR

Function Group

E/SAPLARCH

Addresses (Business Address Services)   Vendor Master (General Section)  
This documentation is copyright by SAP AG.

Length: 1759 Date: 20240418 Time: 203906     sap01-206 ( 30 ms )