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 ENEVENT 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. |