Options
All
  • Public
  • Public/Protected
  • All
Menu

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

Hierarchy

  • any
    • SpecStatusSchema

Implements

Index

Properties

specificationHdrStsDfltSchema

specificationHdrStsDfltSchema: boolean

Default Status Scheme.

nullable

specificationHdrStsSchema

specificationHdrStsSchema: string

Status Scheme. Maximum length: 20.

specificationType

specificationType: string

Subordinate Object Type. Maximum length: 20.

Static SPECIFICATION_HDR_STS_DFLT_SCHEMA

SPECIFICATION_HDR_STS_DFLT_SCHEMA: BooleanField<SpecStatusSchema> = new BooleanField('SpecificationHdrStsDfltSchema', SpecStatusSchema, 'Edm.Boolean')

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

Static SPECIFICATION_HDR_STS_SCHEMA

SPECIFICATION_HDR_STS_SCHEMA: StringField<SpecStatusSchema> = new StringField('SpecificationHdrStsSchema', SpecStatusSchema, 'Edm.String')

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

Static SPECIFICATION_TYPE

SPECIFICATION_TYPE: StringField<SpecStatusSchema> = new StringField('SpecificationType', SpecStatusSchema, 'Edm.String')

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

Static _allFields

_allFields: any[] = [SpecStatusSchema.SPECIFICATION_TYPE,SpecStatusSchema.SPECIFICATION_HDR_STS_SCHEMA,SpecStatusSchema.SPECIFICATION_HDR_STS_DFLT_SCHEMA]

All fields of the SpecStatusSchema entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_SpecStatusSchema"

Technical entity name for SpecStatusSchema.

Static _keyFields

_keyFields: Array<Selectable<SpecStatusSchema>> = [SpecStatusSchema.SPECIFICATION_TYPE, SpecStatusSchema.SPECIFICATION_HDR_STS_SCHEMA]

All key fields of the SpecStatusSchema entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_RAWSUBSTANCE"

Technical service name for SpecStatusSchema.

Methods

Static builder

Static requestBuilder

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

    Returns SpecStatusSchemaRequestBuilder

    A SpecStatusSchema request builder.