You are on page 1of 2

Vertex User-Exits

EXIT_SAPLFYTX_USER_001 – Enhancement (FYTX0002)

Scenarios:
- GL account not in user exit with FB60
- Fields not populated during ME2N/MIRO/FB60
- MIRO/FB60 Direct posting to tax account
- New field EXEMP_IND
- Enhancement to US tax calculation Note: 625819
-

EXIT_SAPLFYTX_USER_001 is a standard SAP function


module that performs User exit for changing tax fields (with
max tax functionality) functionality. This is available within
standard R/3 SAP systems depending on version and release
level.

Below are the pattern details for this FM showing its


interface including any import, export and tables
parameters. There is also a list of Exceptions and for your
convenience any standard documentation available. All this
information and more can also be viewed if you enter the
function module name EXIT_SAPLFYTX_USER_001 into the
relevant SAP transaction such as SE37 or SE80.

Within the comments section below there is also an


opportunity for you to add useful hints, tips and information
specific to this SAP function. This will then be available for
you and other users to easily find by simply searching on the
object name EXIT_SAPLFYTX_USER_001 or its description.

Pattern for FM EXIT_SAPLFYTX_USER_001 - EXIT


SAPLFYTX USER 001
Associated Function Group: XFYT
Released Date: . .
CALL FUNCTION 'EXIT_SAPLFYTX_USER_001' "User exit for changing
tax fields (with max tax functionality)
EXPORTING
i_t007a = " t007a Tax Keys
i_ttxd = " ttxd Description of Tax Jurisdiction Code Structure
i_tax_header_input = " extax_doc external tax document header input data
i_tax_item_input = " extax_item_in external document item input data
i_input_user = " tax_user_pricing User fields for pricing
CHANGING
ch_user_changed_fields = " tax_allowed_fields Fields that may be altered in the user exit.
. " EXIT_SAPLFYTX_USER_001

You might also like