cancel
Showing results for 
Search instead for 
Did you mean: 

How do we switch off the Reject button

Former Member
0 Kudos

We would like to switch off the option for the supplier to reject a PO in the PO Details screen. Currently if we reject a line, the PO line is getting deleted in ECC. The IDOC ORDRSP-ORDERS05 is sent to ECC which is cancelling the PO line (ACTION = 003).

We want to make the Reject button inactive in SNC.

Thanks for your help.

Soumen

Accepted Solutions (0)

Answers (3)

Answers (3)

shekhar_gupta3
Explorer
0 Kudos

Hi Soumen,

You can remove reject button in PO Screen by implementing BADI (/SCF/UIMDL_APPCUST) method (GET_TOOLBAR_DATA).

This method has a parameter (CT_TLBRDATA). From this table, you will have to remove the button with id REJECTPO.

Hope this helps!

Regards

Shekhar

mallampalli_t
Explorer
0 Kudos

Hi

Can you please check with this settings. AS PO details screen is not developed with WEBDYNPRO .

/SCF/TLBRCFG

PATTERN PODET T306 REJECTPO "Reject Items"

Toolbar configuration --> Mode dependent button settings

Select Hidden.

Thanks

Mallampalli.T

mallampalli_t
Explorer
0 Kudos

Hi

Sorry for before reply, that will be helpful in SNC 5.1. I hope you are in SNC 7.0.

if you want merly to hide reject button in PO details screen, you need to go enhance

the WD component /SCF/PO.

If you want more detail on reject button properties, right click on reject button, see More field help with that information , in Component /SCF/PO, helps your webdynpro developer to hide Reject button.

thanks

Mallampalli.T

Former Member
0 Kudos

We were able to solve it by applying OSS note 1501265.

Former Member
0 Kudos

Hi Soumen

This can be done with little coding, ask any developer(webdynpro abap)

Post in this forum, for more information

Best Regards

Vinod

Former Member
0 Kudos

We need to enhance (add column / supress buttons) in the screens which are Webdynpro based and not based on UI Framework. In that case what is the way to achieve the modification?

Does it have to go via POWL?

Thanks.

Anuradha.