Application Development 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: 

Screen exit

Former Member
0 Kudos
98

Hi

I look for example or tutorial on screen-exit

i mean to insert button or table to sap standard

thanks

have a nice day

1 ACCEPTED SOLUTION

Former Member
0 Kudos
76

Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic

Check out this link

http://www.sap-img.com/abap/what-is-user-exits.htm

http://www.sapgenie.com/abap/fieldexits.htm

Regards

Vivek

  • award points for all the useful answers

<b>To find screen exit</b>

http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm

2 REPLIES 2

Former Member
0 Kudos
77

Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic

Check out this link

http://www.sap-img.com/abap/what-is-user-exits.htm

http://www.sapgenie.com/abap/fieldexits.htm

Regards

Vivek

  • award points for all the useful answers

<b>To find screen exit</b>

http://www.sap-basis-abap.com/abap/how-to-find-a-screen-exit-in-a-given-sap-standard-t-code.htm

LeonardoAraujo
Active Contributor
0 Kudos
76

Which screen are you talking about? Which transaction and program?

The answer is very transaction based.

Not all provide screen-exits.

Leonardo De Araujo.