Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SitnDataContext" of service "API_BUSINESS_SITUATION_SRV". This service is part of the following communication scenarios: Business Situation Integration (SAP_COM_0345). See https://api.sap.com/api/API_BUSINESS_SITUATION_SRV for more information.

Hierarchy

  • any
    • SitnDataContext

Implements

Index

Properties

creationDateTime

creationDateTime: Moment

UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun). The UTC timestamp displays date and time according to UTC (Universal Coordinated Time). In order to convert local time into a UTC time stamp, which makes it easier to compare times, the local time must be converted according to your time zone. The ABAP command convert is available for this purpose.Even if the time zone that the conversion is based on can be redetermined from Customizing or master data, we still recommend that you save the time zone.The internal structure of the high-resolution UTC time stamp is logically organized in date and time sections in a packed decimal format (YYYYMMDDhhmmssmmmuuun), which depicts the year, month, day, hour,second, millisecond, microsecond and the first decimal of the nanoseconds. Please note that the hardware that is normally used does not fully support a resolution of 100 nanoseconds, which is available in the structure.See also GET TIME STAMPA UTC time stamp in short form is also available.

nullable

sitnDataContext

sitnDataContext: string

Situation Data Context Data.

nullable

sitnDataContextId

sitnDataContextId: string

Situation Data Context ID. Maximum length: 32.

sitnDefTemplateId

sitnDefTemplateId: string

Situation Standard Template ID. Maximum length: 32.

nullable

sitnDefinitionId

sitnDefinitionId: string

Situation Type ID. Maximum length: 32.

nullable

sitnInstanceId

sitnInstanceId: string

Situation Instance ID. Maximum length: 32.

nullable

sitnInstceActivityId

sitnInstceActivityId: string

Unique ID of Situation Instance Activity. Maximum length: 32.

nullable

sitnInstceActyType

sitnInstceActyType: string

Activity Type of the Situation Instance. Maximum length: 2.

nullable

sitnInstceStatus

sitnInstceStatus: string

Situation Instance Status. Maximum length: 2.

nullable

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<SitnDataContext> = new DateField('CreationDateTime', SitnDataContext, 'Edm.DateTimeOffset')

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

Static SITN_DATA_CONTEXT

SITN_DATA_CONTEXT: StringField<SitnDataContext> = new StringField('SitnDataContext', SitnDataContext, 'Edm.String')

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

Static SITN_DATA_CONTEXT_ID

SITN_DATA_CONTEXT_ID: StringField<SitnDataContext> = new StringField('SitnDataContextID', SitnDataContext, 'Edm.String')

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

Static SITN_DEFINITION_ID

SITN_DEFINITION_ID: StringField<SitnDataContext> = new StringField('SitnDefinitionID', SitnDataContext, 'Edm.String')

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

Static SITN_DEF_TEMPLATE_ID

SITN_DEF_TEMPLATE_ID: StringField<SitnDataContext> = new StringField('SitnDefTemplateID', SitnDataContext, 'Edm.String')

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

Static SITN_INSTANCE_ID

SITN_INSTANCE_ID: StringField<SitnDataContext> = new StringField('SitnInstanceID', SitnDataContext, 'Edm.String')

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

Static SITN_INSTCE_ACTIVITY_ID

SITN_INSTCE_ACTIVITY_ID: StringField<SitnDataContext> = new StringField('SitnInstceActivityID', SitnDataContext, 'Edm.String')

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

Static SITN_INSTCE_ACTY_TYPE

SITN_INSTCE_ACTY_TYPE: StringField<SitnDataContext> = new StringField('SitnInstceActyType', SitnDataContext, 'Edm.String')

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

Static SITN_INSTCE_STATUS

SITN_INSTCE_STATUS: StringField<SitnDataContext> = new StringField('SitnInstceStatus', SitnDataContext, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SitnDataContext.SITN_DATA_CONTEXT_ID,SitnDataContext.SITN_INSTCE_ACTIVITY_ID,SitnDataContext.SITN_INSTANCE_ID,SitnDataContext.CREATION_DATE_TIME,SitnDataContext.SITN_INSTCE_STATUS,SitnDataContext.SITN_INSTCE_ACTY_TYPE,SitnDataContext.SITN_DEFINITION_ID,SitnDataContext.SITN_DEF_TEMPLATE_ID,SitnDataContext.SITN_DATA_CONTEXT]

All fields of the SitnDataContext entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SitnDataContext"

Technical entity name for SitnDataContext.

Static _keyFields

_keyFields: Array<Selectable<SitnDataContext>> = [SitnDataContext.SITN_DATA_CONTEXT_ID]

All key fields of the SitnDataContext entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BUSINESS_SITUATION_SRV"

Technical service name for SitnDataContext.

Methods

Static builder

  • Returns an entity builder to construct instances SitnDataContext.

    Returns EntityBuilderType<SitnDataContext, SitnDataContextType>

    A builder that constructs instances of entity type SitnDataContext.

Static requestBuilder

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

    Returns SitnDataContextRequestBuilder

    A SitnDataContext request builder.