public static class ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ClfnClassTextForKeyDate |
build() |
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
classInternalID(String classInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
classLastChangedDateTime(ZonedDateTime classLastChangedDateTime)
Constraints: Not nullable, Precision: 7
|
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
classText(String classText)
Constraints: Not nullable, Maximum length: 40
|
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
language(String language)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder |
longTextID(String longTextID)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
toString() |
public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder classInternalID(@Nullable String classInternalID)
Original property name from the Odata EDM: ClassInternalID
this
.public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder language(@Nullable String language)
Original property name from the Odata EDM: Language
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.
this
.public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder longTextID(@Nullable String longTextID)
Original property name from the Odata EDM: LongTextID
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.
this
.public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder classText(@Nullable String classText)
Original property name from the Odata EDM: ClassText
this
.public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.public ClfnClassTextForKeyDate.ClfnClassTextForKeyDateBuilder classLastChangedDateTime(@Nullable ZonedDateTime classLastChangedDateTime)
Original property name from the Odata EDM: ClassLastChangedDateTime
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.
this
.public ClfnClassTextForKeyDate build()
Copyright © 2020 SAP SE. All rights reserved.