2007 Apr 19 4:28 PM
Hi All,
why we are using LDB'S in HR ABAP PRG..
and use of END-OF-SELECTION.
reply soon plz.........
regards,
vijay.
2007 Apr 19 4:30 PM
Hi,
Using of ldb, its pick up the required data. End-of-selection is like end of loop.
Regards,
Bhaskar
2007 Apr 19 4:31 PM
LDBs are used in other modules but more frequently used in hr programming.
This would relieve the programmer from writing cumbersome selects on the tables which would have many conditions if he were to write a select on his own.
REgards,
Ravi
2007 Apr 19 4:32 PM
It is a matter of choice.. using LDB will give you the option of in-built Authn Checks & a host Std Selection screens.. you can also easily buil;d a custom sele screen too.
the END-OF-SELECTION is similar to an ENDSELECT.. it closes the GET PERNR loop.. ie The Infotype records of each person are available between the GET PERNR & END-OF-SELECTION statements.
~Suresh