Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

HR - PA20/30 other screens - Hide SSN field

Former Member
0 Kudos

Hi,

We are on 4.6C.

We need to hide SSN from being displayed in on all our HR screen like PA20/PA30 etc.

How can we do this?

Thanks

Mala

7 REPLIES 7

suresh_datti
Active Contributor
0 Kudos

Hi,

You have to do it for each infotype that uses the SSN field. PL use transaction SM31 & maintain the View V_T588M for the desired Infotype Screen control.

Regards,

Suresh Datti

Former Member
0 Kudos

Hi Suresh,

We tried to use the view and hide the SSN.(using SM31-view v_t588M)

THe SSN field is used in all info type screen display - This is like a sub screen that SAP calls dynamically.

We are unable to suppress this field for every infotype.

If you can let us know with an an example for say

info type 1, then it will be of great help.

Appreciate your quick response.

Thanks

Mala

0 Kudos

Hi Mala,

Infotype Headers are deifned in T588I & T588J & assigned individually to each infotype in T582A. I think you can use the available header modifier '13' to hide SSN from the Header. If not, you can always create one that suits your needs.

Reagards,

Suresh Datti

Former Member
0 Kudos

You will have to do a CMOD and write a PBO exit for INfty 2. Use enhancement PBAS0001, then function exit EXIT_SAPFP50M_001 which then lets you create a new PBO include ZXPADU01.

Or the new way is to write a BADI using SE19 which will give you the same results.

Former Member
0 Kudos

Hi ,

Thanks to all of you.

I was able to accomplish the masking of SSN.

The following link also gives the step by step procedure

that can be done using SPRO.

http://www.saphr-robinette.com/Tips3.html

Thanks

Mala

Former Member
0 Kudos

HI,

Based on the user-exit procedure u can hide the SSN field..

If u have any calrification futher, i will send sample code ..

Navin.

0 Kudos

Hi Naveen ..

Can u send me the sample code to supress the SSN filed in the infotype using the user-exit procedure.

rishabh1287@yahoo.co.in

Regards .

Rishabh