SXTELMOOUT SAP (SAPconnect: Telephone number modification (outgoing)) Table details

Dictionary Type: Table
Description: SAPconnect: Telephone number modification (outgoing)




ABAP Code to SELECT data from SXTELMOOUT
Related tables to SXTELMOOUT
Access table SXTELMOOUT




Table field list including key, data, relationships and ABAP select examples

SXTELMOOUT is a standard SAP Table which is used to store SAPconnect: Telephone number modification (outgoing) data and is available within R/3 SAP systems depending on the version and release level.

The SXTELMOOUT table consists of various fields, each holding specific information or linking keys about SAPconnect: Telephone number modification (outgoing) data available in SAP. These include NODE (Name of SAPconnect Node or Telephony Server), PATTERN (Fax/tel. number: Beginning of number to be replaced), SUBSTITUTE (Fax/tel. number: Substitute number for number modification), REMARK (Comment).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP SXTELMOOUT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
NODEName of SAPconnect Node or Telephony Server SX_NODE_IDCHAR6SXNODESSX_NODE_IDSXNSX_NODE_ID
PATTERNFax/tel. number: Beginning of number to be replaced SX_FAXPATCHAR30CHAR30
SUBSTITUTEFax/tel. number: Substitute number for number modification SX_FAXSUBCHAR30CHAR30
REMARKComment CHAR50CHAR50TEXT50

Key field Non-key field



How do I retrieve data from SAP table SXTELMOOUT using ABAP code

The following ABAP code Example will allow you to do a basic selection on SXTELMOOUT to SELECT all data from the table
DATA: WA_SXTELMOOUT TYPE SXTELMOOUT.

SELECT SINGLE *
FROM SXTELMOOUT
INTO CORRESPONDING FIELDS OF WA_SXTELMOOUT
WHERE...

How to access SAP table SXTELMOOUT

Within an ECC or HANA version of SAP you can also view further information about SXTELMOOUT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!