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

IW38 Hiding custom button

Former Member
0 Likes
1,157

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.

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
Read only

SwadhinGhatuary
Active Contributor
0 Likes
934

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

Read only

0 Likes
934

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.

Read only

0 Likes
934

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 ?