2008 May 22 12:22 PM
ranges of infotypes please
2008 May 22 12:26 PM
Hi Raghunandan,
The infotypes are grouped into different number ranges, nnnn:
0000 - 0999 Personnel Administration master data
1000 - 1999 Personnel Planning
2000 - 2999 Time Management
4000 - 4999 Recruitment
9000 - 9999 Customer-specific enhancements
***Reward points if found useful
Regards,
Naresh
2008 May 22 12:42 PM
2008 May 22 12:47 PM
Hi raghunandan,
1. The GET statement is not related to abap-hr.
2. It is more related to LDB (logical data base)
Hence, it can be used also in non-hr programs.
3. The logical database, if we use in our program,
automatically fetches the records from the table.
To read that record one by one, and process our code,
we use the event/statment GET.
regards,
amit m.
2008 May 22 12:51 PM
Hi Raghunandan,
When the GET event occurs, the tables of the declared infotypes are filled with all
the records that exist for a personnel number.
When the GET event occurs, all internal infotype tables are filled.
For Example
*Fill the data structres with infotype records
GET PERNR
***Please reward points if found useful
Regards,
Naresh
2008 May 22 1:14 PM
hey
u get various infotypes relating to hr context....
as u ve already been given the range of the infotypes.
i wud suggest u go to transaction pa30 and pa40 nd see more of teh available infotypes and thr composition.
do reward points if useful.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |