SAP Function SAMPLE_INTERFACE_00501007 - Schnittstellenbeschreibung zum Event 00501007

Parameter Reference Length Optional Text
SHIPPING_HEADER LIKPVB 1260 Lieferköpfe
SHIPPING_ITEM LIPSVB 2040 Lieferpositionen


DEFINE &TEXT& = 'Delivery document, save'
DEFINE &EVENT& = '00501007'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when saving the delivery document. The purpose ofthe function module is to write the separate delivery document item (asexists in the memory of the function group) to the database. Inaddition, the data in the memory must be reset (REFRESH, CLEAR).

INTERFACE
The field UPDKZ in the SHIPPING_HEADER table determines whether thedelivery is added, changed or deleted:

  • 'I' Added

  • 'U' Changed

  • 'D' Deleted

  • ' ' Unchanged

  • The field UPDKZ performs the same function in table SHIPPING_ITEM.