‎2006 Sep 19 11:07 AM
Hi,
Can any body please give me the step by step procedure how to implement the screen exits?I am very thankful if some one gives the screen shots also.I know what's meant by screen exit and how to find that also,but I need some on how to implement that.
Thanks&Regards
Mahesh
‎2006 Sep 19 11:12 AM
HI,
go through the following link have all steps of screen exit implementation.
http://www.sapbrain.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html
Regards,
‎2006 Sep 19 11:18 AM
Hi HRA,
Thanks for ur quick response but I am not getting any info in that site.
‎2006 Sep 19 11:19 AM
Hi,
Please visit the following links,
www.sappoint.com/abap/userexit.pdf
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://help.sap.com/saphelp_nw04/helpdata/en/c8/19763443b111d1896f0000e8322d00/content.htm
Please reward points.
‎2006 Sep 19 11:23 AM
use to add screen to standard programqtransction
for example : we want to add subscreen
for item in me22n .
goto transction -> cmod -> create project
now add Enhancement ( for example 'MM06E005')
in the componennt you will see screen exit
you can choose the one that you need ,
in our case 111 , and now you have to implement .
also you have to add structure ci_ekpodb to ekpo
and open
EXIT_SAPMM06E_016 - pbo
EXIT_SAPMM06E_018 - pai
this is for now ,
if you have particular question ask for ,
for example its enough.
‎2006 Sep 19 11:24 AM
Hi,
See the below PDF file which is having all the exits, you can find the SCREEN-EXITS, copy and paste the link to get the PDF file
http://www.sappoint.com/abap/userexit.pdf#search=%22ABAP%20%2B%20Implement%20Screen%20Exit%22
Below link is having a program which gives you the Screen exits for a T.code
http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm
Regards
Sudheer
‎2006 Sep 19 12:12 PM