Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnClassKeywordForKeyDate" 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
    • ClfnClassKeywordForKeyDate

Implements

Index

Properties

classInternalId

classInternalId: string

Internal Class Number. Maximum length: 10.

classKeywordPositionNumber

classKeywordPositionNumber: string

Item Number. Maximum length: 2.

classKeywordText

classKeywordText: string

Keywords. String used for finding a class via matchcode. The description you entered on the basic data screen serves as the first keyword. Maximum length: 40.

nullable

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 CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<ClfnClassKeywordForKeyDate> = new StringField('ClassInternalID', ClfnClassKeywordForKeyDate, '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_KEYWORD_POSITION_NUMBER

CLASS_KEYWORD_POSITION_NUMBER: StringField<ClfnClassKeywordForKeyDate> = new StringField('ClassKeywordPositionNumber', ClfnClassKeywordForKeyDate, 'Edm.String')

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

Static CLASS_KEYWORD_TEXT

CLASS_KEYWORD_TEXT: StringField<ClfnClassKeywordForKeyDate> = new StringField('ClassKeywordText', ClfnClassKeywordForKeyDate, 'Edm.String')

Static representation of the classKeywordText 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<ClfnClassKeywordForKeyDate> = new DateField('ClassLastChangedDateTime', ClfnClassKeywordForKeyDate, '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<ClfnClassKeywordForKeyDate> = new DateField('KeyDate', ClfnClassKeywordForKeyDate, '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<ClfnClassKeywordForKeyDate> = new StringField('Language', ClfnClassKeywordForKeyDate, '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[] = [ClfnClassKeywordForKeyDate.CLASS_INTERNAL_ID,ClfnClassKeywordForKeyDate.LANGUAGE,ClfnClassKeywordForKeyDate.CLASS_KEYWORD_POSITION_NUMBER,ClfnClassKeywordForKeyDate.CLASS_KEYWORD_TEXT,ClfnClassKeywordForKeyDate.KEY_DATE,ClfnClassKeywordForKeyDate.CLASS_LAST_CHANGED_DATE_TIME]

All fields of the ClfnClassKeywordForKeyDate 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_ClfnClassKeywordForKeyDate"

Technical entity name for ClfnClassKeywordForKeyDate.

Static _keyFields

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

All key fields of the ClfnClassKeywordForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CLASS_SRV"

Technical service name for ClfnClassKeywordForKeyDate.

Methods

Static builder

Static requestBuilder

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

    Returns ClfnClassKeywordForKeyDateRequestBuilder

    A ClfnClassKeywordForKeyDate request builder.