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

SRM Portal - Shopping Cart

Former Member
0 Likes
237

Hi all,

While creating a shopping cart in SRM portal on behalf of some other User ID, I should have Phone no/ extension field should be blank under Delivery Address/ Performance location tab and  apart from this in Item data tab goods recipient field should also be blank.

I should compare my guid id with the other guid on whose behalf i am creating shopping cart, Then only these fields should get blank.

Any standard Badi is there to implement this code or we need to change our code.

How should this be achieved in SRM portal.

Please guide me regarding this.

Thanks.

View Entire Topic
Former Member
0 Likes

Hi,

Use BBP_DOC_CHANGE_BADI. Check if if sy-uname is different from partner function 16 i.e. requestor of SC if yes clear the fields.

For delivery address change data of partner function 27 and to clear goods Recipient clear partner function 20 and move data to et_item and et_partner tables.

Thanks,

Anubhav