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

Deactivating screen exit during run-time

Former Member
0 Likes
1,017

Hi,

Is it possible to deactivate screen exit during enhancement ?

In my case I'd like to disable Enhancement tab on transaction IW32, IW33 during run-time. Because of some conditions I want to disable Enhancement tab, which is acctualy screen exit.

How can I do that ?

It is customer exit. We are talking about Enhancement tab / screen 0900 function group XWOC /. It is for customer fields on IW32, IW33 etc.

I'd like to disable that tab if we have specific WO type.

Hi,

Is it possible to deactivate screen exit during enhancement ?

In my case I'd like to disable Enhancement tab on transaction IW32, IW33 during run-time. Because of some conditions I want to disable Enhancement tab, which is acctualy screen exit.

How can I do that ?

It is customer exit. We are talking about Enhancement tab / screen 0900 function group XWOC /. It is for customer fields on IW32, IW33 etc.

I'd like to disable that tab if we have specific WO type.

3 REPLIES 3
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
815

What have you tried so far? Not sure I understand what is the specific technical challenge...

Read only

rgore
Product and Topic Expert
Product and Topic Expert
0 Likes
815

I dont think there is way to disable the screen exit because even if you want to write the code to deactivate the project, the code must be written in the same customer exit which is in the CMOD project.

The best way is to make the fields in those tabs to read-only or hidden based on your condition.

Thanks & Regards,

Rakshith Gore

Read only

Former Member
0 Likes
815

Hi Experts,

could you please help on this, i need screen exits only for few order types and not for others. If i implement the screen exit and then it will start appearing all the order types. How do i control the enhacement tab to be appear only for particular order types.