HI
CALL FUNCTION 'ADDR_GET'
EXPORTING
address_selection = search_address
IMPORTING
sadr = sadr
EXCEPTIONS
parameter_error = 1
address_not_exist = 2
version_not_exist = 3
internal_error = 4.
i am using above FM in a subroutine where search_address has some value. decalred tables: sadr. but the fields are not getting populated in sadr..when i checked executing FM and giving search_address value it is fine.