2007 Jan 10 1:26 PM
Hi,
I would like to know what difference it would make to use ordinary select statements(instead of provide-endprovide) in an HR ABAP program that does not need to use logical databases.
Thanks in advance!
Regards,
Nejuma Iqbal
2007 Jan 10 1:35 PM
Hai Iqbal
Go through the following Links
Refer the following links :
http://www.sapfans.com/forums/viewtopic.php?p=498530&sid=d7ec5866e3fb26880da129de45ce79de
http://www.sapcookbook.com/preview_hr_questions.htm
http://www.atomhr.com/library_full.htm
http://www.sapdevelopment.co.uk/hr/hrhome.htm
http://www.planetsap.com/hr_abap_main_page.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983590,00.html
Regards
Sreeni
2007 Jan 10 1:35 PM
Hai Iqbal
Go through the following Links
Refer the following links :
http://www.sapfans.com/forums/viewtopic.php?p=498530&sid=d7ec5866e3fb26880da129de45ce79de
http://www.sapcookbook.com/preview_hr_questions.htm
http://www.atomhr.com/library_full.htm
http://www.sapdevelopment.co.uk/hr/hrhome.htm
http://www.planetsap.com/hr_abap_main_page.htm
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci983590,00.html
Regards
Sreeni
2007 Jan 10 2:06 PM
If you don't need to use Logical Databases, you can access the PAXXXX tables with simple selects -:)
Greetings,
Blag.
2007 Jan 10 2:31 PM
Hi,
There is nothing much difference in using a Select or Provide statments, the major difference is that the complexity of using the statment reduces with respect to normal select, and usage of dates like ennda and begda fields, we can write code within the provide statement, which is not adviceable in normal select.
regards,
Aravind