Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnCharcValueForKeyDate" 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
    • ClfnCharcValueForKeyDate

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

charcFromNumericValue

charcFromNumericValue: number

Internal floating point from.

nullable

charcFromNumericValueUnit

charcFromNumericValueUnit: string

Unit of Measurement. Internal, language-independent, measurement unit format. This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen. Maximum length: 3.

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

charcToNumericValue

charcToNumericValue: number

Internal floating point value to.

nullable

charcToNumericValueUnit

charcToNumericValueUnit: string

Unit of Measurement. Internal, language-independent, measurement unit format. This format is used for internal processing.The internal format is automatically replaced by either the external commercial (three-character) or technical (six-character) format before output to the screen. Maximum length: 3.

nullable

charcValue

charcValue: string

Characteristic Value. Value of a characteristic. If the characteristic has character format (CHAR), this field contains a single character string.Values in time format (TIME) must have the format HH:MM:SS. The separators are set automatically. Example: 112855 --> 11:28:55The values in date format (DATE) must have the format DD.MM.YYYY. The separators are set automatically. Example: 110100 --> 11.01.2000NoteIf you valuate validity parameters, you cannot specify intervals. You can only specify individual values.The following description does not apply to the valuation of validity parameters:If the characteristic format is numeric (NUM), time (TIME), or date (DATE), you can enter a number or (if allowed) an interval.Intervals are written in the following format:Value1 - Value2 (from Value1 to Value2)>Value1 (greater than Value1)>=Value1 (greater than or equal to Value1)<Value2 (less than Value2)<=Value2 (less than or equal to Value2)>Value1 - <Value2 (greater than Value1 and less than Value2)Value1 - <Value2 (greater than or equal to Value1 and less thanValue2)>Value1 - Value2 (greater than Value1 and less than or equal toValue2)If the characteristic has more than one value, you can enter multiple values separated by semicolons.If you have maintained a unit of measure for numeric values in the formatting data of the characteristic, the unit is displayed automatically when you confirm.NoteIf you want to define intervals as allowed values of a characteristic, you must define the characteristic as "multiple-value" when you maintain the characteristic in the Classification System. This also allows you to enter more than one interval.However, if you assign more than one interval to a characteristic of a class during configuration (for example, 1-2 and 5-6 for characteristic LENGTH), the system only reads one of the intervals when generating an inspection lot in QM. To avoid this problem, do NOT assign more than one interval to a characteristic. Maximum length: 70.

nullable

charcValueDependency

charcValueDependency: string

Code for value dependency. When defining values, intervals can be defined such that the FROM value or TO value is given an operator. Example: 1.54>-<2.088The coding of the individual possible entries is described below.Code Operator Value1 Operator Value21 EQ2 GE LT3 GE LE4 GT LT5 GT LE6 LT7 LE8 GT9 GE. Maximum length: 1.

nullable

charcValuePositionNumber

charcValuePositionNumber: string

Int counter. Maximum length: 4.

docNumber

docNumber: string

Document number. This number is the main part of the document key, which is used to identify the document. Maximum length: 25.

nullable

documentPart

documentPart: string

Document part. Section of a document which is maintained as an independent document. Design departments, for example, can use document parts to divide up large documents such as design drawings into pages. Maximum length: 3.

nullable

documentType

documentType: string

Document Type. Part of the document key, which categorizes documents according to their distinguishing features and the organizational procedures which result from them. Maximum length: 3.

nullable

documentVersion

documentVersion: string

Document version. Number which identifies the version of a document. A new version is assigned after the original files have been edited in the following processing situations:The new processing status varies from the original in a certain way (for example, text change sin a text file).You want the original processing status to remain the same (for example, documentation of project progress). Maximum length: 2.

nullable

isDefaultValue

isDefaultValue: boolean

Default value. This indicator determines whether the value appears as a default in characteristic value assignment.

nullable

keyDate

keyDate: Moment

Key Date.

nullable

longTextId

longTextId: string

Number of Related Text. Maximum length: 4.

nullable

toCharcValueDesc

toCharcValueDesc: ClfnCharcValueDescForKeyDate[]

One-to-many navigation property to the ClfnCharcValueDescForKeyDate entity.

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 CHANGE_NUMBER

