cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

/SAPSRM/EMPLOYEE able to create Limit carts !!!

Former Member
0 Likes
599

Dear All,

I have users with role /SAPSRM/EMPLOYEE in SRM 7.0 . Shop in 4 step (Wizard) is the default method of shopping cart creation for this role i.e users with role /SAPSRM/EMPLOYEE can only create shopping cart with describe requiremnet , catalogue , old shopping cart , internal goods /serice .

He do not have option ot create Limit carts , request temporary labour etc which are part of professional user role in /SAPSRM/OP_PURCHASER.

However when user with role /SAPSRM/EMPLOYEE goes into edit mode of the shopping cart (obviously when cart is awaiting approval) the edit mode screen is of typr professionla purchaser i.e he get the button "Add item " and through that he has all the option to create cart like limit cart , temporary labour which was the priviledge activity of the professional users.

Does any one know how to restrict the option of limit cart temporary labour for the Role /SAPSRM/EMPLOYEE.

I am not sure if the BADI BBP_SC_UI_CONTROL_BADI would work for SRM 7.0 , anyone implemented this badi in SRM 7.0 to control the UI for the Shop screen??

To me this should be provided as standard fix rather than BADI fix. so anyone having the same behaviour or fix for this please let me know.

Thanks

Iftelkhar Alam

View Entire Topic
Former Member
0 Likes

I am not sure if the BADI BBP_SC_UI_CONTROL_BADI would work for SRM 7.0

This BADI should be obsolete in SRM 7. If you are sure no configuration (field/action controls) has been done for shopping cart, you could create an OSS message for SAP. The symptom you described could be an oversight by the standard.

Former Member
0 Likes

Hi

That BADI is obsolete in SRM 7.0. You can control field display using Webdynpro meta data configuraitons.

But here the option of creating limit items --> this is controlled by the transaction in SRM. Either you shift your users to the transaction which does not allow Limit items or Authorizations could be your option.....

One mroe thing, you can probably check it by controlling the options under Add Item Action in WebDynpro....will send you details of this in some time(if possible)

Regards

Virender Singh

Former Member
0 Likes

Hi Virender,

Okay i will wat for your documnet. I have also raised this Through an OSS message . i will update when i get any solution form SAP.

Thanks

Iftekhar Alam

Former Member
0 Likes

Hi

What if you use SHopping Cart Wizard for creation of SHopping carts. that does not ve option of creating Limit items (like in Professional).

If you still need Professional:

Go to SE80, Webdynpro Application /SAPSRM/WDC_UI_SC_DOTC_BD. Enhance this webdynpro

1. Go to Layout Tab and click on ADD ITEM button in right part of the screen

2. Expend ADD_ITEM in the next section of the screen(to the right)...

3. You will see options like following:

DESCRIBE_ITEM , DESCRIBE_ITEM , LIMIT_ITEM , LIMIT_ITEM , CROSS_CTLG_SRCH, SERVICE_ORDER ,SERVICE_ORDER etc.

4. remove the flag enable for LIMIT_ITEM and remove Visible flag too for the same

Save and activate

Regards

Virender Singh