CCSS_DS SAP (Dynpro fields for selection filter DS_entrys) Structure details

Dictionary Type: Structure
Description: Dynpro fields for selection filter DS_entrys




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




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

CCSS_DS 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 "Dynpro fields for selection filter DS_entrys" 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_CCSS_DS TYPE CCSS_DS.

The CCSS_DS table consists of various fields, each holding specific information or linking keys about Dynpro fields for selection filter DS_entrys data available in SAP. These include CB_LART (Restrict Selection: Activity Types), CB_ST_KZ (Restrict Selection: Statistical Key Figures), CB_EP_COST (Restrict Selection: Cost Line Items), CB_EP_LART (Restrict Selection: Activity Type Line Items).. 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 CCSS_DS 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
CB_COSTRestrict Selection: Costs CB_COSTCHAR1XFELD
CB_LARTRestrict Selection: Activity Types CB_LARTCHAR1XFELD
CB_ST_KZRestrict Selection: Statistical Key Figures CB_ST_KZCHAR1XFELD
CB_EP_COSTRestrict Selection: Cost Line Items CB_EP_COSTCHAR1XFELD
CB_EP_LARTRestrict Selection: Activity Type Line Items CB_EP_LARTCHAR1XFELD
CB_EP_SKZRestrict Selection: Statistical Key Figures Line Items CB_EP_SKZCHAR1XFELD
CB_SONSTRestrict Selection: All Other Data Set Entries CB_SONSTCHAR1XFELD
CB_ISTRestrict Selection to Actual Values CB_ISTCHAR1XFELD
CB_PLANRestrict Selection to Planned Values CB_PLANCHAR1XFELD
CB_SOLLRestrict Selection to Target Values CB_SOLLCHAR1XFELD
CB_ANDERERestrict by All Other Values CB_ANDERECHAR1XFELD
RB_MENGENSelect all quantity data RB_MENGENCHAR1RW_RADIO
RB_BETRAGSelect all amount data RB_BETRAGCHAR1RW_RADIO
RB_BEIDESSelect quantity and amount data RB_BEIDESCHAR1RW_RADIO
RB_USERDEFSelection by User-Defined Data Set Entries CB_USERDEFCHAR1XFELD
RB_STANDARSelection of All Standard Data Set Entries CB_STANDARCHAR1XFELD
RB_ALLSelection by All Data Set Entries CB_ALLCHAR1XFELD
CB_STATISTRestriction to Statistical Actual Values CB_STATISTCHAR1XFELD
CB_STATPLARestriction to Statistical Planned Values CB_STATPLACHAR1XFELD

Key field Non-key field



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

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

How to access SAP table CCSS_DS

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