cancel
Showing results for 
Search instead for 
Did you mean: 

How to display Appraisal Document Template

Former Member
0 Kudos

Hi,

I created an ABAP program which display ALV data of <b>already approved</b> appraisal template with column like Employee, Appraisal date and Appraisal (PDD) Template.

Now, I want to view (display) Appraisal (PDD) template and can print out it from there. <b>But my problem is that how to view it in SAP, is there any Class, Function module or BAPI exist to display Appraisal template?</b>

Example:

-


<b>Employee | Appraisal date | Appraisal Template</b>

-


Test | 11.12.2006 | <b>PDD 2006 - Employee excl. salary (7)</b>

Test | 11.12.2006 | <b>PDD 2006 - Manager incl. salary (7)</b>

-


( I mean when user double click on Appraisal document template it should be display and can print out it ).

Please, look into this, it's very urgent matter !!

Any kind of help is always welcome !!

Thanks & Regards,

Ashish Mehta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please see below mention BAPI's

BAPI_APPRAISAL_CHANGE Change appraisals

BAPI_APPRAISAL_CREATE Create appraisals

BAPI_APPRAISAL_DELETE Delete appraisals

BAPI_APPRAISAL_GETDETAIL Read appraisal

BAPI_APPRAISAL_GETLIST Display appraisals

BAPI_APPRAISAL_STATUS_CHANGE Change appraisal status

BAPI_APPRAISAL_MODEL_GETDETAIL

BAPI_APPRAISAL_MODEL_GETLIST

BAPI_APPRAISAL_SCALE_GETDETAIL

thanks

rama

Former Member
0 Kudos

Hi Rama,

All these BAPIs are to view appraisal related data. Not for Appraisal Document Template.

My question is how to view <b>Appraisal Document Template</b> from SAP, like as I can view it from Enterprise Portal?

Thanks & Regards,

Ashish Mehta

Answers (0)