2008 Oct 07 11:05 AM
Hi all,
Is there any function module for getting address from address number. kindly reply.
regards,
siya
Hi all,
Is there any function module for getting address from address number. kindly reply.
regards,
siya
2008 Oct 07 11:09 AM
Hi,
Instaed of using FM u can directly select the address details through table ADRC putting adress no.
2008 Oct 07 11:14 AM
2008 Oct 07 11:17 AM
2008 Oct 07 11:17 AM
HI,
just try this function module:
CALL FUNCTION 'HR_GET_ADDRESS'
EXPORTING
ankey = ankey
anart = anart
molga = '01'
IMPORTING
address_detail = adr_data
EXCEPTIONS
not_found = 1
OTHERS = 2.HOPE IT WILL HELP YOU
regards
rahul
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |