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

Function Module to retrieve Address from the table ADRC

Former Member
0 Likes
4,502

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,180

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
Read only

Former Member
0 Likes
2,180

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

Read only

Former Member
0 Likes
2,180

Hi ,

Use the FM - ADDR_ADRCSTRUC_GET by passing the address number.

Read only

Former Member
0 Likes
2,181

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

Read only

Former Member
0 Likes
2,180

ADDR_GET_COMPLETE

Read only

Former Member
0 Likes
2,180

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

Read only

Former Member
0 Likes
2,180

Hi,

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

Plz.reward points.

Regards,

Skumar.

Read only

Former Member
0 Likes
2,180

Hi,

check this FM..

RTP_US_DB_ADRC_READ

Read only

0 Likes
2,180

Try using FM: ADDR_GET

This has import parameter ADDRESS_SELECTION which contains ADDRNUMBER.

Hope this helps.

Please reward if it works.

Vallabh.