cancel
Showing results for 
Search instead for 
Did you mean: 

Restrict Response and award button in SRM RFX

er_akashpatel95
Explorer
0 Kudos

Hi Gurus,

We required to Restrict (Enable and Disable) Response and award button in SRM RFX with some condition, But not able to find spot for restriction.

Kindly suggest how we can validate.

Regards

Akash Patel

Accepted Solutions (1)

Accepted Solutions (1)

daniel_marlen
Active Participant
0 Kudos

Dear Akash,

You can restrict the Responses and Awards button in the following SPRO customizing:

SAP Implementation Guide -> SRM Server -> Cross-Application Basic Settings -> Extensions and Field Control (Personalization) -> Control Actions -> Configure Control of Actions on Header Level.

Here maintain an entry like the example below:

In this customizing you can specify in which mode you would like to restrict the button (Process Mode = Edit or Display). You can also fill your own class and method, which determines the button availability dynamically based on the condition you like. On the screenshot you can find the standard dynamic class and method for an example.

For more information about hiding fields and buttons, refer to Wiki page https://wiki.scn.sap.com/wiki/x/EpjnH.

Best regards,

Daniel

er_akashpatel95
Explorer
0 Kudos

Dear Daniel Marlen ,

Thanks for quick respond 🙂

Its working fine in RFx Screen but how we can restrict same in RFx POWL ?

Akash

daniel_marlen
Active Participant
0 Kudos

Dear Akash,

You can disable buttons in POWL per Wiki page https://wiki.scn.sap.com/wiki/x/DAhiGQ.

In case you are using standard POWL Feeder Type (SAPSRM_FEEDER_RFQ), you need to follow these steps:

  1. Execute transaction /n/SAPSRM/POWL_CUST.
  2. Highlight Feeder Type SAPSRM_FEEDER_RFQ.
  3. Double-click Actions.
  4. Remove flag Enabled for Action ID RA.

If you can't find it, let me know.

Best regards,

Daniel

er_akashpatel95
Explorer
0 Kudos

Dear Daniel Marlen ,

As you suggested its permanently Disable Button .

Our requirement is to restrict Button in some conditions to enable or disable .

Thanks 🙂

Best Regards

Akash

daniel_marlen
Active Participant

Dear Akash,

In this case you need to enhance the Method HANDLE_ACTION of the relevant POWL Feeder (the standard is /SAPSRM/CL_CLL_POWLT_RFQ).

You can use the following Debugging Guide to know how the logic works and where you can insert your enhancement: https://wiki.scn.sap.com/wiki/x/uYtsGQ.

Best regards,

Daniel

Answers (0)