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

Screen Enhancement

Former Member
0 Likes
603

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
549

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

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

1 REPLY 1
Read only

Former Member
0 Likes
550

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