cancel
Showing results for 
Search instead for 
Did you mean: 

reg:FM to get the central address

Former Member
0 Kudos

Hi to all,

I need a FM to get the central address can anyone help me out.

with regards

satish.

Accepted Solutions (0)

Answers (5)

Answers (5)

madhu_vadlamani
Active Contributor
0 Kudos

Hi Sathish,

If it is a smartform use address window else go for BAPI_ADDRESSORG_GETDETAIL.

Regards,

Madhu.

Former Member
0 Kudos

Thanks

FM BAPI_ADDRESSORG_CHANGE really work!

Former Member
0 Kudos

'BAPI_ADDRESSORG_GETDETAIL'

CALL FUNCTION 'BAPI_ADDRESSORG_GETDETAIL'

EXPORTING

obj_type = 'KNA1'

obj_id = 'C100090'

TABLES

bapiad1vl = st_bapiad1vl

bapiadsmtp = st_bapiadsmtp.

Message was edited by:

Chandrasekhar Jagarlamudi

ferry_lianto
Active Contributor
0 Kudos

Hi,

Please check this BAPI BAPI_ADDRESSORG_GETDETAIL.

Regards,

Ferry Lianto

former_member181962
Active Contributor
0 Kudos

Hi Sathish,

Whose address do you want? For example if you want the address of a business partner, then you can use: BAPI_BUPA_ADDRESS_GETDETAIL

Regards,

Ravi

Former Member
0 Kudos

Hi Ravi,

i need to to print the customer address in form. we are using a fm addr_get but is there any fm to get the central address,

with regards

satish