Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnClassDescForKeyDate" of service "API_CLFN_CLASS_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_CLASS_SRV for more information.

Hierarchy

  • any
    • ClfnClassDescForKeyDate

Implements

Index

Properties

classDescription

classDescription: string

Class Description. Language-dependent description of a class. Maximum length: 40.

nullable

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classLastChangedDateTime

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

keyDate

keyDate: Moment

Key Date.

nullable

language

language: string

Language Key. The language key indicates

  • the language in which texts are displayed,- the language in which you enter texts,- the language in which the system prints texts. Maximum length: 2.

Static ALL_FIELDS

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

All fields selector.

Static CLASS_DESCRIPTION

CLASS_DESCRIPTION: StringField<ClfnClassDescForKeyDate> = new StringField('ClassDescription', ClfnClassDescForKeyDate, 'Edm.String')

Static representation of the classDescription 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<ClfnClassDescForKeyDate> = new StringField('ClassInternalID', ClfnClassDescForKeyDate, '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_LAST_CHANGED_DATE_TIME

CLASS_LAST_CHANGED_DATE_TIME: DateField<ClfnClassDescForKeyDate> = new DateField('ClassLastChangedDateTime', ClfnClassDescForKeyDate, 'Edm.DateTimeOffset')

Static representation of the classLastChangedDateTime 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<ClfnClassDescForKeyDate> = new DateField('KeyDate', ClfnClassDescForKeyDate, '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 LANGUAGE

LANGUAGE: StringField<ClfnClassDescForKeyDate> = new StringField('Language', ClfnClassDescForKeyDate, 'Edm.String')

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

Static _allFields

_allFields: any[] = [ClfnClassDescForKeyDate.CLASS_INTERNAL_ID,ClfnClassDescForKeyDate.LANGUAGE,ClfnClassDescForKeyDate.CLASS_DESCRIPTION,ClfnClassDescForKeyDate.KEY_DATE,ClfnClassDescForKeyDate.CLASS_LAST_CHANGED_DATE_TIME]

All fields of the ClfnClassDescForKeyDate entity.

Static _defaultServicePath

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

Default url path for the according service.

Static _entityName

_entityName: string = "A_ClfnClassDescForKeyDate"

Technical entity name for ClfnClassDescForKeyDate.

Static _keyFields

_keyFields: Array<Selectable<ClfnClassDescForKeyDate>> = [ClfnClassDescForKeyDate.CLASS_INTERNAL_ID, ClfnClassDescForKeyDate.LANGUAGE]

All key fields of the ClfnClassDescForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CLASS_SRV"

Technical service name for ClfnClassDescForKeyDate.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ClfnClassDescForKeyDate>

    A builder that constructs instances of entity type ClfnClassDescForKeyDate.

Static requestBuilder

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

    Returns ClfnClassDescForKeyDateRequestBuilder

    A ClfnClassDescForKeyDate request builder.