SAP Function SAMPLE_INTERFACE_00001650 - Schnittstellenbeschreibung zum Event 00001650

Parameter Reference Type Length Default Optional Text
I_POSTAB RFPOS u 940 Einzelposten

Parameter Reference Type Length Text
E_POSTAB RFPOS u 940 Ergänzter Einzelposten


DEFINE &TEXT& = 'Line item display, display additional data'
DEFINE &EVENT& = '00001650'
DEFINE &TYPE& = 'INTERFACE'
INCLUDE FI_OPEN_FI_DOCUMENTATION_1 OBJECT DOKU ID TX LANGUAGE EN

EVENT
This Event is reached when displaying line items. Following selectionof data, and before the first list is output, it enables any amount ofadditional data on each individual line item to be read and transferredback to the RFPOS structure.

INTERFACE
Structure RFPOS must be enhanced with an APPEND that contains the newfields.
The additional fields so defined are automatically available in linelayout variants and can be used for functions like search, sort, andtotal.
By calling up the standard function module GET_GKONT, this Eventcan for example enable you to determine the offsetting acccount for aline item. By writing a similar function module, additional data fromthe offsetting item can also be determined and displayed.