on 2018 Feb 26 11:01 PM
Dear experts,
We have SRM Extended Clasic Scenario 713.
with current setup we have in our Supplier search from Professional SC some search fields that are confusing and not used by us.
Is there a way to hide it from search criteria? i know they are standard, however we don't want to permanently remove those columns. We just want to move those columns, we need to hide the fields highlighted with red.
If there is any way can you please inform step by step how to do so?
Thank you in advance for your support.
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Dear Giorgian,
There are a couple of options to hide these fields. At user level, you can hide it by right clicking the field and by clicking Hide button. To hide it at admin level, follow the steps below:
In addition, you can also hide these fields dynamically by modifying the Search Help exit BBP_F4IF_SHLP_EXIT_VENDOR_EXP. In this FM, you can delete the parameters from table shlp-fielddescr[] in the PRESEL step:
* STEP PRESEL (Enter selection conditions)
IF callcontrol-step = 'PRESEL'.
In this IF statement, if you delete the parameters from the mentioned table, it won't appear on the UI.
Best regards,
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Giorgian,
as written by Daniel, BBP_BUPA_VENDOR is the search-help, not a data element:
If SPos has value '0', field will not be used as search parameter: you will need an access key to do it.
So, from my point of view, better way is to make an enhancement in FM BBP_F4IF_SHLP_EXIT_VENDOR_EXP.
Regards.
Laurent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear all, thank you for your help, we have identified and solved the issue.
with table wdDoModifyView we could modify the view and rearranging UI elements.
By adding new lines to hide the buttons we did not need and search criteria is now more simplified.
Was a bit of work to manually add for each line but worth the effort
Dear Daniel,
Thank you for your reply.
i am interested in the Admin option.
I entered SE11--> BBP_BUPA_VENDOR.-->edit mode ( requires Access key, provided by our basis ) but i have this screen, can you help me identify step 4, i could not find the column "value" either i do not have sufficient rights or i am missing something, this is my screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.