2008 Jul 16 10:52 AM
Hi Experts,
I am very very new to HR, Currently I need to do some enhancements.
How or what is the BADI for infotype 0759? I need to enhance this infotype by adding additional fields. After that, the additional fields will be populated automatically via BADI.. so, may i know which BADI is using this infotype? which program should i find to put a breakpoint and see the badi?
your guidance and help is most appreciated.
thank you.
Putra
2008 Jul 16 11:01 AM
To add new fields in HR infotype use transaction PM01
and in transaction smod enhancement PBAS0001
there are functions module for PBO/PAI.
2008 Jul 16 11:59 AM
Hi
To find a BADI for any tcode, goto SE37 and open this func module, SXV_GET_CLIF_BY_NAME. Inside this func module, der is 1 more func module, put a break point on it and run the tcode for which u want to search a BADI. if it stops at that func module, in debugger, double click on nmae parameter and it will give you the BADI name for that tcode. if it contains more than 1 BADI, it will keep showing u the names if u press F8.
Reward if useful
Regards
Sabah...
2008 Jul 16 7:21 PM
Hi
for your requirement youcan use badi HRPAD00INFTY (before_output-method)
Regards,
Shrinivas
2008 Jul 17 4:46 AM
Hi,
Thanks for your response, however i dont understand on how to use the BAdI. any step by step on how to use it? thanks
2008 Jul 17 5:06 AM
Hi Putra,
Please check this link
http://www.saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm
http://www.saptechnical.com/Tutorials/ExitsBADIs/MultipleUse/page1.htm
http://www.saptechnical.com/Tutorials/ExitsBADIs/DefineBADI/page1.htm
http://www.saptechnical.com/Tutorials/ExitsBADIs/ImplementBADI/page1.htm
Best regards,
raam