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: 

ME21N remove customer subscreen in some cases (BSART)

Former Member
0 Kudos

Hello,

I have a requiremente to hide a tab (Screen 101) in ME21N when a certain value for BSART occurs.

Is this possible?

Thanks.

2 REPLIES 2

Former Member
0 Kudos

Hi,

In the PBO of your screen 101, set the value of SCREEN-ACTIVE to 0 by looping at all the fields in the screen.

Place an if condition for the condition types that you want your customer subscreen to be hidden before the loop.

This will hide all your fields of the screen which eventually hides your customer subscreen tab for the condition types that you have mentioned in the if statement.

Hope this helps.

Regards,

Ravi.

0 Kudos

Hi Ravi,

I tried your solution to hide the screen 111, but it doesn't work.

¿Another suggest?

Regards,

Romeo