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: 

Urgent

Former Member
0 Kudos

Can anyone please help me in finding out a function module for finding the address details of a business partner?

4 REPLIES 4

Former Member
0 Kudos

Welcome to SDN.

You could try BAPI function module BAPI_BUPA_ADDRESSES_GET, then call ADDRESS_INTO_PRINTFORM to build the address from the address number.

Regards,

Nick

Message was edited by:

Nick Young

Former Member
0 Kudos

Check the Business Object - BUS1006001 or go to BAPI transaction code check BusPartnerEmployee Object

Former Member
0 Kudos

Hi,

Check the following FM:

BAPI_BUPA_ADDRESSES_GET - Determine All Address

BAPI_BUPA_ADDRESSES_GETDETAILS - Read Address

Regards,

Bhaskar

Former Member
0 Kudos

BAPI_BUPA_ADDRESSES_GET Determine All Addresses

BAPI_BUPA_ADDRESS_ADD Add Address

BAPI_BUPA_ADDRESS_CHANGE Change Address

BAPI_BUPA_ADDRESS_GETDETAIL Read Address

BAPI_BUPA_ADDRESS_GET_NUMBERS Read Address Numbers

BAPI_BUPA_ADDRESS_REMOVE Delete Address

Message was edited by:

Muthurajan Ramkumar

Message was edited by:

Muthurajan Ramkumar