Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnCharcValueDescForKeyDate" 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
    • ClfnCharcValueDescForKeyDate

Implements

Index

Properties

changeNumber

changeNumber: string

Change Number. Number used to uniquely identify a change master record. If you make a change with reference to a change number, or create anobject with a change number, the following functions are at your disposal:The system determines the effectivity parametersThe conditions that the change is effective under can be defined in the change master record as follows:Changes with a date effectivity (valid from date)Changes with parameter effectivity (for example: serial no. effectivity)Log of the changes madeDocumentation for the changesRevision level to indicate the change status of a material or documentChanges released for the different areas in the company. Maximum length: 12.

nullable

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

charcValueDescription

charcValueDescription: string

Characteristic value description. Language-dependent description of the characteristic value.This field helps users to assign values to characteristics in various languages. Maximum length: 70.

nullable

charcValuePositionNumber

charcValuePositionNumber: string

Int counter. Maximum length: 4.

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.

validityEndDate

validityEndDate: Moment

Valid-to date. End of validity period of an object (such as material, BOM, or routing) in the SAP System.

nullable

validityStartDate

validityStartDate: Moment

Valid-From Date. Specifies the start date for the validity period of an object (such as material, BOM, or routing).

nullable

Static ALL_FIELDS

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

All fields selector.

Static CHANGE_NUMBER

CHANGE_NUMBER: StringField<ClfnCharcValueDescForKeyDate> = new StringField('ChangeNumber', ClfnCharcValueDescForKeyDate, '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<ClfnCharcValueDescForKeyDate> = new StringField('CharcInternalID', ClfnCharcValueDescForKeyDate, '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<ClfnCharcValueDescForKeyDate> = new DateField('CharcLastChangedDateTime', ClfnCharcValueDescForKeyDate, '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_VALUE_DESCRIPTION

CHARC_VALUE_DESCRIPTION: StringField<ClfnCharcValueDescForKeyDate> = new StringField('CharcValueDescription', ClfnCharcValueDescForKeyDate, 'Edm.String')

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

Static CHARC_VALUE_POSITION_NUMBER

CHARC_VALUE_POSITION_NUMBER: StringField<ClfnCharcValueDescForKeyDate> = new StringField('CharcValuePositionNumber', ClfnCharcValueDescForKeyDate, 'Edm.String')

Static representation of the charcValuePositionNumber 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<ClfnCharcValueDescForKeyDate> = new DateField('KeyDate', ClfnCharcValueDescForKeyDate, '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<ClfnCharcValueDescForKeyDate> = new StringField('Language', ClfnCharcValueDescForKeyDate, '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 VALIDITY_END_DATE

VALIDITY_END_DATE: DateField<ClfnCharcValueDescForKeyDate> = new DateField('ValidityEndDate', ClfnCharcValueDescForKeyDate, 'Edm.DateTime')

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

Static VALIDITY_START_DATE

VALIDITY_START_DATE: DateField<ClfnCharcValueDescForKeyDate> = new DateField('ValidityStartDate', ClfnCharcValueDescForKeyDate, 'Edm.DateTime')

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

Static _allFields

_allFields: any[] = [ClfnCharcValueDescForKeyDate.CHARC_INTERNAL_ID,ClfnCharcValueDescForKeyDate.CHARC_VALUE_POSITION_NUMBER,ClfnCharcValueDescForKeyDate.LANGUAGE,ClfnCharcValueDescForKeyDate.CHARC_VALUE_DESCRIPTION,ClfnCharcValueDescForKeyDate.CHANGE_NUMBER,ClfnCharcValueDescForKeyDate.VALIDITY_START_DATE,ClfnCharcValueDescForKeyDate.VALIDITY_END_DATE,ClfnCharcValueDescForKeyDate.KEY_DATE,ClfnCharcValueDescForKeyDate.CHARC_LAST_CHANGED_DATE_TIME]

All fields of the ClfnCharcValueDescForKeyDate 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_ClfnCharcValueDescForKeyDate"

Technical entity name for ClfnCharcValueDescForKeyDate.

Static _keyFields

_keyFields: Array<Selectable<ClfnCharcValueDescForKeyDate>> = [ClfnCharcValueDescForKeyDate.CHARC_INTERNAL_ID, ClfnCharcValueDescForKeyDate.CHARC_VALUE_POSITION_NUMBER, ClfnCharcValueDescForKeyDate.LANGUAGE]

All key fields of the ClfnCharcValueDescForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CHARACTERISTIC_SRV"

Technical service name for ClfnCharcValueDescForKeyDate.

Methods

Static builder

Static customField

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

    Parameters

    • fieldName: string

      Name of the custom field to select

    Returns CustomField<ClfnCharcValueDescForKeyDate>

    A builder that constructs instances of entity type ClfnCharcValueDescForKeyDate.

Static requestBuilder

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

    Returns ClfnCharcValueDescForKeyDateRequestBuilder

    A ClfnCharcValueDescForKeyDate request builder.