cancel
Showing results for 
Search instead for 
Did you mean: 

W4 Screen - ESS 1.0 EP 700

Former Member
0 Kudos

Hi all,

The W4 tax withholdings screen in Webdynpro (ESS 1.0 for EP7.0) has the following range of functions.

  • Number of exemptions

  • Additional Withholding

  • Tax Exemption Indicator.

The tax exemption indicator is a dropdown with certain values in it.

My question is this: If i want to remove a few options from the drop down element in the webdynpro screen, how do i do it? I checked the code and found the values are populated from a Dictionary Element (corresponding to the MODEL). So if i understand, are these values maintained in the backend? if so, where can i find it?

Regards

Ak.

PS: Points assured for good answers.

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

Goto SE11 in the backend & display the Domain 'EXEMP'. Click on the Value range & you will see the fixed values for the Tax Exemption Indicator.

~Suresh

Former Member
0 Kudos

Hi Suresh,

Thanks for the prompt reply.

I only need the changes reflected for W4 With holding tax (US). So, will removing 3 of the 4 available values (in my scenario) available have side effects elsewhere?

Regards,

Arun.

suresh_datti
Active Contributor
0 Kudos

It depends.. You can do a Where Used List on the domain & find out what all Programs get affected by the change.. You might want to see if this can be accomplished in the front-end ie with changes to the Java code..

~Suresh