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

PA30-Function Module

Former Member
0 Likes
1,640

Hi SAP Technical Guru,

i need function module for PA30, which retrieve all the infotypes like actions, organizational assignment,personal data,addresses,bank details,family member/dependents,challenge,internal medical service, maternity protection/parental leave.

PLS kindly give me function modules should give all fields from all infotypes as abovementioned.

regards,

5 REPLIES 5
Read only

Former Member
0 Likes
1,202

HI Aswini,

As far as my knowledge there is no function module to retrieve all the data for all or some infotypes.

i thnk use the logical database.

Read only

Former Member
0 Likes
1,202

Hi ashwini,

1. The FM

HR_READ_INFOTYPE

can be used to read almost all kind of infotypes.

regards,

amit m.

Read only

0 Likes
1,202

hi, thanks for answer.

i need function module which retrieve all fields from all infotypes.

perticular employee(Ex emp no:1000) all details(fields) it should retrieve from all infotypes.

PLS suggest me on this

Read only

0 Likes
1,202

Hi again,

1. There is no ONE fm which will retrieve ALL infotypes data

with all fields in one shot.

2. The reason is that all infotypes have different fields.

3. To do this, u may have to call this FM

more than once , (for each infotype - one time)

and get the data in different structures/itabs P0001, P0002, P0006 etc.

regards,

amit m.

Read only

0 Likes
1,202

hi,

i have hecked FM hr_read_infotype, it doesn't retrieves all the field values for perticular infotype.

PLS suggest me how to use .

regards,