public static class ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder extends Object
Modifier and Type | Method and Description |
---|---|
ClfnCharcRefForKeyDate |
build() |
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
charcInternalID(String charcInternalID)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
charcLastChangedDateTime(ZonedDateTime charcLastChangedDateTime)
Constraints: Not nullable, Precision: 7
|
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
charcReferenceTable(String charcReferenceTable)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
charcReferenceTableField(String charcReferenceTableField)
(Key Field) Constraints: Not nullable, Maximum length: 30
|
ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder |
keyDate(LocalDateTime keyDate)
Constraints: Not nullable, Precision: 0
|
String |
toString() |
public ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder charcInternalID(@Nullable String charcInternalID)
Original property name from the Odata EDM: CharcInternalID
this
.public ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder charcReferenceTable(@Nullable String charcReferenceTable)
Original property name from the Odata EDM: CharcReferenceTable
An entry in this field is required if the characteristic refers to a field in a table.You need to enter the field name as well as the table name.
this
.public ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder charcReferenceTableField(@Nullable String charcReferenceTableField)
Original property name from the Odata EDM: CharcReferenceTableField
this
.public ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder keyDate(@Nullable LocalDateTime keyDate)
Original property name from the Odata EDM: KeyDate
this
.public ClfnCharcRefForKeyDate.ClfnCharcRefForKeyDateBuilder charcLastChangedDateTime(@Nullable ZonedDateTime charcLastChangedDateTime)
Original property name from the Odata EDM: CharcLastChangedDateTime
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 ClfnCharcRefForKeyDate build()
Copyright © 2020 SAP SE. All rights reserved.