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

Need FM for retrieving data from ADRC Table

Former Member
0 Likes
2,361

Hi I want one Function Module to Retrieve the data from ADRC Table for below condition, if u know any table kindly let me know....

SELECT ADDRNUMBER NAME1

NAME2 NAME3

NAME4 CITY1

POST_CODE1 STREET

COUNTRY REGION

TEL_NUMBER FAX_NUMBER

FROM ADRC INTO TABLE GT_ADRC FOR ALL ENTRIES IN GT_LFA1

WHERE ADDRNUMBER = GT_LFA1-ADRNR

Thanx

Akshitha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,710

Hi,

U can use this function module ADDR_SELECT_ADRC_SINGLE

and u need to pass address number.

Regards,

Hi I want one Function Module to Retrieve the data from ADRC Table for below condition, if u know any table kindly let me know....

SELECT ADDRNUMBER NAME1

NAME2 NAME3

NAME4 CITY1

POST_CODE1 STREET

COUNTRY REGION

TEL_NUMBER FAX_NUMBER

FROM ADRC INTO TABLE GT_ADRC FOR ALL ENTRIES IN GT_LFA1

WHERE ADDRNUMBER = GT_LFA1-ADRNR

Thanx

Akshitha.

5 REPLIES 5
Read only

Former Member
0 Likes
1,710

<b>RTP_US_DB_ADRC_READ</b>

Read only

Former Member
0 Likes
1,710

HI

try using table adr6.

Read only

Former Member
0 Likes
1,711

Hi,

U can use this function module ADDR_SELECT_ADRC_SINGLE

and u need to pass address number.

Regards,

Read only

Former Member
0 Likes
1,710

Hi

Try RTP_US_DB_ADRC_READ Function module.

Thanks

Sasmita

Read only

Former Member
0 Likes
1,710

Use Fm

SD_ADDRESS_GET

pass the input as adrnr number and collect the address details.

Please Close your previous threads.

Thanks.

Regards,

Vijay