SAP Function SAMPLE_INTERFACE_00501010 - Schnittstellenbeschreibung zum Event 00501010

Parameter Reference Length Optional Text
INVOICE_HEADER VBRKVB 716 Fakturaköpfe
INVOICE_ITEM VBRPVB 1376 Fakturapositionen


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

EVENT
This Event is reacehd when saving the billing document. The purpose ofthe function module is to write the separate billing document item -contract data (as exists in the memory of the function group) to thedatabase. The data in the memory must also be reset (REFRESH, CLEAR).

INTERFACE
The entry in field UPDKZ in table INVOICE_HEADER determines whether thebilling document is added to, changed, or deleted:

  • 'I' Added

  • 'U' Changed

  • 'D' Deleted

  • ' ' Unchanged

  • This information also holds for this field in table INVOICE_ITEM.