Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "SubscriptionRead" of service "CA_BEH_SUBSCRIPTION_SRV". This service is part of the following communication scenarios: Business Event Handling Integration (SAP_COM_0121). See https://api.sap.com/api/CA_BEH_SUBSCRIPTION_SRV for more information.

Hierarchy

  • any
    • SubscriptionRead

Implements

Index

Properties

busEventPriority

busEventPriority: number

Subscription priority. Indicates the importance level of a subscription. For example, if the priority of a subscription is 1, then it will hold the most importance.

busEventSubscriberCode

busEventSubscriberCode: string

Subscriber ID. Indicates the unique identification that you use to maintain the business object subscriptions. Maximum length: 4.

busEventSubscriptionStateCode

busEventSubscriptionStateCode: string

State. Indicates whether the subscription is active or inactive. If the value of this field is 1, then the subscription is active. If the value of this field is 0, then the subscription is inactive. When a subscription is created, then by default, it is in Active state. Maximum length: 1.

businessEventSubscriberName

businessEventSubscriberName: string

Subscriber Name. Indicates the short description that you use for Subscriber ID. Maximum length: 32.

createdByUserName

createdByUserName: string

User Description. Maximum length: 80.

creationUtcDateTime

creationUtcDateTime: BigNumber

UTC Time Stamp in Short Form (YYYYMMDDhhmmss).

nullable

sapObjectTaskCode

sapObjectTaskCode: string

SAP Object Task Code. Maximum length: 18.

sapObjectTaskTypeName

sapObjectTaskTypeName: string

SAP Object Task Type Name. Indicates the text description of a particular business object task, which is dependent on the language that you maintain in the text table. Maximum length: 40.

sapObjectType

sapObjectType: string

SAP Object Type. Indicates the name of the business object type. Maximum length: 30.

sapObjectTypeName

sapObjectTypeName: string

SAP Object Type Name. Indicates the text description of a particular business object type. Maximum length: 40.

Static BUSINESS_EVENT_SUBSCRIBER_NAME

BUSINESS_EVENT_SUBSCRIBER_NAME: StringField<SubscriptionRead> = new StringField('BusinessEventSubscriberName', SubscriptionRead, 'Edm.String')

Static representation of the businessEventSubscriberName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static BUS_EVENT_PRIORITY

BUS_EVENT_PRIORITY: NumberField<SubscriptionRead> = new NumberField('BusEventPriority', SubscriptionRead, 'Edm.Byte')

Static representation of the busEventPriority property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static BUS_EVENT_SUBSCRIBER_CODE

BUS_EVENT_SUBSCRIBER_CODE: StringField<SubscriptionRead> = new StringField('BusEventSubscriberCode', SubscriptionRead, 'Edm.String')

Static representation of the busEventSubscriberCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static BUS_EVENT_SUBSCRIPTION_STATE_CODE

BUS_EVENT_SUBSCRIPTION_STATE_CODE: StringField<SubscriptionRead> = new StringField('BusEventSubscriptionStateCode', SubscriptionRead, 'Edm.String')

Static representation of the busEventSubscriptionStateCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CREATED_BY_USER_NAME

CREATED_BY_USER_NAME: StringField<SubscriptionRead> = new StringField('CreatedByUserName', SubscriptionRead, 'Edm.String')

Static representation of the createdByUserName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static CREATION_UTC_DATE_TIME

CREATION_UTC_DATE_TIME: BigNumberField<SubscriptionRead> = new BigNumberField('CreationUTCDateTime', SubscriptionRead, 'Edm.Decimal')

Static representation of the creationUtcDateTime property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SAP_OBJECT_TASK_CODE

SAP_OBJECT_TASK_CODE: StringField<SubscriptionRead> = new StringField('SAPObjectTaskCode', SubscriptionRead, 'Edm.String')

Static representation of the sapObjectTaskCode property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SAP_OBJECT_TASK_TYPE_NAME

SAP_OBJECT_TASK_TYPE_NAME: StringField<SubscriptionRead> = new StringField('SAPObjectTaskTypeName', SubscriptionRead, 'Edm.String')

Static representation of the sapObjectTaskTypeName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SAP_OBJECT_TYPE

SAP_OBJECT_TYPE: StringField<SubscriptionRead> = new StringField('SAPObjectType', SubscriptionRead, 'Edm.String')

Static representation of the sapObjectType property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static SAP_OBJECT_TYPE_NAME

SAP_OBJECT_TYPE_NAME: StringField<SubscriptionRead> = new StringField('SAPObjectTypeName', SubscriptionRead, 'Edm.String')

Static representation of the sapObjectTypeName property for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [SubscriptionRead.BUS_EVENT_SUBSCRIBER_CODE,SubscriptionRead.SAP_OBJECT_TYPE,SubscriptionRead.SAP_OBJECT_TASK_CODE,SubscriptionRead.SAP_OBJECT_TYPE_NAME,SubscriptionRead.SAP_OBJECT_TASK_TYPE_NAME,SubscriptionRead.BUS_EVENT_SUBSCRIPTION_STATE_CODE,SubscriptionRead.BUS_EVENT_PRIORITY,SubscriptionRead.BUSINESS_EVENT_SUBSCRIBER_NAME,SubscriptionRead.CREATION_UTC_DATE_TIME,SubscriptionRead.CREATED_BY_USER_NAME]

All fields of the SubscriptionRead entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/CA_BEH_SUBSCRIPTION_SRV"

Default url path for the according service.

Static _entityName

_entityName: string = "SubscriptionRead"

Technical entity name for SubscriptionRead.

Static _keyFields

_keyFields: Array<Selectable<SubscriptionRead>> = [SubscriptionRead.BUS_EVENT_SUBSCRIBER_CODE, SubscriptionRead.SAP_OBJECT_TYPE, SubscriptionRead.SAP_OBJECT_TASK_CODE]

All key fields of the SubscriptionRead entity.

Static _keys

_keys: any = SubscriptionRead._keyFields.reduce((acc: any, field) => {acc[field.fieldName] = field;return acc;}, {})

Mapping of all key field names to the respective static field property SubscriptionRead.

Static _serviceName

_serviceName: string = "CA_BEH_SUBSCRIPTION_SRV"

Technical service name for SubscriptionRead.

Methods

Static builder

  • Returns an entity builder to construct instances SubscriptionRead.

    Returns EntityBuilderType<SubscriptionRead, SubscriptionReadType>

    A builder that constructs instances of entity type SubscriptionRead.

Static requestBuilder

  • Returns a request builder to construct requests for operations on the SubscriptionRead entity type.

    Returns SubscriptionReadRequestBuilder

    A SubscriptionRead request builder.