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

TXBHW - Original Tax Base Amount in Local Currency   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

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 correspondingGUID_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

ABAP Short Reference   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.


Length: 1772 Date: 20120524 Time: 223110     triton ( 55 ms )