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: 

tutorial

Former Member
0 Kudos

Hi

i look for tutorial on screen-exit

( i want to create screen in sap program )

Thanks

have a nice day

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi

good

An example of a user exits :-

MODULE user_exit_0001 INPUT

CASE okcode.

WHEN 'BACK OR EXIT'.

CASE sy-dynnr.

WHEN '100'.

SET SCREEN 0.

LEAVE SCREEN.

WHEN '200'.

        • Note that you can write any code that satisfy your needs. ****

        • But in this case, this was wrote as a sample code for reference sake. ****

        • And you can test it. ****

SET SCREEN 100.

LEAVE SCREEN.

ENDCASE.

ENDCASE.

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

thanks

mrutyun^

4 REPLIES 4

Former Member
0 Kudos

hi Yossi,

Check

Regards,

Santosh

0 Kudos

Hi

thanks about the help

but i look for real example how to insert new screen or new field

help me please

thanks

Former Member
0 Kudos

hi

good

An example of a user exits :-

MODULE user_exit_0001 INPUT

CASE okcode.

WHEN 'BACK OR EXIT'.

CASE sy-dynnr.

WHEN '100'.

SET SCREEN 0.

LEAVE SCREEN.

WHEN '200'.

        • Note that you can write any code that satisfy your needs. ****

        • But in this case, this was wrote as a sample code for reference sake. ****

        • And you can test it. ****

SET SCREEN 100.

LEAVE SCREEN.

ENDCASE.

ENDCASE.

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

thanks

mrutyun^