ALLOWANCE_EVENT_CLASS

Allowance Event Class

Definition


The ALLOWANCE_EVENT_CLASS table contains the description of each allowance event class

Description


The ALLOWANCE_EVENT_CLASS table contains the description of each allowance event class.

The allowance event class is composed by a list of allowance event class properties.

Technical Data


Schema Version 2023.0.2
Filegroup COCKPIT_DATA
Partitioned No

Summary


The ALLOWANCE_EVENT_CLASS 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
OID PK_ALLOWANCE_EVENT_CLASS       

The unique identifier of the allowance event class
IN_ERROR_STATE        

    Indicates whether the allowance event class is in error or not

    More...

    CHILD_IN_ERROR        

      Indicates whether the allowance event class has fields in error or not

      More...

      NAME        

        The name of the allowance event class
        RELEASED_OID        

          The unique identifier of the released allowance event class when its is being modified
          STATE        

            The state of the allowance event class

            More...

            CC_NAME        

              The name of the allowance event class in the SAP CC Core Server system
              DESCRIPTION        

                The description of the allowance event class
                ALLOWANCEPLAN_OID       ALLOWANCE_PLAN (OID)
                 

                  The unique identifier of the allowance plan having this allowance event class

                  Column Details

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

                  OID

                  Definition The unique identifier of the allowance event class
                  Type DECIMAL(28), NOT NULL
                  Primary Key PK_ALLOWANCE_EVENT_CLASS

                  IN_ERROR_STATE

                  Definition Indicates whether the allowance event class is in error or not
                  Format

                  The possible values are:

                  • 0: No errors
                  • 1: One or more errors

                  Type BIT, NULL

                  CHILD_IN_ERROR

                  Definition Indicates whether the allowance event class has fields in error or not
                  Format

                  The possible values are:

                  • 0: No fields in error
                  • 1: One or more fields in error

                  Type DECIMAL(10), NOT NULL

                  NAME

                  Definition The name of the allowance event class
                  Type NVARCHAR(256), NULL

                  RELEASED_OID

                  Definition The unique identifier of the released allowance event class when its is being modified
                  Type DECIMAL(28), NULL

                  STATE

                  Definition The state of the allowance event class
                  Format

                  The possible values are:

                  • 0: CREATED
                  • 1: MODIFIED
                  • 2: RELEASED

                  Type DECIMAL(3), NULL

                  CC_NAME

                  Definition The name of the allowance event class in the SAP CC Core Server system
                  Type NVARCHAR(256), NOT NULL

                  DESCRIPTION

                  Definition The description of the allowance event class
                  Type NVARCHAR(2000), NULL

                  ALLOWANCEPLAN_OID

                  Definition The unique identifier of the allowance plan having this allowance event class
                  Type DECIMAL(28), NOT NULL

                  Primary Key Details

                  See the primary key information:

                  PK_ALLOWANCE_EVENT_CLASS

                  Column(s) OID
                  Filegroup COCKPIT_DATA