2015 May 06 7:13 AM
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
2015 May 06 8:15 AM
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 FMBTW, What's this Reg : ? , just curious to know whether am missing something in my vocab
2015 May 06 8:21 AM
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