Interface SupplierItemService
- All Known Implementing Classes:
DefaultSupplierItemService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
You can use this service to create, read and update supplier item. The service is based on the OData protocol and can be consumed by external systems.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | SUPPLIERITEM_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Field Logistics Supplier Item to Fieldglass Integration(SAP_COM_0679), Field Logistics - Manage Supplier Item Integration(SAP_COM_0732) |
| Scope Items: | Field Logistics Planning and Execution – Supplier Items(4AH) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SUPPLIERITEM |
| Business Object: | Field Logistics Supplier Item |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from theSupplierItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSupplierItemAttachmententity collection matching the filter and search expressions.createSupplierItem(SupplierItem supplierItem) Deprecated.Create a newSupplierItementity and save it to the S/4HANA system.Deprecated.Fetch multipleSupplierItementities.Deprecated.Fetch multipleSupplierItemAttachmententities.getSupplierItemAttachmentByKey(UUID fldLogsSuplrItemUUID) Deprecated.Fetch a singleSupplierItemAttachmententity using key fields.getSupplierItemByKey(UUID fldLogsSuplrItemUUID) Deprecated.Fetch a singleSupplierItementity using key fields.updateSupplierItem(SupplierItem supplierItem) Deprecated.Update an existingSupplierItementity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllSupplierItem
Deprecated.Fetch multipleSupplierItementities.- Returns:
- A request builder to fetch multiple
SupplierItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSupplierItem
Deprecated.Fetch the number of entries from theSupplierItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SupplierItementities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSupplierItemByKey
Deprecated.Fetch a singleSupplierItementity using key fields.- Parameters:
fldLogsSuplrItemUUID- Supplier Item UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupplierItementity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createSupplierItem
Deprecated.Create a newSupplierItementity and save it to the S/4HANA system.- Parameters:
supplierItem-SupplierItementity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SupplierItementity. To perform execution, call theexecutemethod on the request builder object.
-
updateSupplierItem
Deprecated.Update an existingSupplierItementity and save it to the S/4HANA system.- Parameters:
supplierItem-SupplierItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SupplierItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSupplierItemAttachment
Deprecated.Fetch multipleSupplierItemAttachmententities.- Returns:
- A request builder to fetch multiple
SupplierItemAttachmententities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countSupplierItemAttachment
Deprecated.Fetch the number of entries from theSupplierItemAttachmententity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SupplierItemAttachmententities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getSupplierItemAttachmentByKey
@Nonnull GetByKeyRequestBuilder<SupplierItemAttachment> getSupplierItemAttachmentByKey(UUID fldLogsSuplrItemUUID) Deprecated.Fetch a singleSupplierItemAttachmententity using key fields.- Parameters:
fldLogsSuplrItemUUID- Supplier Item UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SupplierItemAttachmententity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-