cancel
Showing results for 
Search instead for 
Did you mean: 

Hi I am a beginner to ABAP HR .Can anybody suggest how one will write

Former Member
0 Kudos

Hi I am a beginner to ABAP HR .Can anybody suggest how one will write a program to gat SSN number from the infotype and display it.What are the infotypes used for getting SSN numbers and the various steps involved in doing that.Thanks everybody in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SSN number will be stored in infotype 0002. Read PA0002 for the current date, get the SSN number and display it.

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks everyone for the valuable contribution

Former Member
0 Kudos

you can use

HR_READ_INFOTYPE funtion module for IT0002

and

By using LDB PNP

Get Pernr

Start of selection

RP_PROVIDE

-


-


End of selection

Former Member
0 Kudos

use HR_READ_INFOTYPE funtion module for IT0002

sikindar_a
Active Contributor
0 Kudos

if u want to display it activate the feild

in the module pool programme along with the screen no

useing V_T588M screen modification