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

Implement Badi HRHAP00_SMARTFORMS

Former Member
0 Likes
623

Hi All,

I am new in ABAP, I want to implement this BADI HRHAP00_SMARTFORMS to enable print the Appraisal.

Can you please tell me the step to implement the BADI.

Thanks.

Edited by: Rashi on Feb 2, 2009 9:50 AM

3 REPLIES 3
Read only

Former Member
0 Likes
564

Hi Rashi,

BADI HRHAP00_SMARTFORMS is implemented using fn module HRHAP_DOCUMENT_GET_DETAIL to get the field values of the stored document.When you register the BAdI implementation (via oohap_basic), make it available on the category level then it will be available for selection as print layout.

On pressing print later on in the appraisal document we check which implementation is selected to handle printing for the template the document is based on.

For more on BADI implementation, Refer the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/3e/0e1089c24611d1ad09080009b0fb56/frameset.htm

Hope this will help you....

Read only

0 Likes
564

Hi Rajeev,

Thanks for your reply, can you please help me to implement BADI.

Badi HRHAP00_SMARTFORMS already having two standard implementation.

HRHAP00_SMARTFORMS01 and

HRHAP00_SMARTFORMS02 and both are active.

Do I need to create new implementation? Or can I use the standard one for enable the Print functionality

Thanks

Read only

Former Member
0 Likes
564

my self