Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SitnInstance" 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
    • SitnInstance

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

sitnDefAnchorObject

sitnDefAnchorObject: string

Situation Anchor Object Type. Maximum length: 30.

nullable

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.

sitnInstceAnchorObjectKey

sitnInstceAnchorObjectKey: string

Anchor Object Key. Maximum length: 70.

nullable

sitnInstceStatus

sitnInstceStatus: string

Situation Instance Status. Maximum length: 2.

nullable

sitnInstceTriggerObjectKey

sitnInstceTriggerObjectKey: string

Trigger Object Key. Maximum length: 70.

nullable

Static ALL_FIELDS

ALL_FIELDS: any = new AllFields('*', SitnInstance)

All fields selector.

Static CREATION_DATE_TIME

CREATION_DATE_TIME: DateField<SitnInstance> = new DateField('CreationDateTime', SitnInstance, '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_DEFINITION_ID

SITN_DEFINITION_ID: StringField<SitnInstance> = new StringField('SitnDefinitionID', SitnInstance, '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_ANCHOR_OBJECT

SITN_DEF_ANCHOR_OBJECT: StringField<SitnInstance> = new StringField('SitnDefAnchorObject', SitnInstance, 'Edm.String')

Static representation of the sitnDefAnchorObject 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<SitnInstance> = new StringField('SitnDefTemplateID', SitnInstance, '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<SitnInstance> = new StringField('SitnInstanceID', SitnInstance, '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_ANCHOR_OBJECT_KEY

SITN_INSTCE_ANCHOR_OBJECT_KEY: StringField<SitnInstance> = new StringField('SitnInstceAnchorObjectKey', SitnInstance, 'Edm.String')

Static representation of the sitnInstceAnchorObjectKey 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<SitnInstance> = new StringField('SitnInstceStatus', SitnInstance, '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 SITN_INSTCE_TRIGGER_OBJECT_KEY

SITN_INSTCE_TRIGGER_OBJECT_KEY: StringField<SitnInstance> = new StringField('SitnInstceTriggerObjectKey', SitnInstance, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SitnInstance.SITN_INSTANCE_ID,SitnInstance.SITN_DEFINITION_ID,SitnInstance.SITN_INSTCE_ANCHOR_OBJECT_KEY,SitnInstance.SITN_INSTCE_TRIGGER_OBJECT_KEY,SitnInstance.SITN_INSTCE_STATUS,SitnInstance.CREATION_DATE_TIME,SitnInstance.SITN_DEF_ANCHOR_OBJECT,SitnInstance.SITN_DEF_TEMPLATE_ID]

All fields of the SitnInstance 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_SitnInstance"

Technical entity name for SitnInstance.

Static _keyFields

_keyFields: Array<Selectable<SitnInstance>> = [SitnInstance.SITN_INSTANCE_ID]

All key fields of the SitnInstance entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_BUSINESS_SITUATION_SRV"

Technical service name for SitnInstance.

Methods

Static builder

  • Returns an entity builder to construct instances SitnInstance.

    Returns EntityBuilderType<SitnInstance, SitnInstanceType>

    A builder that constructs instances of entity type SitnInstance.

Static customField

  • Returns a selectable object that allows the selection of custom field in a get request for the entity SitnInstance.

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<SitnInstance>

    A builder that constructs instances of entity type SitnInstance.

Static requestBuilder

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

    Returns SitnInstanceRequestBuilder

    A SitnInstance request builder.