Application Development and Automation 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: 
Read only

ADDR_INSERT

Former Member
0 Likes
1,240

HI,

I populated some address details using address number in addr_insert function module, but the datas are not inserted in adr6 table. Please help me out to get the datas to be uploaded in the table.

Is any other function module to be followed by addr _insert, pls let me know.

thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
757

Hi,

You can do that. But it is NOT recommended to update a standard SAP table, because dependent entries could be in other tables.

Try using one of these function modules to maintain addresses.

ADDRESS_DELETE

ADDRESS_GET_COM

ADDRESS_GET_DATA

ADDRESS_GET_NUMBER

ADDRESS_INSERT

ADDRESS_READ

ADDRESS_READ_ALL_VERSIONS

ADDRESS_READ_FOR_USER

ADDRESS_TELEPHONE_MAKE_CALL

ADDRESS_UPDATE

ADDRESS_UPDATE_DIALOG

ADDRESS_UPDATE_FROM_USER

ADDRESS_UPDATE_OLD

ADDRESS_UPDATE_TASK

Regards,

Satish

Read only

Former Member
0 Likes
757

Hi,

You can check the sap standard program.

RPUADR00

Might be useful for you...

<REMOVED BY MODERATOR>

Edited by: Alvaro Tejada Galindo on Apr 22, 2008 3:04 PM