Ansicht
Dokumentation

PAY_IN_TAX_500 - User Exit: Determine Personnel Sub Area Grouping for Tax

PAY_IN_TAX_500 - User Exit: Determine Personnel Sub Area Grouping for Tax

rdisp/max_wprun_time - Maximum work process run time   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book

SAP provides tables for you to determine Personnel Sub Area Groupings for Income Tax. As it may be the case within your organization that different groupings are used than the default settings, SAP provides you with the user exit EXIT_HINCF160_001 in enhancement HRINCLWF. This user exit enables you to determine the Personnel Sub Area Groupings for Tax.

To create the user exit, see the instructions below:

WARNING

You should only carry out this step if both of the following points apply:

  • The SAP standard processes do not suit your needs
  • You are a competent ABAP/4 programmer

In this step, you can implement the user exit EXIT_HINCF160_001 to determine the Personnel Sub Area Groupings for Tax in accordance with your requirements.

If you need to implement this user exit, you first create a project for the user exit, then assign the user exit to your project. Then you write the coding for the user exit, and finally activate the project.

For general information about user exits, refer to the Enhancements section in the Basis component documentation in the SAP library. In addition, there is detailed information about each user exit that you can access when you assign it to your project.

Start by creating your project:

  1. Enter a name for your project.
  2. Choose Modification -> Create.
  3. Enter a short text for your project and choose Save.

Next, assign the user exit to your project:

  1. Choose Components.
  2. Enter the name(s) of the user exits you want to implement.

Next make your coding modifications:

  1. Choose Change.
  2. Select the user exit for which you want to write code.
  3. Select the corresponding include.

The system will then prompt you to create this include, and you can continue to write your code in it.

Now activate your project:

  1. Return to the initial screen and choose Activate project.

The parameters passed for the customized logic are; Pernr, Period, Begda and Endda for which the grouping has to be found, Personnel area, Personnel subarea and the internal table P0001 (for infotype 0001 data) to identify a particular employees grouping.

The changing parameter is TXGRP. Return parameter is TXGRP with the customized changes in case you have made any.

Note

The default parameters are taken in case there are no changes.






ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 3053 Date: 20240523 Time: 215212     sap01-206 ( 52 ms )