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

Screen exit deletion

Former Member
0 Likes
669

Hi Experts,

I created a sub screen with number '1000', and i assigned it to the screen exit, for transaction 'EEDMIDESERVPROV01' but in the screen exit for this the pai and and pbo modules not working, the include ZXSERVPROVZZZ not triggering with that transaction, because of screen '1000' its not working or else, i am unable understand.

if we want to delete this screen exit how can we delete. existing screen.

i have seen that when we assign a screen it will generate code in standard function group for that screen, if we delete exit project also the code will delete from the standard function group, how resolve this problem.

could any body please provide solution, how can i do the screen exit.

Regards,

Sivakumar.

Edited by: siva reddy on Jul 18, 2008 4:53 PM

Hi Experts,

I created a sub screen with number '1000', and i assigned it to the screen exit, for transaction 'EEDMIDESERVPROV01' but in the screen exit for this the pai and and pbo modules not working, the include ZXSERVPROVZZZ not triggering with that transaction, because of screen '1000' its not working or else, i am unable understand.

if we want to delete this screen exit how can we delete. existing screen.

i have seen that when we assign a screen it will generate code in standard function group for that screen, if we delete exit project also the code will delete from the standard function group, how resolve this problem.

could any body please provide solution, how can i do the screen exit.

Regards,

Sivakumar.

Edited by: siva reddy on Jul 18, 2008 4:53 PM

2 REPLIES 2
Read only

Former Member
0 Likes
565

Hi,

First if you dont want the screen exit to work, inactive the particular enhancement....

if at all u want to delete the Screen itself, the go to se41 and delete it accordingly....

please let me know if it solved ur issue or you need more info on this....

thanks,

Vishnu.

Read only

Former Member
0 Likes
565

Hi Siva Reddy,

For developing a screen exit you will be creating a project in CMOD or you will creating it through SPRO.

For every exit that you are implementing, it will definitely consists of function module exits. I mean if you are going for implementing screen exits then you will be provided some screen areas. So directly from the components tab you can find all these things. When you click on the necessary screen area then it will take into SE51 and there in the PBO and PAI you can implement the code.

In some cases when you dont find any screen areas then you will be going through SPRO configuration. You can implement through BAdi also. You can create your own subscreens as per your requirement.

You are saying you are not able to find the screen 1000 in your transaction. You once check whether it is activated or not first.

Still you find any more doubts there you go to SE51 and check whether the screen 1000 is activated or not, if so go to flow logic and activate all the modules. If you find inconsistency again then you delete the screen there itself in SE51.

Then you deactivate your project first and check and then check it once again.

Cheers,

Swamy Kunche