on 2010 Oct 05 10:02 AM
Hi All ,
While manually creating or changing a cart and/or SRM order in SRM 7.0 , I do not want to display some values to the user .
The requirement is that the user should never be able to select those values .
Those 2 values are used only when SC / Order is created through an interface .
How do I proceed with this ?
Regards,
Ambar
Request clarification before answering.
Hi Ambar
Try using a method and Class using Webdynpro COnfigurations for Field Control. If you fail to restrict the field values vai Webdynpro, write a small piece of code in Check BADI to throw an error if user selects any of those values.
Regards
Virender Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about going this way :
I define an action for the drop down and define the action handler method .
Now whenever the user clicks on the drop down , in the action handler method I get all the values bound to thee drop down , Then remove the values I want and then rebind the values to the drop down ?
Regards ,
Ambar .
Hi Ambar
Give it a try if that works, basically you will ahve to restrict the values to appear in the drop down based on your business requirement.
One more thing, check with your technical team if you could restrict the values via some development or code at the field level in SE11. I am not sure if there is anything, but this provision could be there too
Regards
Virender Singh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.