Table list used by SAP ABAP Function Module TELNUMBER_FORMAT (Check structure of telephone number and convert to canonical format)
SAP ABAP Function Module
TELNUMBER_FORMAT (Check structure of telephone number and convert to canonical format) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
ADDR_ERROR | Transfer structure for error messages in the fn.gr. SZA0 | SOURCE VALUE(WORST_ERROR) LIKE ADDR_ERROR-MSG_TYPE |
2 | ![]() |
ADDR_ERROR | Transfer structure for error messages in the fn.gr. SZA0 | SOURCE MESSAGES STRUCTURE ADDR_ERROR OPTIONAL |
3 | ![]() |
ADR2 | Telephone Numbers (Business Address Services) | SOURCE VALUE(EXTENSION_IN) LIKE ADR2-TEL_EXTENS OPTIONAL |
4 | ![]() |
ADR2 | Telephone Numbers (Business Address Services) | SOURCE VALUE(TELNUMBER) LIKE ADR2-TEL_NUMBER |
5 | ![]() |
SPHOPTIONS | SAPphone: Structure of options for handling incoming calls | SOURCE VALUE(WILDCARDS) LIKE SPHOPTIONS-OPTION1 DEFAULT SPACE |
6 | ![]() |
SPH_CALL | SAPphone: Call data | SOURCE VALUE(SUBSCRIBER) LIKE SPH_CALL-NO_DIALED |
7 | ![]() |
SPH_CALL | SAPphone: Call data | SOURCE VALUE(NUMBER_CANONICAL) LIKE SPH_CALL-NO_DIALED |
8 | ![]() |
SPH_CALL | SAPphone: Call data | SOURCE VALUE(EXTENSION_OUT) LIKE SPH_CALL-NO_DIALED |
9 | ![]() |
SPH_CALL | SAPphone: Call data | SOURCE VALUE(AREA_CODE) LIKE SPH_CALL-NO_DIALED |
10 | ![]() |
T005 | Countries | SOURCE VALUE(COUNTRY) LIKE T005-LAND1 OPTIONAL |
11 | ![]() |
T005K | Communication: country dialling code | |
12 | ![]() |
T005K | Communication: country dialling code | SOURCE VALUE(COUNTRY_CODE) LIKE T005K-TELEFTO |
13 | ![]() |
T005K_EXT | Enhancement of Table T005K |