Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ChangeMasterClassCharc" of service "API_CHANGEMASTER". This service is part of the following communication scenarios: Product Lifecycle Management - Master Data Integration (SAP_COM_0105). See https://api.sap.com/api/API_CHANGEMASTER;v=0002 for more information.

Hierarchy

  • any
    • ChangeMasterClassCharc

Implements

Index

Properties

changeNumber

changeNumber: string

Key of Object to be Classified. Maximum length: 90.

charcInternalId

charcInternalId: string

Internal characteristic number without conversion routine. Maximum length: 10.

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classType

classType: string

Class Type. Uniquely identifies the class type. Maximum length: 3.

nullable

keyDate

keyDate: Moment

Key Date.

nullable

toValuation

toValuation: ChangeMasterCharcValue[]

One-to-many navigation property to the ChangeMasterCharcValue entity.

Static CHANGE_NUMBER

CHANGE_NUMBER: StringField<ChangeMasterClassCharc> = new StringField('ChangeNumber', ChangeMasterClassCharc, 'Edm.String')

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

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<ChangeMasterClassCharc> = new StringField('CharcInternalID', ChangeMasterClassCharc, 'Edm.String')

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

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<ChangeMasterClassCharc> = new StringField('ClassInternalID', ChangeMasterClassCharc, 'Edm.String')

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

Static CLASS_TYPE

CLASS_TYPE: StringField<ChangeMasterClassCharc> = new StringField('ClassType', ChangeMasterClassCharc, 'Edm.String')

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

Static KEY_DATE

KEY_DATE: DateField<ChangeMasterClassCharc> = new DateField('KeyDate', ChangeMasterClassCharc, 'Edm.DateTime')

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

Static TO_VALUATION

TO_VALUATION: Link<ChangeMasterClassCharc, ChangeMasterCharcValue> = new Link('to_Valuation', ChangeMasterClassCharc, ChangeMasterCharcValue)

Static representation of the one-to-many navigation property toValuation for query construction. Use to reference this property in query operations such as 'select' in the fluent request API.

Static _allFields

_allFields: any[] = [ChangeMasterClassCharc.CHANGE_NUMBER,ChangeMasterClassCharc.CLASS_INTERNAL_ID,ChangeMasterClassCharc.CHARC_INTERNAL_ID,ChangeMasterClassCharc.KEY_DATE,ChangeMasterClassCharc.CLASS_TYPE,ChangeMasterClassCharc.TO_VALUATION]

All fields of the ChangeMasterClassCharc entity.

Static _defaultServicePath

_defaultServicePath: string = "/sap/opu/odata/sap/API_CHANGEMASTER;v=0002"

Default url path for the according service.

Static _entityName

_entityName: string = "A_ChangeMasterClassCharc"

Technical entity name for ChangeMasterClassCharc.

Static _keyFields

_keyFields: Array<Selectable<ChangeMasterClassCharc>> = [ChangeMasterClassCharc.CHANGE_NUMBER, ChangeMasterClassCharc.CLASS_INTERNAL_ID, ChangeMasterClassCharc.CHARC_INTERNAL_ID]

All key fields of the ChangeMasterClassCharc entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CHANGEMASTER"

Technical service name for ChangeMasterClassCharc.

Methods

Static builder

Static requestBuilder

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

    Returns ChangeMasterClassCharcRequestBuilder

    A ChangeMasterClassCharc request builder.