SUMT_MARO
Definition
The SUMT_MARO table contains the rows of the Subscriber Mapping Tables
Technical Data
| Schema Version |
4.5.13 |
| Segment |
SUBSCRIBER_DATA |
| Partitioned |
Yes, when you use the partitioning scheme and corresponding SQL scripts |
Summary
The SUMT_MARO table is defined by the
following columns.
See the column details for more information.
Column Details
ID
| Definition |
The identifier of the row. It must be unique in the Subscriber Mapping Table containing
the row
|
| Type |
NVARCHAR(256), NOT NULL |
IN_01
| Definition |
The value of the first input column |
| Type |
NVARCHAR(256), NULL |
IN_02
| Definition |
The value of the second input column |
| Type |
NVARCHAR(256), NULL |
IN_03
| Definition |
The value of the third input column |
| Type |
NVARCHAR(256), NULL |
IN_04
| Definition |
The value of the fourth input column |
| Type |
NVARCHAR(256), NULL |
START_DATE
| Definition |
The start date for the row |
| Type |
DATETIME, NOT NULL |
END_DATE
| Definition |
The end date of the row |
| Type |
DATETIME, NOT NULL |
OUT_S_01
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_02
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_03
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_04
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_05
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_06
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_07
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_08
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_09
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_10
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_11
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_12
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_13
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_14
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_S_15
| Definition |
The value of an output column (String or currency type) |
| Type |
NVARCHAR(256), NULL |
OUT_N_01
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_02
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_03
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_04
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_05
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_06
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_07
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_08
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_09
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_10
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_11
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_12
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_13
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_14
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
OUT_N_15
| Definition |
The value of an output column (Number type) |
| Type |
DECIMAL(28,6), NULL |
SUMT_OID
| Definition |
The identifier of the Subscriber Mapping Table containing the row |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_SUMT_MARO |
PARTITION_ID
| Definition |
The partition of the Subscriber Account the row belongs to |
| Type |
DECIMAL(4), NOT NULL |
Index Details
The following database indexes are available in the
SUMT_MARO database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_SUMT_MARO
| Indexed Column(s) |
SUMT_OID |
| Unique |
No |
| Partitioned |
No |
| Clustered |
No |
| Segment |
SUBSCRIBER_INDX |