ABAP Development for Billing
301077 - User exits for the Accounting Interface 301077 - User exits for the Accounting Interface For the transfer to accounting (function group V60B), the following user exits are available for you in the program SAPLV60B: EXIT_SAPLV60B_001: Change of header data in structure ACCHD In this exit, you can influence the header information of the accounting document. For example, here you can influence the business transaction, the time of entry, the 'Created by' entry, or the transaction used to create the document. EXIT_SAPLV60B_002: Changes the ACCIT customer line. In this exit, you can influence the customer line of the accounting document. This exit is processed from the document header VBRK after the structure ACCIT is filled. EXIT_SAPLV60B_003: Change of customer line for POS update For POS accounting, the customer line is filled differently. For this, you can influence the structure ACCIT in user exit 003. EXIT_SAPLV60B_004: Change of the ACCIT G/L account line. Additions...