Skip to Content
0
Former Member
Jul 01, 2009 at 05:34 AM

FM ADDR_GET

1573 Views

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.