‎2007 Jul 11 9:43 AM
Hi all,
Can any one let me know why these function modules are used for :
CONVERSION_EXIT_NUMCV_INPUT
ADDR_GET
Thanks
Jareer.
‎2007 Jul 11 9:46 AM
hi..
Use this FM <b>ADDR_GET</b> to get detail address
<b>Rewadr points if useful</b>
Regards
Ashu
‎2007 Jul 11 9:49 AM
<b>CONVERSION_EXIT_NUMCV_INPUT</b>
Above FM will append the leading zeroes to a number if the input contains only numbers , if it contains combination of numbers and alphabets , it will give the output same as input
<b>ADDR_GET</b>
The function module reads all records for the addresses specified in the
structure ADD RESS_SELECTION and puts them in the return structures
ADDRESS_VALUE and SADR.
ADDRESS_ADDITIONAL_INFO returns the communication types for which data
is maintained for these addresses.
If the flag READ_TEXTS is set, key field texts (language key, countries,
and so on) are also returned in ADDRESS_TEXT.
If an address group with the parameter ADDRESS_GROUP is passed, the
table ADRSTATUS is checked to see whether the addresses in this address
group are in the Business Address Services tables (ADRC etc.) or still
in the old table SADR. If the data is still in SADR, they are read
there, otherwise from ADRC. This can change program accesses from SADR
to ADRC, depending on when the data is moved from SADR to ADRC.
If the flag READ_SADR_ONLY is set, only the old table SADR is read. The
return parameters return the old address structure SADR and the new
address structure ADDRESS_VALUE.
‎2007 Jul 11 9:57 AM