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: 

IW38 Hiding custom button

Former Member
0 Kudos

Hi,

I added a custom button on IW38 using BADI_EAM_RIAUFK20_FCODE_CUS1. It is working fine.

But when I switch to display mode, I want to hide this button like release/complete buttons. How to achieve this.

Thanks,

Chandra.

4 REPLIES 4

former_member182915
Active Contributor
0 Kudos

hi,

Just identify what is you t-code ie display or change or edit.

in pbo screen

loop at screen

if screen name <>

screen-active = 0.

screen-invisible = 1.

modify screen

endif.

endloop.

Hope this help you

Swadhin

0 Kudos

Swadhin, I'm asking about standard TCode, not a custom one. and that to button in application tool bar. So we need to do something in PF status.

Hope we could do implicit enhancement, But I am looking any configuration or kind of thing.

0 Kudos

Looks informative. But for program RIAUFK20, include - MIOLXF14, implicit enhancement is not possible.

Even if I copy the standard PF status to Z, where can i give this ?