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

tutorial

Former Member
0 Likes
526

Hi

i look for tutorial on screen-exit

( i want to create screen in sap program )

Thanks

have a nice day

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
490

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
Read only

Former Member
Read only

Former Member
0 Likes
490

hi Yossi,

Check

Regards,

Santosh

Read only

0 Likes
490

Hi

thanks about the help

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

help me please

thanks

Read only

Former Member
0 Likes
491

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^