Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Home Address as Ship to address

Former Member
0 Kudos

We have a requirement that says whenever the user selects home adress in shopping cart then address should be automatically get updates from the database.

For this i have used BBP_DOC_CHANGE_BADI and used e_partner (output table for the badi) to update the address however only the address number is getting updated and not the whole repective data based on the address number.

for example: gw_partner_sc-ADDR_NO = lw_adrc-ADDRNUMBER.

MODIFY et_partner from gw_partner_sc

In above line the gw_partner_sc is work area of e_partner table and lw_adrc is work area of adrc(adress) table.

Kindly guide if anyone has a solution or had a similar requirement.

7 REPLIES 7

Former Member
0 Kudos

Hi SAP gurus,

Any update on the query that i have put forth ???

Former Member
0 Kudos

Hi,

Mentioned BADI 'BBP_DOC_CHANGE_BADI'.. does not exist in ECC 6.0

0 Kudos

This Badi exist in SAP SRM 7.0.

Do let me know if you have any solution over it?

0 Kudos

Hi gurus,

Any update on this ??

Former Member
0 Kudos

I have found teh solution thanks.

RohitDinkar
Newcomer
0 Kudos

What is the solution?

2233667
Explorer
0 Kudos

Hi, there is a FM for address update by importing the addrnumber. Please search that in SE37 , you will get easily.