Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnCharcRstrcnForKeyDate" 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
    • ClfnCharcRstrcnForKeyDate

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

classType

classType: string

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

keyDate

keyDate: Moment

Key Date.

nullable

Static ALL_FIELDS

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

All fields selector.

Static CHARC_INTERNAL_ID

CHARC_INTERNAL_ID: StringField<ClfnCharcRstrcnForKeyDate> = new StringField('CharcInternalID', ClfnCharcRstrcnForKeyDate, '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<ClfnCharcRstrcnForKeyDate> = new DateField('CharcLastChangedDateTime', ClfnCharcRstrcnForKeyDate, '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 CLASS_TYPE

CLASS_TYPE: StringField<ClfnCharcRstrcnForKeyDate> = new StringField('ClassType', ClfnCharcRstrcnForKeyDate, '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<ClfnCharcRstrcnForKeyDate> = new DateField('KeyDate', ClfnCharcRstrcnForKeyDate, '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[] = [ClfnCharcRstrcnForKeyDate.CHARC_INTERNAL_ID,ClfnCharcRstrcnForKeyDate.CLASS_TYPE,ClfnCharcRstrcnForKeyDate.KEY_DATE,ClfnCharcRstrcnForKeyDate.CHARC_LAST_CHANGED_DATE_TIME]

All fields of the ClfnCharcRstrcnForKeyDate 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_ClfnCharcRstrcnForKeyDate"

Technical entity name for ClfnCharcRstrcnForKeyDate.

Static _keyFields

_keyFields: Array<Selectable<ClfnCharcRstrcnForKeyDate>> = [ClfnCharcRstrcnForKeyDate.CHARC_INTERNAL_ID, ClfnCharcRstrcnForKeyDate.CLASS_TYPE]

All key fields of the ClfnCharcRstrcnForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CHARACTERISTIC_SRV"

Technical service name for ClfnCharcRstrcnForKeyDate.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ClfnCharcRstrcnForKeyDate>

    A builder that constructs instances of entity type ClfnCharcRstrcnForKeyDate.

Static requestBuilder

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

    Returns ClfnCharcRstrcnForKeyDateRequestBuilder

    A ClfnCharcRstrcnForKeyDate request builder.