cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit in Infotype 0024 (Appraisals)?

Former Member
0 Kudos

Hi,

I'm an ABAPer and I've been asked to find out if there are any user exits on the 0024 create screen? We want to add in some tick boxes.

I've searched SPRO and nothing jumps out at me, could anyone point me in the right direction?

Thanks,

Gill

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi gill,

Actually your requirement can be fulfilled with "Enhancing Standard Infotype".I think user exit is not at all required.Check the following link:-

https://wiki.sdn.sap.com/wiki/x/GIGrAg

-Goodluck,

Bhumika

Former Member
0 Kudos

Hai..

There is only two userexit for all the infotypes enhanchment

that is PBAS0001 and PBAS0002 , you can add code if it is PBO in the function exit EXIT_SAPFP50M_001

and for the PAI in the exit EXIT_SAPFP50M_002.

here initially check the infotype number do the coding as needed

regards.

M.Rajasekar.