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 Table  ADDR_ERROR Transfer structure for error messages in the fn.gr. SZA0 SOURCE VALUE(WORST_ERROR) LIKE ADDR_ERROR-MSG_TYPE
2 Table  ADDR_ERROR Transfer structure for error messages in the fn.gr. SZA0 SOURCE MESSAGES STRUCTURE ADDR_ERROR OPTIONAL
3 Table  ADR2 Telephone Numbers (Business Address Services) SOURCE VALUE(EXTENSION_IN) LIKE ADR2-TEL_EXTENS OPTIONAL
4 Table  ADR2 Telephone Numbers (Business Address Services) SOURCE VALUE(TELNUMBER) LIKE ADR2-TEL_NUMBER
5 Table  SPHOPTIONS SAPphone: Structure of options for handling incoming calls SOURCE VALUE(WILDCARDS) LIKE SPHOPTIONS-OPTION1 DEFAULT SPACE
6 Table  SPH_CALL SAPphone: Call data SOURCE VALUE(SUBSCRIBER) LIKE SPH_CALL-NO_DIALED
7 Table  SPH_CALL SAPphone: Call data SOURCE VALUE(NUMBER_CANONICAL) LIKE SPH_CALL-NO_DIALED
8 Table  SPH_CALL SAPphone: Call data SOURCE VALUE(EXTENSION_OUT) LIKE SPH_CALL-NO_DIALED
9 Table  SPH_CALL SAPphone: Call data SOURCE VALUE(AREA_CODE) LIKE SPH_CALL-NO_DIALED
10 Table  T005 Countries SOURCE VALUE(COUNTRY) LIKE T005-LAND1 OPTIONAL
11 Table  T005K Communication: country dialling code
12 Table  T005K Communication: country dialling code SOURCE VALUE(COUNTRY_CODE) LIKE T005K-TELEFTO
13 Table  T005K_EXT Enhancement of Table T005K