cancel
Showing results for 
Search instead for 
Did you mean: 

Consistency Check in Shopping Cart (SRM 4.0)

Former Member
0 Kudos

Hi Friends,

I am new to SRM World and working with SRM 4.0.

I have to put a consistency check between company code (in Basic Data Section) with company code of cost center (in Cost Assignment Section)

This is in Shopping Cart Application.

When we press CHECK button , system should check both countries are same.

This is to be implemented in BADI BBP_DOC_CHECK_BADI.

My Query is - how to get these two country codes.

Thanks

Lalit Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Lalit

You will probably ve to make a RFC Call to ECC for getting COmpany Code respective to Cost center. Then Read the internal table having SC Item data to get Company Code picked up for the item.

Regards

Virender Singh

Answers (1)

Answers (1)

Former Member
0 Kudos

i used FM META_COSTCENTER_GETLIST to get cost centers exporting company code.

This FM is a RFC so we have to use logical system.

Then we cross checked item company code with cost center company codes.