cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the changed BP addres detail in memory?

Former Member
0 Kudos
1,302

Hi exports,

I'm planning to use FM BUPA_ADDR_CALLBACK to obtain the new BP address from memory after it was changed and before it was saved to database.

But this FM only returns tbe address number, is there a function module to get the address detail from memory, city,street,tel. number etc?

Thanks.

Jerry.

Accepted Solutions (0)

Answers (1)

Answers (1)

raymond_giuseppi
Active Contributor
0 Kudos

Doesn't the FM return much more fields in ET_BUT020_[NEW,OLD] tables, also in which context do you use this FM (does the underlying process/transaction use the BUA0 funciton group?)

Regards,
Raymond

Former Member
0 Kudos

Hi Raymond,

I want to use this FM to get the new BILLFROM address to replace the standard address of BP before BDOC generated after BP address changed.

So that we can get our BILLFROM address transfered to ECC instead of the standard address.

Do you think it's feasible if I use FM BUA_BUPA_MEMORY_ADDRESSES_GET/BUA_BUPA_MEMORY_ADDRESS_GET to get the latest address from memory?

Thanks.

Jerry.

raymond_giuseppi
Active Contributor
0 Kudos

As I wrote those FM are part of the same group BUA0 so share same data and provide consistent results.

Regards,
Raymond