cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple locations in shopping cart

Former Member
0 Kudos

Dear All,

I need some additional feature in shopping cart and EBP PO which is available in R/3. But not sure whether it is possible.

While creating shopping cart once we select a company code, in the location field it is giving only the plants assigned to that company code.

Is it possible to display all the plants (assigned to other company codes) in that location field?

In backend PR or Po we can select other plants belongs to other company codes.

We are using SRM 4.0

Please help.

Thanks

SS

Edited by: SRM Stranger on Mar 20, 2009 10:12 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As Muthu has rightly pointed out, it is not possible to display / choose locations of company codes other than the one specified in the Shopping cart Basic Tab.

Cheers,

Akash

former_member195032
Active Contributor
0 Kudos

I think,it is possible if you are ready to do some development.

There is a BADI: BBP_F4_READ_ON_EXIT

Method : GET_GRCPLANT

Please see documentation of this BADI .

You have to write your own logic to bring what Location/Plant is related with which company code and it will display data based on that.

You solution need to be prototyped with help of some ABAP person and I feel that this BADI can help you.

Regards,Nishant

Former Member
0 Kudos

Thanks Muthu and Akash for your suggestions.

Nishant,

I will check that BADI. Thanks for your inputs.

Regards,

SS

former_member183819
Active Contributor
0 Kudos

Hi SS,

I dont think it is not possible but check itup.

your BBP_LOCMAP table contains company code and respecive plant avaialble.

change the company code in basic data then all the corresponding value also changed.

let us wait for others reply.

regards

muthu