Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_SpecStatusAttributes" of service "API_REALSUBSTANCE". See https://api.sap.com/api/API_REALSUBSTANCE for more information.

Hierarchy

  • any
    • SpecStatusAttributes

Implements

Index

Properties

specificationHdrStsAttribute

specificationHdrStsAttribute: string

Attribute per Object Type. Maximum length: 20.

specificationHeaderStatus

specificationHeaderStatus: string

Status Identification. Maximum length: 20.

Static SPECIFICATION_HDR_STS_ATTRIBUTE

SPECIFICATION_HDR_STS_ATTRIBUTE: StringField<SpecStatusAttributes> = new StringField('SpecificationHdrStsAttribute', SpecStatusAttributes, 'Edm.String')

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

Static SPECIFICATION_HEADER_STATUS

SPECIFICATION_HEADER_STATUS: StringField<SpecStatusAttributes> = new StringField('SpecificationHeaderStatus', SpecStatusAttributes, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SpecStatusAttributes.SPECIFICATION_HEADER_STATUS,SpecStatusAttributes.SPECIFICATION_HDR_STS_ATTRIBUTE]

All fields of the SpecStatusAttributes entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SpecStatusAttributes"

Technical entity name for SpecStatusAttributes.

Static _keyFields

_keyFields: Array<Selectable<SpecStatusAttributes>> = [SpecStatusAttributes.SPECIFICATION_HEADER_STATUS, SpecStatusAttributes.SPECIFICATION_HDR_STS_ATTRIBUTE]

All key fields of the SpecStatusAttributes entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_REALSUBSTANCE"

Technical service name for SpecStatusAttributes.

Methods

Static builder

Static requestBuilder

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

    Returns SpecStatusAttributesRequestBuilder

    A SpecStatusAttributes request builder.