OUT_MACA_COLUMN

Definition


The OUT_MACA_COLUMN table contains the output columns defined in a mapping table class (see the MACA table)

Technical Data


Schema Version 5.0.6
Tablespace CATALOG_DATA
Partitioned No

Summary


The OUT_MACA_COLUMN table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
NAME        

    The name of the output column
    DESCRIPTION        

      The description of the output column
      TYPE        

        The type of the data values that this output column can contain

        More...

        INDEX_IN_MACA        

          The position of the output column in the mapping table class
          MACA_OID     IX_OUT_MACA_COLUMN  MACA (OID)
           

            The unique identifier of the mapping table class that defines this output column

            Column Details

            The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

            NAME

            Definition The name of the output column
            Type VARCHAR(265), NOT NULL

            DESCRIPTION

            Definition The description of the output column
            Type VARCHAR(2000), NULL

            TYPE

            Definition The type of the data values that this output column can contain
            Format

            The possible values are:

            • 0: String
            • 1: Number

            Type DECIMAL(1), NULL

            INDEX_IN_MACA

            Definition The position of the output column in the mapping table class
            Type DECIMAL(5), NOT NULL

            MACA_OID

            Definition The unique identifier of the mapping table class that defines this output column
            Type DECIMAL(28), NOT NULL
            Available Index IX_OUT_MACA_COLUMN

            Index Details

            The following database indexes are available in the OUT_MACA_COLUMN database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

            IX_OUT_MACA_COLUMN

            Indexed Column(s) MACA_OID
            Unique No
            Partitioned No
            Tablespace CATALOG_INDX