Options
All
  • Public
  • Public/Protected
  • All
Menu

This class represents the entity "A_ClfnClassTextForKeyDate" 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
    • ClfnClassTextForKeyDate

Implements

Index

Properties

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

classText

classText: string

Long Text Description. Description of a text in the class. Maximum length: 40.

nullable

keyDate

keyDate: Moment

Key Date.

nullable

language

language: string

Language Key. The Language key field contains an alphanumeric code that identifies the language an entry is written in. In DISPLAY mode, this field identifies the language a record is written in.In CREATE mode, use this field to identify the language you will use to enter a description. To do so either:Type in the appropriate code, orRequest a list of language codes and make a selection by either:. Pressing F4, or. Clicking the down arrowNOTE: It is not possible to make entries in this field, everywhere in the system. Sometimes the system automatically completes the field, and you may not change it. Maximum length: 2.

longTextId

longTextId: string

Text ID. This field contains an alphanumeric text ID of up to 4 characters, for a menu name, for example. The text ID serves as a unique ID for the text.Use the field as follows in Customizing under Personnel Management -> Global Settings in Personnel Management-> Dialog Control -> Set up Control Parameters for User Interface:Texts for Dynamic Menu:You can assign up to three texts to each root node using the text ID. These texts are maintained in the General text table.General text table:The text ID along with the language key represents a unique ID for a text. Maximum length: 4.

Static CLASS_INTERNAL_ID

CLASS_INTERNAL_ID: StringField<ClfnClassTextForKeyDate> = new StringField('ClassInternalID', ClfnClassTextForKeyDate, '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<ClfnClassTextForKeyDate> = new DateField('ClassLastChangedDateTime', ClfnClassTextForKeyDate, '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 CLASS_TEXT

CLASS_TEXT: StringField<ClfnClassTextForKeyDate> = new StringField('ClassText', ClfnClassTextForKeyDate, 'Edm.String')

Static representation of the classText 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<ClfnClassTextForKeyDate> = new DateField('KeyDate', ClfnClassTextForKeyDate, '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<ClfnClassTextForKeyDate> = new StringField('Language', ClfnClassTextForKeyDate, '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 LONG_TEXT_ID

LONG_TEXT_ID: StringField<ClfnClassTextForKeyDate> = new StringField('LongTextID', ClfnClassTextForKeyDate, '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 _allFields

_allFields: any[] = [ClfnClassTextForKeyDate.CLASS_INTERNAL_ID,ClfnClassTextForKeyDate.LANGUAGE,ClfnClassTextForKeyDate.LONG_TEXT_ID,ClfnClassTextForKeyDate.CLASS_TEXT,ClfnClassTextForKeyDate.KEY_DATE,ClfnClassTextForKeyDate.CLASS_LAST_CHANGED_DATE_TIME]

All fields of the ClfnClassTextForKeyDate 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_ClfnClassTextForKeyDate"

Technical entity name for ClfnClassTextForKeyDate.

Static _keyFields

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

All key fields of the ClfnClassTextForKeyDate entity.

Static _keys

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

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

Static _serviceName

_serviceName: string = "API_CLFN_CLASS_SRV"

Technical service name for ClfnClassTextForKeyDate.

Methods

Static builder

Static requestBuilder

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

    Returns ClfnClassTextForKeyDateRequestBuilder

    A ClfnClassTextForKeyDate request builder.