Agency Business: User Exits 1
Functions The function modules of function group XLFX provide user exits for preparing transfer data for Accounting. The user exits are generally structured in the same way. They are always called before a new line is inserted in the tables of the Accounting interface.
- Header lines of the Accounting interface: Structure ACCHD
- Item information of the Accounting interface: Structure ACCIT
- EXIT_SAPLWLFB_002, Vendors
- EXIT_SAPLWLFB_003, Provision for income line
- EXIT_SAPLWLFB_004, G/L account line
- EXIT_SAPLWLFB_005, Tax line
- EXIT_SAPLWLFB_006, Vendor line (condition posting)
- EXIT_SAPLWLFB_007, Customer line (condition posting)
- EXIT_SAPLWLFB_008, Customer line
- EXIT_SAPLWLFB_009, Material line
- EXIT_SAPLWLFB_012, G/L account line of an invoice list
- Currency and value information of the FI interfaces: Struture ACCCR
- EXIT_SAPLWLFB_013, Values, vendor line (condition posting)
- EXIT_SAPLWLFB_014, Values, customer line (condition posting)
- EXIT_SAPLWLFB_015, Values, G/L account line
- EXIT_SAPLWLFB_016, Values, provisions
- EXIT_SAPLWLFB_017, Values, tax line
- EXIT_SAPLWLFB_018, Values, vendors
- EXIT_SAPLWLFB_019, Values, customers
- EXIT_SAPLWLFB_020, Values, G/L account of an invoice list
- EXIT_SAPLWLFB_021, Values, material posting
- Transfer structures of the Accounting interface
The header line of table ACCIT, which is available as a transfer parameter, can be modified using exits 002 - 009.
Depending on the function module, the user has the relevant document information. Exit 010 contains all the information on the interface. Please note that you can cannot the exits for the values of the financial accounting interfaces to change data in document currency.
This is ensured by the processing of exit data. Also ensure that you set the currency information consistently in all posting lines to ensure that inconsistent data does not occur in the Financial Accounting interfaces. Any inconsistencies are documented by an error message.
Function/Program:- EXIT_SAPLWLFB_001: Enhancement: Accounting Interface (Header Line) Agency Business
- EXIT_SAPLWLFB_002: Enhancement: Accounting Interface (Vendor Header Line) Agency Business
- EXIT_SAPLWLFB_003: Enhancement: Accounting Interface (Provisions) Agency Business
- EXIT_SAPLWLFB_004: Enhancement: Accounting Interface (G/L Account Line) Agency Business
- EXIT_SAPLWLFB_005: Enhancement: Accounting Interface (Tax Line) Agency Business
- EXIT_SAPLWLFB_006: Enhancement: Accounting Interface (Vendor Line) Agency Business
- EXIT_SAPLWLFB_007: Enhancement: Accounting Interface (Customer Line) Agency Business
- EXIT_SAPLWLFB_008: Enhancement: Accounting Interface (Vendor Header Line) Agency Business
- EXIT_SAPLWLFB_009: Enhancement: Accounting Interface (Material Posting) Agency Business
- EXIT_SAPLWLFB_010: Enhancement: Accounting Interface Transfer Tables
- EXIT_SAPLWLFB_012: Enhancement: Accounting Interface (G/L Account Line, SetReq.List)Ag.Busin.
- EXIT_SAPLWLFB_013: Enhancement of Acounting Interface Values (Vendor Line) Agency Business
- EXIT_SAPLWLFB_014: Enhancement to Accounting Interface Values (Customer Line) Ag. Business
- EXIT_SAPLWLFB_015: Enhancement to Accounting Interface Values (G/L Account Line) Ag. Business
- EXIT_SAPLWLFB_016: Enhancement of Accounting Interface Values (Provisions) Agency Business
- EXIT_SAPLWLFB_017: Enhancement of Accounting Interface Values (Tax Line) Agency Business
- EXIT_SAPLWLFB_018: Enhancement of Accounting Interface Values (Vendor Header Line) Ag. Busns
- EXIT_SAPLWLFB_019: Enhancement of Accounting Interface Values (Customer Header Line) Ag.Busn
- EXIT_SAPLWLFB_020: Enhancement of Accounting Interface Values (G/L Line, Rem.List) Ag. Busn
- EXIT_SAPLWLFB_021: Enhancement of Accounting Interface Values (Material Posting) Ag. Business
|