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

Table used for saving, APPCREATE tcode.

Former Member
0 Likes
563

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
511

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

3 REPLIES 3
Read only

Former Member
0 Likes
512

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

Read only

Former Member
0 Likes
511

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.

Read only

Former Member
0 Likes
511

closed