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: 

Read addr1_data

Former Member
0 Kudos

Hi, I have to fill a table with some data, some of them belong to addr1_data. I have this value KNA1-ADRNR to access but I don't know how to get the values of that table. A friend told me to use module function "address_read", but I don't really know how to use it. Could anybody help me with that??

Thanks in advance

1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI,

You have lot of Function moduels ....

BAPI_BUPA_ADDRESSES_GET

BAPI_ADDRESSPERS_GETDETAIL

BAPI_BUPA_ADDRESS_GETDETAIL

BAPI_ADDRESSCONTPART_GETDETAIL

Regards

Sudheer

3 REPLIES 3

Former Member
0 Kudos

HI,

You have lot of Function moduels ....

BAPI_BUPA_ADDRESSES_GET

BAPI_ADDRESSPERS_GETDETAIL

BAPI_BUPA_ADDRESS_GETDETAIL

BAPI_ADDRESSCONTPART_GETDETAIL

Regards

Sudheer

Former Member
0 Kudos

My problem is that I only have the KNA1-ADRNR to access, but those bapis asking me for more parameters. How could I get the values of this fields:

ADDR1_DATA-NAME1

ADDR1_DATA-NAME2

ADDR1_DATA-NAME3

ADDR1_DATA-STREET

ADDR1_DATA-STR_SUPPL3

Thanks.

Former Member
0 Kudos

Hi,

You can also directly read the table ADRC with the address number..

Thanks,

Naren