TCOA_DSP SAP (Helf structure for object selection order information system) Structure details

Dictionary Type: Structure
Description: Helf structure for object selection order information system




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




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

TCOA_DSP 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 "Helf structure for object selection order information system" 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_TCOA_DSP TYPE TCOA_DSP.

The TCOA_DSP table consists of various fields, each holding specific information or linking keys about Helf structure for object selection order information system data available in SAP. These include ITEM_SEL (Read object in order info system from DB), ITEM_FLT (Do not display object on object overview), ITEM_AFL (Last object to be expanded), ITEM_POS (Item from Individual List in Object Overview).. 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)


SAP TCOA_DSP 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
HEADER_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
ITEM_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
ITEM_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
ITEM_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
ITEM_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
MAMO_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
MAMO_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
MAMO_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
MAMO_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
SEQUEN_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
SEQUEN_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
SEQUEN_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
SEQUEN_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
OPER_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
OPER_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
OPER_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
OPER_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
COMP_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
COMP_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
COMP_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
COMP_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
MST_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
MST_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
MST_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
MST_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
PRT_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
PRT_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
PRT_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
PRT_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
CAP_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
CAP_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
CAP_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
CAP_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
CONF_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
CONF_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
CONF_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
CONF_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
GOMO_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
GOMO_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
GOMO_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
GOMO_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
GMER_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
GMER_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
GMER_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
GMER_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
PREQ_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
PREQ_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
PREQ_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
PREQ_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
PORD_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
PORD_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
PORD_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
PORD_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2
DOCL_SELRead object in order info system from DB KZ_OB_READCHAR1XFELD
DOCL_FLTDo not display object on object overview KZ_OB_FLTCHAR1XFELD
DOCL_AFLLast object to be expanded KZ_OB_EXPCHAR1XFELD
DOCL_POSItem from Individual List in Object Overview COIS_POSNUMC2NUMC2

Key field Non-key field



How do I retrieve data from SAP structure TCOA_DSP using ABAP code?

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

How to access SAP table TCOA_DSP

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