Application Development and Automation 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: 
Read only

Get Objec - what tables

Former Member
0 Likes
742

Hi,

From what tables are taken data when is processed the code?



get objec.

I suppose, reading other posts, that main table is hrp1000.

Is it right?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
522

Hi Tony,

Get OBJEC is the event used to fetch data when u r using Logical database PCH.

Whatever infotypes u mention under Infotypes keyword, all the corresponding tables will be filled as soon as GET OBJEC is triggered. If u want to understand how PCH works just goto Tcode SE36->type PCH->Display and click on SOURCE CODE on the application toolbar to see the code.

Check this and get back to me incase of any queries.

Dont forget to reward points if found useful.

Thanks,

Satyesh

3 REPLIES 3
Read only

Former Member
0 Likes
523

Hi Tony,

Get OBJEC is the event used to fetch data when u r using Logical database PCH.

Whatever infotypes u mention under Infotypes keyword, all the corresponding tables will be filled as soon as GET OBJEC is triggered. If u want to understand how PCH works just goto Tcode SE36->type PCH->Display and click on SOURCE CODE on the application toolbar to see the code.

Check this and get back to me incase of any queries.

Dont forget to reward points if found useful.

Thanks,

Satyesh

Read only

0 Likes
522

Ok thanks.

So you're saying that the GET statement fills infotype tables ONLY if i declare it under the INFOTYPE statement?

Read only

0 Likes
522

it considers HRP1001