‎2009 Jan 30 9:25 AM
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
‎2009 Feb 02 10:07 AM
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....
‎2009 Feb 04 1:06 PM
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
‎2009 Apr 30 12:41 PM