Functionality The function module BUA_ADDRESS_GET determines the data for the addresson the basis of the partner number, and optionally on the basis of theBP role or address number. The rules of theaddress determination> are ineffect. The parameters I_XMEMORY and I_XWA do not usually have to betransferred and have the default setting ' '. Setting both parametersallows data that has been noted in the memory, but not yet saved, to beincluded 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. ,,,, |