Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnCharcRefForKeyDate" of service "API_CLFN_CHARACTERISTIC_SRV". This service is part of the following communication scenarios: Classification Systems OData Integration (SAP_COM_0163). See https://api.sap.com/api/API_CLFN_CHARACTERISTIC_SRV for more information.

Hierarchy

  • any
    • ClfnCharcRefForKeyDate

Implements

Index

Properties

charcInternalId

charcInternalId: string

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

charcLastChangedDateTime

charcLastChangedDateTime: 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

charcReferenceTable

charcReferenceTable: string

Table Name. Name of a table. An entry in this field is required if the characteristic refers to a field in a table.You need to enter the field name as well as the table name. Maximum length: 30.

charcReferenceTableField

charcReferenceTableField: string

Field Name. Name of a field in a table. Maximum length: 30.

keyDate

keyDate: Moment

Key Date.

nullable

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<ClfnCharcRefForKeyDate> = new StringField('CharcInternalID', ClfnCharcRefForKeyDate, '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 CHARC_LAST_CHANGED_DATE_TIME

CHARC_LAST_CHANGED_DATE_TIME: DateField<ClfnCharcRefForKeyDate> = new DateField('CharcLastChangedDateTime', ClfnCharcRefForKeyDate, 'Edm.DateTimeOffset')

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

Static CHARC_REFERENCE_TABLE

CHARC_REFERENCE_TABLE: StringField<ClfnCharcRefForKeyDate> = new StringField('CharcReferenceTable', ClfnCharcRefForKeyDate, 'Edm.String')

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

Static CHARC_REFERENCE_TABLE_FIELD

CHARC_REFERENCE_TABLE_FIELD: StringField<ClfnCharcRefForKeyDate> = new StringField('CharcReferenceTableField', ClfnCharcRefForKeyDate, 'Edm.String')

Static representation of the charcReferenceTableField 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<ClfnCharcRefForKeyDate> = new DateField('KeyDate', ClfnCharcRefForKeyDate, '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 _allFields

_allFields: any[] = [ClfnCharcRefForKeyDate.CHARC_INTERNAL_ID,ClfnCharcRefForKeyDate.CHARC_REFERENCE_TABLE,ClfnCharcRefForKeyDate.CHARC_REFERENCE_TABLE_FIELD,ClfnCharcRefForKeyDate.KEY_DATE,ClfnCharcRefForKeyDate.CHARC_LAST_CHANGED_DATE_TIME]

All fields of the ClfnCharcRefForKeyDate entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ClfnCharcRefForKeyDate"

Technical entity name for ClfnCharcRefForKeyDate.

Static _keyFields

_keyFields: Array<Selectable<ClfnCharcRefForKeyDate>> = [ClfnCharcRefForKeyDate.CHARC_INTERNAL_ID, ClfnCharcRefForKeyDate.CHARC_REFERENCE_TABLE, ClfnCharcRefForKeyDate.CHARC_REFERENCE_TABLE_FIELD]

All key fields of the ClfnCharcRefForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CHARACTERISTIC_SRV"

Technical service name for ClfnCharcRefForKeyDate.

Methods

Static builder

Static requestBuilder

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

    Returns ClfnCharcRefForKeyDateRequestBuilder

    A ClfnCharcRefForKeyDate request builder.