‎2008 Aug 22 1:34 PM
Dear All,
In which table the appraisal data is storing employee wise.
for the Tcode APPCREATE.
with emp number , start and end date and rating etc. or if u r having any link between table please tell me.
Please reply as early as possible.
Thanks& Regards,
Sanket.
‎2008 Aug 25 5:18 AM
Hi Senket,
Appraisal data will be stored in Transperent table PA0025
And for the T-code APPCREATE u can find the details in the structure HRPE_APPRAISEES..
And now try to find out in which table this structure is used.
Regard
Anees
‎2008 Aug 25 5:18 AM
Hi Senket,
Appraisal data will be stored in Transperent table PA0025
And for the T-code APPCREATE u can find the details in the structure HRPE_APPRAISEES..
And now try to find out in which table this structure is used.
Regard
Anees
‎2008 Aug 25 6:03 AM
Hi Sanket,
Better way i`ll tell you how to find the database tables.
Goto the transaction.
Get the program name.
SYSTEM ---> STATUS ---> PROGRAM(GUI)
The program name for this transaction SAPLRHPA_SHOW.
Copy this program name.
Goto SE38. Open this program.
Get the package name.
GOTO ---> ATTRIBUTES ---> PACKAGE
The package for this program is PPAP.
Copy the package name.
Goto to SE80 or Click on Display Object List(CtrlShiftF5) button which is on the toolbar.
Select package and open the package name.
You will get the list of business engeneering, dict.objs, class library, programs etc.
Goto Dict.objects ---> Database tables.
All the tables related to this transaction are given here.
Use these steps to find the tables, programs, function grps etc
whenever required.
Hope this solves your problem.
Thanks,
Darpana.
‎2009 Mar 08 2:28 PM