‎2008 May 27 6:28 AM
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?
‎2008 May 27 6:42 AM
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
‎2008 May 27 6:42 AM
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
‎2008 May 27 8:42 AM
Ok thanks.
So you're saying that the GET statement fills infotype tables ONLY if i declare it under the INFOTYPE statement?
‎2008 May 27 8:44 AM