SCCD_ASPECT SAP (SCC: Check Aspects) Table details

Dictionary Type: Table
Description: SCC: Check Aspects




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




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

SCCD_ASPECT is a standard SAP Table which is used to store SCC: Check Aspects data and is available within R/3 SAP systems depending on the version and release level.

The SCCD_ASPECT table consists of various fields, each holding specific information or linking keys about SCC: Check Aspects data available in SAP. These include VERSION (Version), ASPECT_KIND (Check Aspect Type), VALUE_ORIGIN (Check Aspect Type (Domain or Service Class)), ASPECT_IMPL (Check Aspect Implementation).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SCCD_ASPECT_T


SAP SCCD_ASPECT table 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
ASPECT_IDCheck Aspect SCC_ASPECT_IDCHAR30SCC_ASPECT_ID
VERSIONVersion SCC_VERSIONCHAR1SCC_VERSION
ASPECT_KINDCheck Aspect Type SCC_ASPECT_KINDCHAR1SCC_ASPECT_KIND
VALUE_ORIGINCheck Aspect Type (Domain or Service Class) SCC_VALUE_ORIGINCHAR30SCC_VALUE_ORIGIN
ASPECT_IMPLCheck Aspect Implementation SCC_ASPECT_IMPLCHAR30SEOCLSNAME
CHANGED_BYLast Changed by SCC_CHANGED_BYCHAR12SCC_USER
CHANGED_ONChanged On SCC_CHANGED_ONDATS8SCC_DATE
DEFAULT_VALUECheck Aspect Value (Proposal) SCC_DEFAULT_ASPECT_VALUESSTR255SCC_ASPECT_VALUE
DEFAULT_PRIORITYPriority (Proposal) SCC_DEFAULT_PRIORITYINT13SCC_PRIORITY

Key field Non-key field



How do I retrieve data from SAP table SCCD_ASPECT using ABAP code

The following ABAP code Example will allow you to do a basic selection on SCCD_ASPECT to SELECT all data from the table
DATA: WA_SCCD_ASPECT TYPE SCCD_ASPECT.

SELECT SINGLE *
FROM SCCD_ASPECT
INTO CORRESPONDING FIELDS OF WA_SCCD_ASPECT
WHERE...

How to access SAP table SCCD_ASPECT

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