Ansicht
Dokumentation

BUA_ADDRESS_GET - Read Address

BUA_ADDRESS_GET - Read Address

Addresses (Business Address Services)   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

Functionality

The function module BUA_ADDRESS_GET determines the data for the address on the basis of the partner number, and optionally on the basis of the BP role or address number. The rules of the address determination are in effect.

The parameters I_XMEMORY and I_XWA do not usually have to be transferred and have the default setting ' '. Setting both parameters allows data that has been noted in the memory, but not yet saved, to be included in the reading process.

Example

Determine data for the standard address of the business partner 'ABCD':

CALL FUNCTION 'BUA_ADDRESS_GET'
,,EXPORTING
,,,,I_PARTNER,,= 'ABCD'
,,IMPORTING
,,,,E_ADDRESS,,= LV_ADDRESS.
,,,,

Notes

Further information





Parameters

E_ADDRESS
E_ADDRGUID
E_ADDRNUMBER
E_ADDRTYPE
E_ADDRUSE
E_ADDRUSE_FS
E_STNDADDR_INSTEAD
IV_REQ_BLK_MSG
IV_REQ_MASK
I_ADDRGUID
I_ADDRNUMBER
I_ADRKIND
I_OPERATION
I_PARTNER
I_PARTNERGUID
I_VALDT
I_VALDT_SEL
I_XMEMORY
I_XWA

Exceptions

DATE_INVALID
INTERNAL_ERROR
NOT_VALID
NO_ADDRESS_FOUND
PARTNER_BLOCKED
WRONG_PARAMETERS

Function Group

BUA1

RFUMSV00 - Advance Return for Tax on Sales/Purchases   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 1503 Date: 20240523 Time: 152007     sap01-206 ( 36 ms )