/XFT/DDS_SRM_COMP_CREATE SAP (Create component) Structure details

Dictionary Type: Structure
Description: Create component




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




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

/XFT/DDS_SRM_COMP_CREATE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Create component" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_/XFT/DDS_SRM_COMP_CREATE TYPE /XFT/DDS_SRM_COMP_CREATE.

The /XFT/DDS_SRM_COMP_CREATE table consists of various fields, each holding specific information or linking keys about Create component data available in SAP. These include HASH_MD5_C (Hash Value (160 Bits)), STOR_COMP_ID (Storage Component ID), MIME_TYPE (MIME type), FILE_NAME (File name).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /XFT/DDS_SRM_COMP_CREATE structure 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
COMP_SIZESize in Bytes /XFT/DOC_SIZENUMC20/XFT/DOC_SIZE
HASH_MD5_CHash Value (160 Bits) HASH160CHAR40
STOR_COMP_IDStorage Component ID /XFT/DDS_SRM_STOR_COMP_IDSTRG0
MIME_TYPEMIME type /XFT/DDS_SRM_MIME_TYPESTRG0
FILE_NAMEFile name /XFT/DDS_SRM_FILE_NAMESTRG0
CHARACTER_SETCharacter Set (utf-8,...) /XFT/DDS_SRM_CHARACTER_SETSTRG0

Key field Non-key field



How do I retrieve data from SAP structure /XFT/DDS_SRM_COMP_CREATE using ABAP code?

As /XFT/DDS_SRM_COMP_CREATE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on /XFT/DDS_SRM_COMP_CREATE as there is no data to select.

How to access SAP table /XFT/DDS_SRM_COMP_CREATE

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