SAP Table
TBCG Graphics profile of bar chart
SAP table TBCG has 4 primary key fields being MANDT,PRF_GRUPPE,PRF_NAME,PRF_INDEX.
If you are only analysing data from a single SAP instance you may omit field MANDT in your relationships as it will be the same across the entire dataset. On the other hand, if you are combining data from multiple SAP instances you need to take MANDT into account.
/ Fields
TBCG columns.
| Field | Description | Data Type | Length | Decimals | Checktable | Data Element | |
|---|---|---|---|---|---|---|---|
| KeyMANDT | Client | CLNT | 3 | 0 | T000 | MANDT | |
| KeyPRF_GRUPPE | Profile group (sort graphics profiles) | CHAR | 4 | 0 | BCPRFGROUP | ||
| KeyPRF_NAME | Name of graphics profile | CHAR | 12 | 0 | BCPRFNAME | ||
| KeyPRF_INDEX | Profile index for the graphics profile | CHAR | 1 | 0 | BCPRFINDEX | ||
| FORM_PROF | Group of form types | CHAR | 6 | 0 | * | BCFORMPROF | |
| FARB_PROF | Group of color types | CHAR | 6 | 0 | * | BCCOLPROF | |
| OPTS_PROF | Name of the options profile | CHAR | 6 | 0 | TBCO | BCOPTSPROF | |
| CMD_PROF | Name of action profile (no longer used) | CHAR | 6 | 0 | BCCMDPROF | ||
| LAYER_PROF | Graphic element group | CHAR | 6 | 0 | * | BCLAYPROF | |
| CHART_PROF | Chart group | CHAR | 6 | 0 | * | BCCHRTPROF |