/SLOAP/ORG_COLOR SAP (matches Org Structure elements to specific color) Table details

Dictionary Type: Table
Description: matches Org Structure elements to specific color




ABAP Code to SELECT data from /SLOAP/ORG_COLOR
Related tables to /SLOAP/ORG_COLOR
Access table /SLOAP/ORG_COLOR




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

/SLOAP/ORG_COLOR is a standard SAP Table which is used to store matches Org Structure elements to specific color data and is available within R/3 SAP systems depending on the version and release level.

The /SLOAP/ORG_COLOR table consists of various fields, each holding specific information or linking keys about matches Org Structure elements to specific color data available in SAP. These include ELEMENT_NAME (R/2 table), RED (3-Character Integer Field), GREEN (3-Character Integer Field), BLUE (3-Character Integer Field).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP /SLOAP/ORG_COLOR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
ELEMENT_NAMER/2 table CHAR5CHAR5CHAR5
RED3-Character Integer Field /SLOAP/INT3NUMC3/SLOAP/NUM03
GREEN3-Character Integer Field /SLOAP/INT3NUMC3/SLOAP/NUM03
BLUE3-Character Integer Field /SLOAP/INT3NUMC3/SLOAP/NUM03

Key field Non-key field



How do I retrieve data from SAP table /SLOAP/ORG_COLOR using ABAP code

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

SELECT SINGLE *
FROM /SLOAP/ORG_COLOR
INTO CORRESPONDING FIELDS OF WA_/SLOAP/ORG_COLOR
WHERE...

How to access SAP table /SLOAP/ORG_COLOR

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