Table/Structure Field list used by SAP ABAP Function Module BARC_ADD_CHART (Create a chart)
SAP ABAP Function Module BARC_ADD_CHART (Create a chart) is using
# Object Type Object Name Object Description Note
     
1 Table/Structure Field  BCCHART - COLUMN_ANZ Column number in table part of chart SOURCE VALUE(COLUMN_ANZ) LIKE BCCHART-COLUMN_ANZ DEFAULT 1
2 Table/Structure Field  BCCHART - COLUMN_ANZ Column number in table part of chart
3 Table/Structure Field  BCCHART - ID Object identification in bar chart
4 Table/Structure Field  BCCHART - ID Object identification in bar chart SOURCE VALUE(ID) LIKE BCCHART-ID
5 Table/Structure Field  BCCHART - INDEX Index of chart in bar chart
6 Table/Structure Field  BCCHART - INDEX Index of chart in bar chart SOURCE VALUE(INDEX) LIKE BCCHART-INDEX DEFAULT 1
7 Table/Structure Field  BCCHART - SIZE Chart height
8 Table/Structure Field  BCCHART - SIZE Chart height SOURCE VALUE(SIZE) LIKE BCCHART-SIZE DEFAULT 500
9 Table/Structure Field  BCCHART - TYPE Chart type
10 Table/Structure Field  BCCHART - TYPE Chart type SOURCE VALUE(CHART_TYPE) LIKE BCCHART-TYPE DEFAULT '00'
11 Table/Structure Field  NET_GRAPH - WINID Window ID in graphic SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE
12 Table/Structure Field  NET_GRAPH - WINID Window ID in graphic