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

Enhancement for T-Code PHAP_CREATE_PA

Former Member
0 Likes
405

Hi,

I am using T-Code PHAP_CREATE_PA to create an appraisal document. Is there any way to give message so that whenever i exit the t-code i can warn the user about the status of the appraisal document.

1 ACCEPTED SOLUTION
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
350

It uses function module HRHAP_SHOW_DOCUMENT in which one option is you go for implicit enhancement if nothing available but i can see various badi's also avaialble but could not test them on my system.

Also check if HRHAP00_DOC_PREPARE badi is of any help

search with HRHAP00* in se18 you will see lot of BADI's use suitable one as per your requirement.

Nabheet

Hi,

I am using T-Code PHAP_CREATE_PA to create an appraisal document. Is there any way to give message so that whenever i exit the t-code i can warn the user about the status of the appraisal document.

1 REPLY 1
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
351

It uses function module HRHAP_SHOW_DOCUMENT in which one option is you go for implicit enhancement if nothing available but i can see various badi's also avaialble but could not test them on my system.

Also check if HRHAP00_DOC_PREPARE badi is of any help

search with HRHAP00* in se18 you will see lot of BADI's use suitable one as per your requirement.

Nabheet