cancel
Showing results for 
Search instead for 
Did you mean: 

Relation between BUKRS and ADRNR

Former Member
0 Kudos

Hi,

I have a requirement where I need Delivery address according to Cost center in shopping cart. So I need a table which has a relation between Cost Center and Address number.

Table T001 does not exists in our SRM system, otherwise it could have been used.

Can you please provide any help on this.

Regards,

Bhushan Gulyani

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bhushan,

The details related to Cost Center are not stored in any tables in SRM system and the cost center is not replicated from backend to SRM system instead the system makes a RFC call for getting the cost center related data directky from backend system.

If you wish to get the information related to the Cost center you can make a RFC call to the backend system and get the relevant details.

Regards

Pramod

Former Member
0 Kudos

Hi Pramod,

And if Delivery address has to be picked according to Company Code in shopping cart.

Then how should we proceed.

Regards,

Bhushan Gulyani

Former Member
0 Kudos

Hi Bhushan,

I am not sure whether i got exactly what you meant by delivery address picked according to Company Code.

But you can check the FM BBP_OUTPUT_GET_COMPANY_ADDRESS. This displays the address of the Company Code Org Unit created in the Org structure.

Regards

Pramod

Former Member
0 Kudos

Hi Pramod,

Actually in Delivery Address search help(BBP_ADDR_BUPA_COMPANY_SHIPTO), we need to customize it so as it should display the addresses related to that company code only.

Right now it is displaying all the shipping address which is a standard behaviour.

Regards,

Bhushan Gulyani

vinita_kasliwal
Active Contributor
0 Kudos

Hi BHusan

Can you check this one and suggest if it works ?

If you wish to pass the delivery address only in certain cases, then the BADIs BBP_PO_CREATE_BACK / BBP_CREATE_BE_PO_NEW or BBP_PREQ_CREATE_BACK / BBP_CREATE_BE_RQ_NEW should be implemented to clear the delivery address value based on the business logic. Once this is done, ECC plant address will be used.       

There is no consulting notes for POs. Therefore, you should implement BBP_PO_CREATE_BACK / BBP_CREATE_BE_PO_NEW and delete the delivery address content in order to get the ECC plant address assigned to ECC PO.

Refer links below :

http://scn.sap.com/thread/1789312

http://wiki.scn.sap.com/wiki/display/SRM/Shopping+Cart+Delivery+Address+transfer+from+SRM+to+ECC

http://wiki.scn.sap.com/wiki/display/SRM/Creation+of+Shipping+Address+in+SRM+7.0?original_fqdn=wiki....