/XFT/DDS_SRM_01 SAP (Document: Header data) Table details

Dictionary Type: Table
Description: Document: Header data




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




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

/XFT/DDS_SRM_01 is a standard SAP Table which is used to store Document: Header data data and is available within R/3 SAP systems depending on the version and release level.

The /XFT/DDS_SRM_01 table consists of various fields, each holding specific information or linking keys about Document: Header data data available in SAP. These include DOC_ID (Document ID), SU_DOC_ID (Super Document ID), PA_DOC_ID (Parent Document ID), PA_TYPE_ID (Parent type ID).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = /XFT/DDS_SRM_01B


SAP /XFT/DDS_SRM_01 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
DOC_IDDocument ID /XFT/DDS_SRM_DOC_IDCHAR34/XFT/DDS_SRM_DOC_ID
SU_DOC_IDSuper Document ID /XFT/DDS_SRM_SU_DOC_IDCHAR34Assigned to domain/XFT/DDS_SRM_DOC_ID
PA_DOC_IDParent Document ID /XFT/DDS_SRM_PA_DOC_IDCHAR34/XFT/DDS_SRM_DOC_ID
PA_TYPE_IDParent type ID /XFT/DDS_SRM_PA_TYPE_IDCHAR1/XFT/DDS_SRM_PA_TYPE_ID
DOC_RETENTIONRetention Period /XFT/DDS_SRM_DOC_RETENTIONDATS8DATS
DOC_STATEDocument status /XFT/DDS_SRM_DOC_STATECHAR1/XFT/DDS_SRM_DOC_STATE
DOC_LANGUAGE2-Character SAP Language Code LAISOCHAR2LAISO
STOR_TYPE_IDStorage Type /XFT/DDS_SRM_STOR_TYPE_IDCHAR1/XFT/DDS_SRM_STOR_TYPE_ID
STOR_CREP_IDStorage Content Repository ID /XFT/DDS_SRM_STOR_CREP_IDCHAR32/XFT/DDS_SRM_STOR_CREP_ID
CREATED_ATCreated (timestamp) /XFT/TIMESTAMPL_CREATEDDEC21(7) TZNTSTMPL
CHANGED_ATChanged (timestamp) /XFT/TIMESTAMPL_CHANGEDDEC21(7) TZNTSTMPL
CREATED_BYCreated by user /XFT/USER_CREATEDCHAR12USERNAME
CHANGED_BYChange - User /XFT/USER_CHANGEDCHAR12USERNAME

Key field Non-key field



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

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

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

How to access SAP table /XFT/DDS_SRM_01

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