FCSLOT SAP (CO11N Constants SLOTx) Structure details

Dictionary Type: Structure
Description: CO11N Constants SLOTx




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




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

FCSLOT 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 "CO11N Constants SLOTx" 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_FCSLOT TYPE FCSLOT.

The FCSLOT table consists of various fields, each holding specific information or linking keys about CO11N Constants SLOTx data available in SAP. These include FCSL2 (CO11N Constant SLOT2), FCSL3 (CO11N Constant SLOT3), FCSL4 (CO11N Constant SLOT4), FCSL5 (CO11N Constant SLOT5).. 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 FCSLOT 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
FCSL1CO11N Constant SLOT1 RU_FCSLOT1CHAR6RU_FCSLOT1
FCSL2CO11N Constant SLOT2 RU_FCSLOT2CHAR6RU_FCSLOT2
FCSL3CO11N Constant SLOT3 RU_FCSLOT3CHAR6RU_FCSLOT3
FCSL4CO11N Constant SLOT4 RU_FCSLOT4CHAR6RU_FCSLOT4
FCSL5CO11N Constant SLOT5 RU_FCSLOT5CHAR6RU_FCSLOT5
FCSL6CO11N Constant SLOT6 RU_FCSLOT6CHAR6RU_FCSLOT6
FCSL7CO11N Constant SLOT7 RU_FCSLOT7CHAR6RU_FCSLOT7
FCSL8CO11N Constant SLOT8 RU_FCSLOT8CHAR6RU_FCSLOT8
FCSL9CO11N Constant SLOT9 RU_FCSLOT9CHAR6RU_FCSLOT9
FCSL10CO11N Constant SLOT10 RU_FCSLOT10CHAR6RU_FCSLOT10
FCSL11CO11N Constant SLOT11 RU_FCSLOT11CHAR6RU_FCSLOT11
FCSL12CO11N Constant SLOT12 RU_FCSLOT12CHAR6RU_FCSLOT12

Key field Non-key field



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

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

How to access SAP table FCSLOT

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