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: 

Function Module to retrieve Address from the table ADRC

Former Member
0 Kudos

Is there any function module available to retrieve data from ADRC by using the ADDRNUMBER as input

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try FM

" ADDRESS_GET_DATA"

its input is the address number ADRNR

Also you can search in transaction SE37 with the key GETADDRESS*

reward if usefull,

Taher

8 REPLIES 8

Former Member
0 Kudos

Hi,

Try this FM

/ISDFPS/ADRC_GEOLOC_BUFFERSAVE

/ISDFPS/ADRC_GEOLOC_DELETE

/ISDFPS/ADRC_GEOLOC_MAINT

/ISDFPS/ADRC_GEOLOC_READ

According to me the last FM will be more helpfull to you.

Reward some points.

Bye,

Anomitro

Former Member
0 Kudos

Hi ,

Use the FM - ADDR_ADRCSTRUC_GET by passing the address number.

Former Member
0 Kudos

Try FM

" ADDRESS_GET_DATA"

its input is the address number ADRNR

Also you can search in transaction SE37 with the key GETADDRESS*

reward if usefull,

Taher

former_member183994
Active Participant
0 Kudos

ADDR_GET_COMPLETE

Former Member
0 Kudos

also FM

I_SMPM_ADDRESS_GET -->Read table ADRC and return ADRC format.

Check this one out..

Please reward and close the thread if answered

regards

Taher

Former Member
0 Kudos

Hi,

You can use FM "ADDRESS_GET_DATA" to get data from ADRC table.

Plz.reward points.

Regards,

Skumar.

Former Member
0 Kudos

Hi,

check this FM..

RTP_US_DB_ADRC_READ

0 Kudos

Try using FM: ADDR_GET

This has import parameter ADDRESS_SELECTION which contains ADDRNUMBER.

Hope this helps.

Please reward if it works.

Vallabh.