public class PurchasingSource extends VdmEntity<PurchasingSource>
Original entity name from the Odata EDM: A_PurchasingSourceType
Modifier and Type | Class and Description |
---|---|
static class |
PurchasingSource.PurchasingSourceBuilder |
Modifier and Type | Field and Description |
---|---|
static PurchasingSourceSelectable |
ALL_FIELDS
Selector for all available fields of PurchasingSource.
|
static PurchasingSourceField<String> |
CREATED_BY_USER_NAME
Use with available fluent helpers to apply the CreatedByUserName field to query operations.
|
static PurchasingSourceField<LocalDateTime> |
CREATION_DATE
Use with available fluent helpers to apply the CreationDate field to query operations.
|
static PurchasingSourceField<Boolean> |
ISSG_PLANT_IS_FIXED
Use with available fluent helpers to apply the IssgPlantIsFixed field to query operations.
|
static PurchasingSourceField<ZonedDateTime> |
LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static PurchasingSourceField<String> |
MATERIAL
Use with available fluent helpers to apply the Material field to query operations.
|
static PurchasingSourceField<String> |
MRP_SOURCING_CONTROL
Use with available fluent helpers to apply the MRPSourcingControl field to query operations.
|
static PurchasingSourceField<String> |
ORDER_QUANTITY_UNIT
Use with available fluent helpers to apply the OrderQuantityUnit field to query operations.
|
static PurchasingSourceField<String> |
PLANT
Use with available fluent helpers to apply the Plant field to query operations.
|
static PurchasingSourceField<Boolean> |
PUR_OUTLINE_AGREEMENT_IS_FIXED
Use with available fluent helpers to apply the PurOutlineAgreementIsFixed field to query operations.
|
static PurchasingSourceField<String> |
PURCHASE_OUTLINE_AGREEMENT
Use with available fluent helpers to apply the PurchaseOutlineAgreement field to query operations.
|
static PurchasingSourceField<String> |
PURCHASE_OUTLINE_AGREEMENT_ITEM
Use with available fluent helpers to apply the PurchaseOutlineAgreementItem field to query operations.
|
static PurchasingSourceField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static PurchasingSourceField<String> |
SOURCE_LIST_RECORD
Use with available fluent helpers to apply the SourceListRecord field to query operations.
|
static PurchasingSourceField<Boolean> |
SOURCE_OF_SUPPLY_IS_BLOCKED
Use with available fluent helpers to apply the SourceOfSupplyIsBlocked field to query operations.
|
static PurchasingSourceField<Boolean> |
SOURCE_OF_SUPPLY_IS_FIXED
Use with available fluent helpers to apply the SourceOfSupplyIsFixed field to query operations.
|
static PurchasingSourceField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static PurchasingSourceField<Boolean> |
SUPPLIER_IS_FIXED
Use with available fluent helpers to apply the SupplierIsFixed field to query operations.
|
static PurchasingSourceField<String> |
SUPPLYING_PLANT
Use with available fluent helpers to apply the SupplyingPlant field to query operations.
|
static PurchasingSourceField<LocalDateTime> |
VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static PurchasingSourceField<LocalDateTime> |
VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
PurchasingSource() |
PurchasingSource(String material,
String plant,
String sourceListRecord,
LocalDateTime creationDate,
String createdByUserName,
LocalDateTime validityStartDate,
LocalDateTime validityEndDate,
String supplier,
Boolean supplierIsFixed,
String purchaseOutlineAgreement,
String purchaseOutlineAgreementItem,
String supplyingPlant,
Boolean sourceOfSupplyIsBlocked,
String purchasingOrganization,
String mRPSourcingControl,
String orderQuantityUnit,
ZonedDateTime lastChangeDateTime,
Boolean issgPlantIsFixed,
Boolean purOutlineAgreementIsFixed,
Boolean sourceOfSupplyIsFixed) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static PurchasingSource.PurchasingSourceBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> PurchasingSourceField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getCreatedByUserName()
Constraints: Not nullable, Maximum length: 12
|
LocalDateTime |
getCreationDate()
Constraints: Not nullable, Precision: 0
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getIssgPlantIsFixed()
Constraints: none
|
protected Map<String,Object> |
getKey() |
ZonedDateTime |
getLastChangeDateTime()
Constraints: Not nullable, Precision: 7
|
String |
getMaterial()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getMRPSourcingControl()
Constraints: Not nullable, Maximum length: 1
|
String |
getOrderQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getPlant()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getPurchaseOutlineAgreement()
Constraints: Not nullable, Maximum length: 10
|
String |
getPurchaseOutlineAgreementItem()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
Boolean |
getPurOutlineAgreementIsFixed()
Constraints: none
|
String |
getSourceListRecord()
(Key Field) Constraints: Not nullable, Maximum length: 5
|
Boolean |
getSourceOfSupplyIsBlocked()
Constraints: none
|
Boolean |
getSourceOfSupplyIsFixed()
Constraints: none
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
Boolean |
getSupplierIsFixed()
Constraints: none
|
String |
getSupplyingPlant()
Constraints: Not nullable, Maximum length: 4
|
Class<PurchasingSource> |
getType() |
LocalDateTime |
getValidityEndDate()
Constraints: Not nullable, Precision: 0
|
LocalDateTime |
getValidityStartDate()
Constraints: Not nullable, Precision: 0
|
int |
hashCode() |
void |
setCreatedByUserName(String createdByUserName)
Constraints: Not nullable, Maximum length: 12
|
void |
setCreationDate(LocalDateTime creationDate)
Constraints: Not nullable, Precision: 0
|
void |
setIssgPlantIsFixed(Boolean issgPlantIsFixed)
Constraints: none
|
void |
setLastChangeDateTime(ZonedDateTime lastChangeDateTime)
Constraints: Not nullable, Precision: 7
|
void |
setMaterial(String material)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setMRPSourcingControl(String mRPSourcingControl)
Constraints: Not nullable, Maximum length: 1
|
void |
setOrderQuantityUnit(String orderQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setPlant(String plant)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setPurchaseOutlineAgreement(String purchaseOutlineAgreement)
Constraints: Not nullable, Maximum length: 10
|
void |
setPurchaseOutlineAgreementItem(String purchaseOutlineAgreementItem)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurOutlineAgreementIsFixed(Boolean purOutlineAgreementIsFixed)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSourceListRecord(String sourceListRecord)
(Key Field) Constraints: Not nullable, Maximum length: 5
|
void |
setSourceOfSupplyIsBlocked(Boolean sourceOfSupplyIsBlocked)
Constraints: none
|
void |
setSourceOfSupplyIsFixed(Boolean sourceOfSupplyIsFixed)
Constraints: none
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierIsFixed(Boolean supplierIsFixed)
Constraints: none
|
void |
setSupplyingPlant(String supplyingPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setValidityEndDate(LocalDateTime validityEndDate)
Constraints: Not nullable, Precision: 0
|
void |
setValidityStartDate(LocalDateTime validityStartDate)
Constraints: Not nullable, Precision: 0
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final PurchasingSourceSelectable ALL_FIELDS
public static final PurchasingSourceField<String> MATERIAL
public static final PurchasingSourceField<String> PLANT
public static final PurchasingSourceField<String> SOURCE_LIST_RECORD
public static final PurchasingSourceField<LocalDateTime> CREATION_DATE
public static final PurchasingSourceField<String> CREATED_BY_USER_NAME
public static final PurchasingSourceField<LocalDateTime> VALIDITY_START_DATE
public static final PurchasingSourceField<LocalDateTime> VALIDITY_END_DATE
public static final PurchasingSourceField<String> SUPPLIER
public static final PurchasingSourceField<Boolean> SUPPLIER_IS_FIXED
public static final PurchasingSourceField<String> PURCHASE_OUTLINE_AGREEMENT
public static final PurchasingSourceField<String> PURCHASE_OUTLINE_AGREEMENT_ITEM
public static final PurchasingSourceField<String> SUPPLYING_PLANT
public static final PurchasingSourceField<Boolean> SOURCE_OF_SUPPLY_IS_BLOCKED
public static final PurchasingSourceField<String> PURCHASING_ORGANIZATION
public static final PurchasingSourceField<String> MRP_SOURCING_CONTROL
public static final PurchasingSourceField<String> ORDER_QUANTITY_UNIT
public static final PurchasingSourceField<ZonedDateTime> LAST_CHANGE_DATE_TIME
public static final PurchasingSourceField<Boolean> ISSG_PLANT_IS_FIXED
public static final PurchasingSourceField<Boolean> PUR_OUTLINE_AGREEMENT_IS_FIXED
public static final PurchasingSourceField<Boolean> SOURCE_OF_SUPPLY_IS_FIXED
public PurchasingSource()
public PurchasingSource(@Nullable String material, @Nullable String plant, @Nullable String sourceListRecord, @Nullable LocalDateTime creationDate, @Nullable String createdByUserName, @Nullable LocalDateTime validityStartDate, @Nullable LocalDateTime validityEndDate, @Nullable String supplier, @Nullable Boolean supplierIsFixed, @Nullable String purchaseOutlineAgreement, @Nullable String purchaseOutlineAgreementItem, @Nullable String supplyingPlant, @Nullable Boolean sourceOfSupplyIsBlocked, @Nullable String purchasingOrganization, @Nullable String mRPSourcingControl, @Nullable String orderQuantityUnit, @Nullable ZonedDateTime lastChangeDateTime, @Nullable Boolean issgPlantIsFixed, @Nullable Boolean purOutlineAgreementIsFixed, @Nullable Boolean sourceOfSupplyIsFixed)
@Nonnull public Class<PurchasingSource> getType()
getType
in class VdmObject<PurchasingSource>
public void setMaterial(@Nullable String material)
Original property name from the Odata EDM: Material
material
- Alphanumeric key uniquely identifying the material.public void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
You use the plant key to determine, for instance, which plant is to receive ordered goods.
plant
- Specifies the key for a production facility or branch office within the company (that is, the company
code).public void setSourceListRecord(@Nullable String sourceListRecord)
Original property name from the Odata EDM: SourceListRecord
This counter is assigned internally by the system at material master plant segment level.
sourceListRecord
- Alphanumeric key uniquely identifying the document.public void setCreationDate(@Nullable LocalDateTime creationDate)
Original property name from the Odata EDM: CreationDate
creationDate
- Date on Which Record Was Createdpublic void setCreatedByUserName(@Nullable String createdByUserName)
Original property name from the Odata EDM: CreatedByUserName
createdByUserName
- Name of Person Who Created Objectpublic void setValidityStartDate(@Nullable LocalDateTime validityStartDate)
Original property name from the Odata EDM: ValidityStartDate
When the system carries out checks against the source list, only those source list records whose "valid from" date is earlier than the date to be checked are taken into account. The date to be checked is normally the delivery date (depending on the application in question).
validityStartDate
- Date from which the source list record is valid.public void setValidityEndDate(@Nullable LocalDateTime validityEndDate)
Original property name from the Odata EDM: ValidityEndDate
When carrying out checks against the source list, the system takes only those source list records into account whose "valid until" date is later than the date to be checked. The date to be checked is normally the delivery date, depending on the application in question.
validityEndDate
- Date until which the source list record is valid.public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
With the supplier number, information from the supplier master record (such as the supplier's address and bank details) is copied into a purchasing document (such as a request for quotation or a purchase order).You can use the supplier number to keep track of requests for quotation, purchase orders and outline agreements.
supplier
- Alphanumeric key uniquely identifying the document.public void setSupplierIsFixed(@Nullable Boolean supplierIsFixed)
Original property name from the Odata EDM: SupplierIsFixed
supplierIsFixed
- Indicator specifying that the supplier is the fixed supplier for the validity period of the source
list record.public void setPurchaseOutlineAgreement(@Nullable String purchaseOutlineAgreement)
Original property name from the Odata EDM: PurchaseOutlineAgreement
purchaseOutlineAgreement
- Number of the outline agreement.public void setPurchaseOutlineAgreementItem(@Nullable String purchaseOutlineAgreementItem)
Original property name from the Odata EDM: PurchaseOutlineAgreementItem
purchaseOutlineAgreementItem
- Specifies the number that uniquely identifies an item in .public void setSupplyingPlant(@Nullable String supplyingPlant)
Original property name from the Odata EDM: SupplyingPlant
You can only enter one supplier number or one plant per quota arrangement item.In the case of process orders, this field should remain empty if the quota arrangement is being used to select a production version.
supplyingPlant
- Key for the factory or branch of a company (that is, a company code), from which the material is to be
procured.public void setSourceOfSupplyIsBlocked(@Nullable Boolean sourceOfSupplyIsBlocked)
Original property name from the Odata EDM: SourceOfSupplyIsBlocked
A blocked source will not be suggested in the course of the source determination process that takes place in the purchase requisition or purchase order.The issue of purchase orders to blocked sources is not allowed.Note:If you set the Blk indicator and enter just one validity period, the material is generally blocked for external procurement.
sourceOfSupplyIsBlocked
- Species whether the source ofsupply is blocked for ordering purposes.public void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Denotes the purchasing organization.public void setMRPSourcingControl(@Nullable String mRPSourcingControl)
Original property name from the Odata EDM: MRPSourcingControl
The following are valid entries for this field:"1"Purchase requisitions generated within the framework of material requirements planning are automatically assigned to this source."2"If the source of supply is a scheduling agreement, MRP can create a delivery schedule line with respect to a requirement." "The source of supply is not taken into account by material requirements planning.
mRPSourcingControl
- Key that determines how the source of supply defined in the source list record is used in material
requirements planning (MRP).public void setOrderQuantityUnit(@Nullable String orderQuantityUnit)
Original property name from the Odata EDM: OrderQuantityUnit
orderQuantityUnit
- Specifies the unit of measure in which the material is ordered.public void setLastChangeDateTime(@Nullable ZonedDateTime lastChangeDateTime)
Original property name from the Odata EDM: LastChangeDateTime
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.
lastChangeDateTime
- The UTC timestamp displays date and time according to UTC (Universal Coordinated Time).public void setIssgPlantIsFixed(@Nullable Boolean issgPlantIsFixed)
Original property name from the Odata EDM: IssgPlantIsFixed
issgPlantIsFixed
- Indicator specifying that the supplying plant is the fixed supplying plant for the validity period of
the source list record.public void setPurOutlineAgreementIsFixed(@Nullable Boolean purOutlineAgreementIsFixed)
Original property name from the Odata EDM: PurOutlineAgreementIsFixed
If you flag an outline agreement item as a fixed source, it will be determined in the course of the source determination process and the material entered can only be procured under this outline agreement when a purchase order is created.
purOutlineAgreementIsFixed
- Specifies that an outline agreement item is to be considered as a fixed source of supply during the
validity period of the source list record.public void setSourceOfSupplyIsFixed(@Nullable Boolean sourceOfSupplyIsFixed)
Original property name from the Odata EDM: SourceOfSupplyIsFixed
In the source determination process with regard to a purchase requisition or purchase order, the preferred source is suggested first.Only one source of the same type (i.e. supplier or outline agreement) may be preferred within a certain validity period.
sourceOfSupplyIsFixed
- Specifies that the source of supply is the preferred procurement option within the specified period.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<PurchasingSource>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<PurchasingSource>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<PurchasingSource>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<PurchasingSource>
@Nonnull public static <T> PurchasingSourceField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> PurchasingSourceField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<PurchasingSource>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<PurchasingSource>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<PurchasingSource>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<PurchasingSource>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)public static PurchasingSource.PurchasingSourceBuilder builder()
@Nullable public String getMaterial()
Original property name from the Odata EDM: Material
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
You use the plant key to determine, for instance, which plant is to receive ordered goods.
@Nullable public String getSourceListRecord()
Original property name from the Odata EDM: SourceListRecord
This counter is assigned internally by the system at material master plant segment level.
@Nullable public LocalDateTime getCreationDate()
Original property name from the Odata EDM: CreationDate
@Nullable public String getCreatedByUserName()
Original property name from the Odata EDM: CreatedByUserName
@Nullable public LocalDateTime getValidityStartDate()
Original property name from the Odata EDM: ValidityStartDate
When the system carries out checks against the source list, only those source list records whose "valid from" date is earlier than the date to be checked are taken into account. The date to be checked is normally the delivery date (depending on the application in question).
@Nullable public LocalDateTime getValidityEndDate()
Original property name from the Odata EDM: ValidityEndDate
When carrying out checks against the source list, the system takes only those source list records into account whose "valid until" date is later than the date to be checked. The date to be checked is normally the delivery date, depending on the application in question.
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
With the supplier number, information from the supplier master record (such as the supplier's address and bank details) is copied into a purchasing document (such as a request for quotation or a purchase order).You can use the supplier number to keep track of requests for quotation, purchase orders and outline agreements.
@Nullable public Boolean getSupplierIsFixed()
Original property name from the Odata EDM: SupplierIsFixed
@Nullable public String getPurchaseOutlineAgreement()
Original property name from the Odata EDM: PurchaseOutlineAgreement
@Nullable public String getPurchaseOutlineAgreementItem()
Original property name from the Odata EDM: PurchaseOutlineAgreementItem
@Nullable public String getSupplyingPlant()
Original property name from the Odata EDM: SupplyingPlant
You can only enter one supplier number or one plant per quota arrangement item.In the case of process orders, this field should remain empty if the quota arrangement is being used to select a production version.
@Nullable public Boolean getSourceOfSupplyIsBlocked()
Original property name from the Odata EDM: SourceOfSupplyIsBlocked
A blocked source will not be suggested in the course of the source determination process that takes place in the purchase requisition or purchase order.The issue of purchase orders to blocked sources is not allowed.Note:If you set the Blk indicator and enter just one validity period, the material is generally blocked for external procurement.
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getMRPSourcingControl()
Original property name from the Odata EDM: MRPSourcingControl
The following are valid entries for this field:"1"Purchase requisitions generated within the framework of material requirements planning are automatically assigned to this source."2"If the source of supply is a scheduling agreement, MRP can create a delivery schedule line with respect to a requirement." "The source of supply is not taken into account by material requirements planning.
@Nullable public String getOrderQuantityUnit()
Original property name from the Odata EDM: OrderQuantityUnit
@Nullable public ZonedDateTime getLastChangeDateTime()
Original property name from the Odata EDM: LastChangeDateTime
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 public Boolean getIssgPlantIsFixed()
Original property name from the Odata EDM: IssgPlantIsFixed
@Nullable public Boolean getPurOutlineAgreementIsFixed()
Original property name from the Odata EDM: PurOutlineAgreementIsFixed
If you flag an outline agreement item as a fixed source, it will be determined in the course of the source determination process and the material entered can only be procured under this outline agreement when a purchase order is created.
@Nullable public Boolean getSourceOfSupplyIsFixed()
Original property name from the Odata EDM: SourceOfSupplyIsFixed
In the source determination process with regard to a purchase requisition or purchase order, the preferred source is suggested first.Only one source of the same type (i.e. supplier or outline agreement) may be preferred within a certain validity period.
public String toString()
toString
in class VdmObject<PurchasingSource>
public boolean equals(Object o)
equals
in class VdmObject<PurchasingSource>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<PurchasingSource>
public int hashCode()
hashCode
in class VdmObject<PurchasingSource>
Copyright © 2020 SAP SE. All rights reserved.