Application Development 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: 

HRHAP00_ADD_HEADER Badi implementation

Former Member
0 Kudos

Hi,

My requirement is to implement the standard BADI 'HRHAP00_ADD_HEADER' for bringing additional fields 'PERNR' and 'PLANS' (text) along with the fields (ORGEH, PERSA, BTRTL, PERSG, PERSK) which are automatically displayed in the appraisal template.

So, i have implemented this std BADI. When i checked the method GET_ADD_HEADER_DATA, the BAPI 'HRHAP_ADD_HEADER_DATA_1' is used and the output of this BAPI is passed to the output internal table which brings the fields ORGEH, PERSA, BTRTL, PERSG, PERSK.

Can someone tell me what is the logic to be used for fetching PERNR and PLANS along with other fields?

Edited by: Shanthi on May 17, 2011 1:59 PM

1 REPLY 1

OttoGold
Active Contributor
0 Kudos

Hi, I had similar questions and very little experience with the topic.

I learnt the hard way and wrote a blog about it here:

Would be cool to know that it helps people and nobody has to reinvent the wheel again:))

Cheers Otto