Application Development 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: 

HR ABAP

Former Member
0 Kudos
131

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

1 ACCEPTED SOLUTION
3 REPLIES 3

0 Kudos
105

If you don't need to use Logical Databases, you can access the PAXXXX tables with simple selects -:)

Greetings,

Blag.

Former Member
0 Kudos
105

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