!--a11y-->
Definition
The CELL_DATA component describes the value cells.
The number cells of the query view are given as the assigned table of rows for BAPI type BAPI6111CD. If you display the query view data as a table, the assignment of cells corresponds to that of the data block, in which the assignment is run first using the rows and then using the columns.
The index of a specific value is therefore calculated as follows:
Index = Column position + (row position – 1)* number of columns
Structure
The data structure is as follows:
|
Component |
Description |
|
CELL_ORDINAL |
Numbering of the values begins with 0
CELL_ORDINAL is always smaller by 1 than the index of the rows |
|
VALUE |
Value |
|
FORMATTED_VALUE |
Formatted value Unit and currency are used already in this field |
|
VALUE_TYPE |
Value type The value type accepts the following values: ‘ ’ normal, valid value ‘0’ division by 0 ‘1’ value cannot be determined ‘3’ value constructed from different currencies ‘5’ zero value ‘9’ surplus ‘D’ date ‘T’ time ‘A’ no authorization for this value |
|
CURRENCY |
Currency identifier |
|
UNIT |
Unit identifier |
|
MWKZ |
Amount/value key figure The amount/value key figure accepts the following values: 'W' value ‘M’ amount ‘P’ price ‘Q’ ratio ‘%’ percentage value ‘C’ counter ‘F’ real number ‘D’ date ‘T’ time |
|
NUM_SCALE |
Scaling factors 0 for 1, 1 for 10, 2 for 100, 3 for 1000, ... |
|
NUM_PREC |
Precision of the number in decimal places |
|
CELL_STATUS |
Not used |
|
BACK_COLOR |
Not used |