/XFT/SRMDDSC10 SAP (Cust. type definition (valuation of connection parameters)) Table details

Dictionary Type: Table
Description: Cust. type definition (valuation of connection parameters)




ABAP Code to SELECT data from /XFT/SRMDDSC10
Related tables to /XFT/SRMDDSC10
Access table /XFT/SRMDDSC10




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

/XFT/SRMDDSC10 is a standard SAP Table which is used to store Cust. type definition (valuation of connection parameters) data and is available within R/3 SAP systems depending on the version and release level.

The /XFT/SRMDDSC10 table consists of various fields, each holding specific information or linking keys about Cust. type definition (valuation of connection parameters) data available in SAP. These include TYPE_ID (Type), DREP_ID (Dataset repository ID), MAX_NUM_MAIL (Maximum Number of Files), MAX_MAIL_SIZE (Maximum file size).. 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: Cannot Be Enhanced

Text table = /XFT/SRMDDSC10T


SAP /XFT/SRMDDSC10 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 MANDTCLNT3Assigned to domainMANDT
TYPE_IDType /XFT/SRM_DDS_TYPE_IDCHAR32/XFT/SRM_DDS_TYPE_ID
DREP_IDDataset repository ID /XFT/DDS_DATASET_REP_IDCHAR32/XFT/REG_REIDTE
MAX_NUM_MAILMaximum Number of Files /XFT/DDS_MIG_MAX_NUM_FILEINT410INT4
MAX_MAIL_SIZEMaximum file size /XFT/DDS_MIG_MAX_FILE_SIZEINT410INT4
CL_CTR_TREEClass for tree control for Mail Browser /XFT/SRM_DDS_MSOL_CL_CTR_TREECHAR30SEOCLSNAME
CL_CTR_MESSClass for message control for Mail Browser /XFT/SRM_DDS_MSOL_CL_CTR_MESSCHAR30SEOCLSNAME

Key field Non-key field



How do I retrieve data from SAP table /XFT/SRMDDSC10 using ABAP code

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

SELECT SINGLE *
FROM /XFT/SRMDDSC10
INTO CORRESPONDING FIELDS OF WA_/XFT/SRMDDSC10
WHERE...

How to access SAP table /XFT/SRMDDSC10

Within an ECC or HANA version of SAP you can also view further information about /XFT/SRMDDSC10 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!