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: 

local,International address management

Former Member
0 Kudos

hi experts ,

I am using IDOC to create a kunnr, I have to create two addresses both local + intl . Idoc is triggering local address version . I tried to create international address in user exit zxvsvu02 after the kunnr was created ,

using BAPI_ADDRESSORG_CHANGE to add an international version to the existing. but its not working . then i tried BAPI_ADDRESSORG_SAVEREPLICA giving both local and intl . it is creating but surprisingly it is over writing the existing already created local address.

Is there any better way to handle this? Any ideas abt ADDR_VERSION_INSERT . appreciate your help.

1 REPLY 1

Former Member
0 Kudos

I used FM ADDR_VERSION_INSERT successfully.

But it is necessary to call FM ADDR_SINGLE_SAVE after call ADDR_VERSION_INSERT for save data from memory.