Application Development and Automation 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: 
Read only

Personal number master

Former Member
0 Likes
546

Hi,

Can any one please tell me the SAP Master table for Personal Number and also please tell me the data element which can be used in the program which has check table.

Regards,

lakshmi.

Hi,

Can any one please tell me the SAP Master table for Personal Number and also please tell me the data element which can be used in the program which has check table.

Regards,

lakshmi.

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
520

hi Lakshmi,

it is table PA0001, the field is PERNR. Data elements don't have check tables (only table fields have)

hope this helps

ec

Read only

0 Likes
520

Hi ,

I mean a data element which is having domain with value table , so that when we use the data element in the program for a parameter we can get F4 help by default.

I need such type of data element for Personal Number.

Reards,

lakshmi.

Read only

0 Likes
520

enter in your program:

PARAMETERS : p_pernr TYPE pa0001-pernr.

Read only

Former Member
0 Likes
520

hi

good

check with RP50G structure,

thanks

mrutyun^