TBCA - Chart types in bar chart
Chart types in bar chart information is stored in SAP table TBCA.
It is part of development package SGRC in software component BC-FES-GRA. This development package consists of objects that can be grouped under "ABAP Graphics Development: Network, Bar Chart".
It is part of development package SGRC in software component BC-FES-GRA. This development package consists of objects that can be grouped under "ABAP Graphics Development: Network, Bar Chart".
Fields for table TBCA
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| MANDT | Client | X | MANDT | CLNT | 3 | T000 |
| PROFILE | Chart group | X | BCCHRTPROF | CHAR | 6 | |
| TYPE | Chart type | X | BCCHRTTYP | CHAR | 2 | |
| TITLE | Flag: Display chart title | BCCHARTTIT | CHAR | 1 | ||
| TABLE_TIT | Flag: Display table title | BCCHARTTTI | CHAR | 1 | ||
| DIAG_TIT | Flag: display time axis | BCCHARTDTI | CHAR | 1 | ||
| TABLE_SEC | Flag: Display table area | BCCHARTTSC | CHAR | 1 | ||
| DIAG_SEC | Flag: display graph area | BCCHARTDSC | CHAR | 1 | ||
| TITEL_COL | Background color for title bar | BCCHARTTC | CHAR | 6 | THLT | |
| TIMEAX_COL | Definition of time axis background color | BCCHARTTAC | CHAR | 6 | THLT | |
| TABSEC_COL | Color defintion for background color of table area | BCCHARTTSO | CHAR | 6 | THLT | |
| DIASEC_COL | Color Definition for Background of Graph Area | BCCHARTDSO | CHAR | 6 | THLT | |
| MARK_SPALT | Flag: Fixed selection column | BCCHARTMSP | CHAR | 1 | ||
| DIAG_BMP | Name of the graphic symbol file for the diagram area | BCDIAGBMP | CHAR | 12 | TGMF | |
| TABLE_BMP | Name of the graphic symbol file for the table area | BCTABLEBMP | CHAR | 12 | TGMF | |
| CHART_BMP | Name of the graphic symbol file for the subgraphic | BCCHARTBMP | CHAR | 12 | TGMF | |
| RGHT_SPALT | Flag: Fixed column right | BCCHARTMSR | CHAR | 1 |