RCJ_CUS_TAB SAP (Table attributes in bar chart) Structure details

Dictionary Type: Structure
Description: Table attributes in bar chart




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




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

RCJ_CUS_TAB 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 "Table attributes in bar chart" 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_RCJ_CUS_TAB TYPE RCJ_CUS_TAB.

The RCJ_CUS_TAB table consists of various fields, each holding specific information or linking keys about Table attributes in bar chart data available in SAP. These include HLT_PROF (Group of color types), HLT_TYPE (Color), MARK (Selection flag), BGCOL (Foreground color).. 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 RCJ_CUS_TAB 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
HLTName of color definition NETHLTKEYCHAR6Assigned to domainNETHLTKEY
HLT_PROFGroup of color types BCCOLPROFCHAR6Assigned to domainBCCOLPROF
HLT_TYPEColor BCFARBTYPCHAR2CHAR2
MARKSelection flag SELKZCHAR1SELKZ
BGCOLForeground color PSBGCOLCHAR11Assigned to domainW_COLOR
FMTName of form definition NETFMTKEYCHAR6Assigned to domainNETFMTKEY
FMT_PROFGroup of form types BCFORMPROFCHAR6Assigned to domainBCFORMPROF
FMT_TYPEForm type BCFORMTYPCHAR2CHAR2
FGCOLColor of text in field VCFGCOLCHAR11Assigned to domainW_COLOR
FONTNAMEFont VCFONTNAMECHAR9VCFONTNAME
FONTBODYFont style for text in field VCFONTBODYCHAR14Assigned to domainVCFONTBODY
KURSIVSelection flag SELKZCHAR1SELKZ
FETTSelection flag SELKZCHAR1SELKZ
FONTSIZEFont size for text in field VCFONTSIZENUMC3VCFONTSIZE
PATTERNShading pattern for graphical objects VCPATTERNCHAR21Assigned to domainVCPATTERN
PT_DARSTDisplay RCJDARSTCHAR10CHAR10
PATTERN_BGBackground pattern color PSPATTBGCHAR11Assigned to domainW_COLOR
GF_TEXTGeneral description KTEXT40CHAR40TEXT40
GF_TYPEForm type BCFORMTYPCHAR2CHAR2
GMF_FILEName of file for the graphic symbol VCGMFFILECHAR12TGMFVCGMFFILE
3D_EFFECTFlag: 3D effect VC3DEFFECTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RCJ_CUS_TAB

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