CHANGE_NUMBER: StringField<ClfnCharcValueForKeyDate> = new StringField('ChangeNumber', ClfnCharcValueForKeyDate, '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_FROM_NUMERIC_VALUE

CHARC_FROM_NUMERIC_VALUE: NumberField<ClfnCharcValueForKeyDate> = new NumberField('CharcFromNumericValue', ClfnCharcValueForKeyDate, 'Edm.Double')

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

Static CHARC_FROM_NUMERIC_VALUE_UNIT

CHARC_FROM_NUMERIC_VALUE_UNIT: StringField<ClfnCharcValueForKeyDate> = new StringField('CharcFromNumericValueUnit', ClfnCharcValueForKeyDate, 'Edm.String')

Static representation of the charcFromNumericValueUnit 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<ClfnCharcValueForKeyDate> = new StringField('CharcInternalID', ClfnCharcValueForKeyDate, '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<ClfnCharcValueForKeyDate> = new DateField('CharcLastChangedDateTime', ClfnCharcValueForKeyDate, '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_TO_NUMERIC_VALUE

CHARC_TO_NUMERIC_VALUE: NumberField<ClfnCharcValueForKeyDate> = new NumberField('CharcToNumericValue', ClfnCharcValueForKeyDate, 'Edm.Double')

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

Static CHARC_TO_NUMERIC_VALUE_UNIT

CHARC_TO_NUMERIC_VALUE_UNIT: StringField<ClfnCharcValueForKeyDate> = new StringField('CharcToNumericValueUnit', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static CHARC_VALUE

CHARC_VALUE: StringField<ClfnCharcValueForKeyDate> = new StringField('CharcValue', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static CHARC_VALUE_DEPENDENCY

CHARC_VALUE_DEPENDENCY: StringField<ClfnCharcValueForKeyDate> = new StringField('CharcValueDependency', ClfnCharcValueForKeyDate, 'Edm.String')

Static representation of the charcValueDependency 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<ClfnCharcValueForKeyDate> = new StringField('CharcValuePositionNumber', ClfnCharcValueForKeyDate, '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 DOCUMENT_PART

DOCUMENT_PART: StringField<ClfnCharcValueForKeyDate> = new StringField('DocumentPart', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static DOCUMENT_TYPE

DOCUMENT_TYPE: StringField<ClfnCharcValueForKeyDate> = new StringField('DocumentType', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static DOCUMENT_VERSION

DOCUMENT_VERSION: StringField<ClfnCharcValueForKeyDate> = new StringField('DocumentVersion', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static DOC_NUMBER

DOC_NUMBER: StringField<ClfnCharcValueForKeyDate> = new StringField('DocNumber', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static IS_DEFAULT_VALUE

IS_DEFAULT_VALUE: BooleanField<ClfnCharcValueForKeyDate> = new BooleanField('IsDefaultValue', ClfnCharcValueForKeyDate, 'Edm.Boolean')

Static representation of the isDefaultValue 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<ClfnCharcValueForKeyDate> = new DateField('KeyDate', ClfnCharcValueForKeyDate, '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 LONG_TEXT_ID

LONG_TEXT_ID: StringField<ClfnCharcValueForKeyDate> = new StringField('LongTextID', ClfnCharcValueForKeyDate, 'Edm.String')

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

Static TO_CHARC_VALUE_DESC

TO_CHARC_VALUE_DESC: Link<ClfnCharcValueForKeyDate, ClfnCharcValueDescForKeyDate> = new Link('to_CharcValueDesc', ClfnCharcValueForKeyDate, ClfnCharcValueDescForKeyDate)

Static representation of the one-to-many navigation property toCharcValueDesc 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<ClfnCharcValueForKeyDate> = new DateField('ValidityEndDate', ClfnCharcValueForKeyDate, '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<ClfnCharcValueForKeyDate> = new DateField('ValidityStartDate', ClfnCharcValueForKeyDate, '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[] = [ClfnCharcValueForKeyDate.CHARC_INTERNAL_ID,ClfnCharcValueForKeyDate.CHARC_VALUE_POSITION_NUMBER,ClfnCharcValueForKeyDate.CHARC_VALUE_DEPENDENCY,ClfnCharcValueForKeyDate.CHARC_VALUE,ClfnCharcValueForKeyDate.CHARC_FROM_NUMERIC_VALUE,ClfnCharcValueForKeyDate.CHARC_TO_NUMERIC_VALUE,ClfnCharcValueForKeyDate.IS_DEFAULT_VALUE,ClfnCharcValueForKeyDate.CHARC_FROM_NUMERIC_VALUE_UNIT,ClfnCharcValueForKeyDate.CHARC_TO_NUMERIC_VALUE_UNIT,ClfnCharcValueForKeyDate.LONG_TEXT_ID,ClfnCharcValueForKeyDate.CHANGE_NUMBER,ClfnCharcValueForKeyDate.DOCUMENT_TYPE,ClfnCharcValueForKeyDate.DOC_NUMBER,ClfnCharcValueForKeyDate.DOCUMENT_PART,ClfnCharcValueForKeyDate.DOCUMENT_VERSION,ClfnCharcValueForKeyDate.VALIDITY_START_DATE,ClfnCharcValueForKeyDate.VALIDITY_END_DATE,ClfnCharcValueForKeyDate.KEY_DATE,ClfnCharcValueForKeyDate.CHARC_LAST_CHANGED_DATE_TIME,ClfnCharcValueForKeyDate.TO_CHARC_VALUE_DESC]

All fields of the ClfnCharcValueForKeyDate 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_ClfnCharcValueForKeyDate"

Technical entity name for ClfnCharcValueForKeyDate.

Static _keyFields

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

All key fields of the ClfnCharcValueForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CHARACTERISTIC_SRV"

Technical service name for ClfnCharcValueForKeyDate.

Methods

Static builder

Static requestBuilder

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

    Returns ClfnCharcValueForKeyDateRequestBuilder

    A ClfnCharcValueForKeyDate request builder.