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

Selecting the PD Infotypes

Former Member
0 Likes
774

Hi,

I just have a quick question.

To select all the PA / PB infotypes, i can use the table T582a. But, what table should i use to select the PD Infotypes? Or is there no table at all?

Thanks in advance!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
721

I'm not realy looking for the transaction codes.

I have to transfer data from one system to another. The user can select what data he wants to transfer and this what infotypes he wants to transfer.

To let him do that, i need a list with all the possible infotypes from PA, PB and PD. Like i said, i know how to select the infotypes from PA and PB but not from PD, since they are not in the same table.

Hi,

I just have a quick question.

To select all the PA / PB infotypes, i can use the table T582a. But, what table should i use to select the PD Infotypes? Or is there no table at all?

Thanks in advance!

4 REPLIES 4
Read only

Former Member
0 Likes
721

hi ,

i think it is not correct . i am not sure .

Applicant Infotype is used for Applicant related data

ex. all tables related with pb* or pb0000

transaction codes for APPLICANT = pb30, pb40

Employee Infotype is used for Employee related data

ex. all tables related with pa*or pa0000

transaction codes for employee = pa30, pa40

regards,

venkat.

Read only

Former Member
0 Likes
722

I'm not realy looking for the transaction codes.

I have to transfer data from one system to another. The user can select what data he wants to transfer and this what infotypes he wants to transfer.

To let him do that, i need a list with all the possible infotypes from PA, PB and PD. Like i said, i know how to select the infotypes from PA and PB but not from PD, since they are not in the same table.

Read only

0 Likes
721

Hi Ben,

For PD infotypes you need to use table T777T.

Regards,

Shrinivas

Read only

Former Member
0 Likes
721

Thanks for the help!