GCCB SAP (GBC: Field Allocations) Table details

Dictionary Type: Table
Description: GBC: Field Allocations




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




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

GCCB is a standard SAP Table which is used to store GBC: Field Allocations data and is available within R/3 SAP systems depending on the version and release level.

The GCCB table consists of various fields, each holding specific information or linking keys about GBC: Field Allocations data available in SAP. These include RELART (Type of Object Relationship), TASK (Task), HOME (Original System of Object), STEP (Task Step).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP GCCB 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 MANDTCLNT3T000MANDT
RELARTType of Object Relationship GCERELARTCHAR3GCCAGCDRELART
TASKTask GCETASKCHAR4GCCDGCDTASK
HOMEOriginal System of Object GCEHOMECHAR3GCCDGCDHOME
STEPTask Step GCESTEPNUMC6GCCCGCDCOUNTER
CNTVal. Conversion GCEVMCNTNUMC6GCDCOUNTER
SFLDTYPField Type GCEFLDTYPCHAR1GCDFLDTYP
SPARAMNAMEParameters of Interface Method GCEPARAMETERCHAR32SWC_ELEM
SFELDNAMEField for Structure Type GCEFIELDCHAR30Assigned to domainFDNAME
SSTEPTask Step GCESTEPNUMC6GCDCOUNTER
TFLDTYPField Type GCEFLDTYPCHAR1GCDFLDTYP
TPARAMNAMEParameters of Interface Method GCEPARAMETERCHAR32SWC_ELEM
TFELDNAMEField for Structure Type GCEFIELDCHAR30Assigned to domainFDNAME
TSTEPTask Step GCESTEPNUMC6GCDCOUNTER
RELFLGIndicators GCEFLGCHAR1GCDFLG
KTFLGKey Conversion GCEKTFLGCHAR1
VMIDConsecutive Number GCECOUNTERNUMC6GCDCOUNTER

Key field Non-key field



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

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

SELECT SINGLE *
FROM GCCB
INTO CORRESPONDING FIELDS OF WA_GCCB
WHERE...

How to access SAP table GCCB

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