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

Reg : ADDRESS CReation using FM

karthik_snair
Participant
0 Likes
2,381

Hi Team,

How to create an Address.

I tried with the following Fm's but was unsucessful.

ADDR_INSERT (What is that handle in this?)

ADDR_NUMBER_GET (How to get the generated Address No ?)

ADDR_MEMORY_SAVE

ADDR_MEMORY_CLEAR

OR

ADDR_MAINTAIN_COMPLETE (Not returingg any errors but not returning the address no)

So please help me to create an address and get the generated address no.

Thanks,

Karthik.S

Hi Team,

How to create an Address.

I tried with the following Fm's but was unsucessful.

ADDR_INSERT (What is that handle in this?)

ADDR_NUMBER_GET (How to get the generated Address No ?)

ADDR_MEMORY_SAVE

ADDR_MEMORY_CLEAR

OR

ADDR_MAINTAIN_COMPLETE (Not returingg any errors but not returning the address no)

So please help me to create an address and get the generated address no.

Thanks,

Karthik.S

2 REPLIES 2
Read only

Sijin_Chandran
Active Contributor
0 Likes
1,428

You want to create address for which entity ?

I mean Customer, Vendor, Company Code, Plant......

I guess you can't create address explicitly and later use it for other purposes ( i.e. attaching it with above entities).

While creating any of the entities above and by maintaining their address section, ADNR ( Address Key ) is generated automatically and attached to the same.

Reg : ADDRESS CReation using FM

BTW, What's this Reg : ? , just curious to know whether am missing something in my vocab

Read only

Former Member
0 Likes
1,428

Hi,

check this side:

http://help.sap.com/saphelp_46c/helpdata/en/a8/ce43de82ee11d3b510006094192fe3/content.htm

Maybe this will help.

Also, are you using the commit at the end?

In all other cases, you must use function module ADDR_MEMORY_SAVE . Then useCOMMIT WORK to update the address data together with the application data.


Br,

Tim