Ansicht
Dokumentation

EXIT_SAPFF048_001 -

EXIT_SAPFF048_001 -

General Material Data   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.
SAP E-Book

Purpose of user exit EXIT_SAPFF048_001

This exit receives all document information (header, items, tax, one- time customer and bill of exchange info) from the document archiving function's deletion program immediately prior to the deletion of archived document data from the database. The number of the archive in which the document was stored is also transferred.
This gives the user the option to design and maintain his/her own document/archive reference with any number of criteria. The user is therefore not restricted to the standard index (table BSIA), which is less flexible.

Transfer parameters

  • I_ARKEY: Key for the archive in which the document is stored
  • T_BKPF: Table with one entry, the document header
  • T_BSEG: Document line items
  • T_BSEC: One-time customer info for the document
  • T_BSED: Bill of exchange information for the document
  • T_BSET: Tax information for the document

Example

A user can, for example, update their own index (coding must be stored in the ZXARCU01 user INCLUDE!)

.....
*----------------------------------------------------------------------*
* INCLUDE ZXARCU01
*----------------------------------------------------------------------*

OWN_INDEX-ARKEY = I_ARKEY.
MOVE-CORRESPONDING T_BKPF TO OWN_INDEX.
MOVE-CORRESPONDING T_BSEG TO OWN_INDEX.
INSERT OWN_INDEX.






SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 1662 Date: 20240328 Time: 113531     sap01-206 ( 27 ms )