cancel
Showing results for 
Search instead for 
Did you mean: 

'Remove Assigned Supplier' button disabled in SOS Tab

former_member184111
Active Contributor
0 Kudos

Hi Forum,

We are on SRM 701, when changing a shopping cart in SOCO Step2 the remove assigned supplier button in SOS tab is disabled.

I debugged and found that class /SAPSRM/CL_PDO_META_BO_SC method GET_ACTION_EDIT has below code:

IF iv_action NE /sapsrm/if_pdo_action_c=>gc_action_delete_item        AND  " DELETE_ITEM

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_edit               AND  " EDIT SC

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_display            AND  " DISPLAY

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_confirm_receipt    AND  " CONFIRM_RECEIPT

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_enter_invoice      AND  " ENTER_INVOICE

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_show_catalog_item  AND  " Catalog Item

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_records_management AND  " Records Management

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_print_preview      AND  " Print Preview

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_save               AND  " Copy item to clipboard

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_refresh            AND

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_create_sc          AND

   iv_action NE /sapsrm/if_pdo_action_c=>gc_action_add_document.

   CLEAR rv_enabled.

ENDIF.

The action for remove button is /sapsrm/if_pdo_action_c=>GC_ACTION_REMOVE_SUP which is not in above code so when is this button enabled?

Has anyone faced this issue button being disabled?

Thanks,

Anubhav


Accepted Solutions (0)

Answers (2)

Answers (2)

former_member616619
Discoverer
0 Kudos

We have the same situation, "Remove Assigned Supplier" is not enabled. Does anyone know how to enable this button in SRM. Authorization object mentioned above has been added, which has not enabled the button. Please help. Thanks

robin_janke
Contributor
0 Kudos
Former Member
0 Kudos

Hi,

Did  anybody found a solution for this issue?

Our "Remove assigned supplier" - Button is always disabled, and we can not find the reason...

Thanks you,

Thomas

robin_janke
Contributor
0 Kudos

Hi,

please check the authorisation BBP_FUNCT of the user you want to remove the supplier with. The REMOVE_SUP must be checked.

Former Member
0 Kudos

Dear Robin,

Thank you for this information.

Yes the user has the authorisation object BBP_FUNCT with activity REMOVE_SUB checked.

Do you have an other idea?

Best regards,

Thomas