2008 Feb 18 11:13 AM
Hi All,
i want to incorporate the functionality of adding a checkbox and a dropdown in the SAP screen of infotype 0002(Personnel Data) in ABAP-HR . For this i am looking for a user Exit where i can write the code for incorporating this functionality. Can anybody tell me how can i find the user exit in the infotype 0002 SAP screen.
Thanks,
Rupesh
2008 Feb 18 12:16 PM
Hi Rupesh,
Rather than trying to find a screen exit, SAP provides the option of enhancing the infotype.
One of the aspects of infotype enhancement (from transaction PM01) is creation of a subscreen in the single screen space.
Subscreen has its place @ the bottom of the single screen.
In this subscreen you can add your two fields and program their flow logic also as you like.
PLease check more documentation on infotype enhancement and PM01 transaction in help.sap.com as well as throughout this SDN forum.
Cheers,
Aditya
2008 Feb 18 12:16 PM
Hi Rupesh,
Rather than trying to find a screen exit, SAP provides the option of enhancing the infotype.
One of the aspects of infotype enhancement (from transaction PM01) is creation of a subscreen in the single screen space.
Subscreen has its place @ the bottom of the single screen.
In this subscreen you can add your two fields and program their flow logic also as you like.
PLease check more documentation on infotype enhancement and PM01 transaction in help.sap.com as well as throughout this SDN forum.
Cheers,
Aditya