/XFT/SRM_DCO_CUSTOMIZING_QUEUE SAP (Customizing Queue Processes) Structure details

Dictionary Type: Structure
Description: Customizing Queue Processes




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




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

/XFT/SRM_DCO_CUSTOMIZING_QUEUE 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 "Customizing Queue Processes" 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/SRM_DCO_CUSTOMIZING_QUEUE TYPE /XFT/SRM_DCO_CUSTOMIZING_QUEUE.

The /XFT/SRM_DCO_CUSTOMIZING_QUEUE table consists of various fields, each holding specific information or linking keys about Customizing Queue Processes data available in SAP. These include FLAG_BOR (Flag BOR Record), FLAG_TASK (Flag: General Task), EPA_AKTENART (File types), DOCUMENT_TYPE (Document type).. 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: Can be enhanced (character-type or numeric)


SAP /XFT/SRM_DCO_CUSTOMIZING_QUEUE 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
FLAG_EPAFlag: Personnel File /XFT/SRM_DCO_FLAG_EPACHAR1/XFT/BOOLEAN
FLAG_BORFlag BOR Record /XFT/SRM_DCO_FLAG_BORCHAR1/XFT/BOOLEAN
FLAG_TASKFlag: General Task /XFT/SRM_DCO_FLAG_TASKCHAR1/XFT/BOOLEAN
EPA_AKTENARTFile types /XFT/EPA_AKTENARTCHAR5/XFT/EPA_CAKTART/XFT/EPA_AKTENART
DOCUMENT_TYPEDocument type /XFT/SRM_DCO_DOCUMENT_TYPECHAR10TOADVSADC10_DV
RMS_IDRMS ID /XFT/SRM_DCO_RMS_IDCHAR32SRMID
SPSID_TASKElement Type ID SRMSPSIDCHAR32SRMID
SPSID_DOCUMENTElement Type ID SRMSPSIDCHAR32SRMID
NAME_CREP_IDSP Poid Parameter Name Content Repository /XFT/SRM_DCO_NAME_CREP_IDCHAR50TEXT50
NAME_DOCUMENT_IDName SP Poid Parameter Document ID /XFT/SRM_DCO_NAME_DOCUMENT_IDCHAR50TEXT50
DOC_CLASSSAP ArchiveLink: Document class SAEDOKTYPCHAR20TOADDSADC20_DD
MULTIPLE_PERNRCan Document Be Attached to Several Personnel Numbers /XFT/SRM_DCO_MULTIPERNRCHAR1/XFT/BOOLEAN

Key field Non-key field



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

As /XFT/SRM_DCO_CUSTOMIZING_QUEUE 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/SRM_DCO_CUSTOMIZING_QUEUE as there is no data to select.

How to access SAP table /XFT/SRM_DCO_CUSTOMIZING_QUEUE

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