cancel
Showing results for 
Search instead for 
Did you mean: 

Hide a Plant

Former Member
0 Kudos

Hi to all,

I have 5 plant 001,002,003,004,005.

I need to hide plants 001 and 002 from the possibility to choose in MM01 transaction.

I have not to delete these plants but only hide.

Can anyone suggest me a solution?

Accepted Solutions (0)

Answers (2)

Answers (2)

raghug
Active Contributor
0 Kudos

I don't think there is any solution in customizing short of actually deleting the plants.

former_member196331
Active Contributor
0 Kudos

I hope From F4, You want to hide, If yes,
After pressing the F4, Before displaying the F4 Selection Screen, the values are going to save in one particular table,
You need to Check it, using Debugging, you need to remove it.From that Internal table. Then it wont show it in the F4_seleciton
nothing will happen , if you delete the values. But you need to apply it for only mm01 like.

If sy-tcode eq 'mm01'.

endif.

Create enhancement point for writing the code.

Hope you understood.

Former Member
0 Kudos

Thanks for your reply.

But there isn't something in customizing to do this without modify abap code?

former_member196331
Active Contributor
0 Kudos

I hope There is no solution, (if it's wrong wait for expert solution).
You need to modify the data. I had applied 2 to 4 times i used the same solution.I got the result.
Is there any Functional side possible check it. I don't have knowledge on functional side.