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

BAPI to Upload data in Infotype 0025

Former Member
0 Likes
1,240

Hi All,

I have a requirements to call a RFC which could upload data in infotype 0025. Can you please let me know if there is a BAPI for this. If this is not there then how can we achive this..

Regards,

Vidya.

1 ACCEPTED SOLUTION
Read only

former_member632729
Contributor
0 Likes
1,107

Hi dude,

BAPI for 0025 -> BAPI_APPRAISAL_CREATE

Hi All,

I have a requirements to call a RFC which could upload data in infotype 0025. Can you please let me know if there is a BAPI for this. If this is not there then how can we achive this..

Regards,

Vidya.

6 REPLIES 6
Read only

Former Member
0 Likes
1,107

Hi Vidya ,

i dont think we have a BAPI to upload Infotypes ( may be i'm wrong ,lets wait for experts), meanwhile what u can do is create a RFC fm in which u can call FM HR_INFOTYPE_OPERATION which does the same thing.

see the documentation of that FM HR_INFOTYPE_OPERATION.

regards

Prabhu

Read only

former_member632729
Contributor
0 Likes
1,108

Hi dude,

BAPI for 0025 -> BAPI_APPRAISAL_CREATE

Read only

Former Member
0 Likes
1,107

use FM HR_INFOTYPE_OPERATION or HR_MAINTAIN_MASTERDATA to upload data ..

Read only

Former Member
0 Likes
1,107

Dear Vidya,

This upload could not be performed by BDC recording. You will have to make use of around four Appraisal BAPI's to create an entry in Infotype 25(Appraisals). I had the same scenario of uploading appraisal data here at NBP(National Bank of Pakistan). Here is the link for the article i wrote,covering this topic in depth,along with the complete solution:

http://scn.sap.com/docs/DOC-32084

If you like this article,kindly flag it as a 'Correct Answer.

Regards,

Fahad

Read only

0 Likes
1,107

Hi Fahad,

I need your help regarding the appraisal for multiple employees; I have a scenario at hand where the client wants to conduct the appraisal for multiple employees instead of individual employees; I tried selecting multiple employees as appraisees but as per teh standard settings system allocates the same rating to all the employees when we complete the appraisal.

Is there any way that we can give different ratings to different employees in bulk? secondly is there a way to upload this data in infotype 0025 through standard LSMW upload? If yes, then is it possible to compensate employees via compensation management on the basis of rating awarded earlier?

I would appreciate if you can help me with this scenario

Regards

Read only

0 Likes
1,107

Hi Ahmad,

Have you tried the program in this link:

http://scn.sap.com/docs/DOC-32084

Here you can assign different ratings for each employee based on the data in the appraisee's internal table 'it_appraisees' in this program. If the same rating is being applied to all selected employees than are you using Fast entry to appraise them manually?.

Upload via the BDC recording route failed when i tried,there fore i came up with this solution based on BAPI's,therefore it won't be possible to upload data in Infotype 0025 with LSMW.

Here is a useful link on Infotype 0025 on SAP's help portal:

Appraisals (Infotype 0025) - Infotypen für Personaladministration und -abrechnung - SAP Library

Regards,

Fahad