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

exits

Former Member
0 Likes
461

Where can we write the code for the updations and data retrival if we r working with stnd. screen exits..?

Kindly help me in this regard.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
437

Hi,

Visit [Implement a screen exit to a standard SAP transaction|http://it.toolbox.com/wiki/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction].

Regards,

Srilatha.

2 REPLIES 2
Read only

Former Member
0 Likes
437

Can you be a little more specific.

You will write the code in the include of the exit. If you know the exit you want to use and you create a project for it in CMOD. Then in the exit, there will be an INCLUDE Z-----. double click on that include and it will ask you to create it.

Then you can write all your codes there.

Hope that is what you wanted

Read only

Former Member
0 Likes
438

Hi,

Visit [Implement a screen exit to a standard SAP transaction|http://it.toolbox.com/wiki/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction].

Regards,

Srilatha.