‎2008 Aug 20 8:14 AM
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,
‎2008 Aug 20 8:18 AM
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.
‎2008 Aug 20 8:18 AM
Hi ashwini,
1. The FM
HR_READ_INFOTYPE
can be used to read almost all kind of infotypes.
regards,
amit m.
‎2008 Aug 20 8:26 AM
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
‎2008 Aug 20 8:29 AM
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.
‎2008 Aug 20 9:50 AM
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,