public interface SupplyAvailabilityProtectionPlanService
The service contains the supply protection object, the characteristics, the supply protection groups and the time buckets. Once the supply availability protection plan has been created, the response contains the created object with comprehensive information including UUIDs of the objects as well as error messages for the case that the creation was not successful..
Reference: SAP API Business Hub
OData Service: | API_SUPAVAILYPROTPLAN_0001 |
API Version: | 1 |
Communication Scenario: | Supply Availability Protection Plan Integration (SAP_COM_0384) |
Scope Items: | Advanced Available-to-Promise Processing (1JW) |
Authentication Methods: | Basic, x509, OAuth2 |
Service Group Name: | API_SUPAVAILYPROTPLAN |
Business Object: | SupAvailabilityProtectionPlan |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SupplyAvailabilityProtectionPlanService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull BatchRequestBuilder batch()
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<SupplyProtection> getAllSupplyProtection()
SupplyProtection
entities.SupplyProtection
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<SupplyProtection> countSupplyProtection()
SupplyProtection
entity collection matching the filter and search expressions.SupplyProtection
entities. This request builder allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<SupplyProtection> getSupplyProtectionByKey(@Nonnull UUID supplyProtectionUUID)
SupplyProtection
entity using key fields.supplyProtectionUUID
- UUID
Constraints: Not nullable
SupplyProtection
entity 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 the
execute
method on the request builder object.@Nonnull CreateRequestBuilder<SupplyProtection> createSupplyProtection(@Nonnull SupplyProtection supplyProtection)
SupplyProtection
entity and save it to the S/4HANA system.supplyProtection
- SupplyProtection
entity object that will be created in the S/4HANA system.SupplyProtection
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<SupplyProtection> updateSupplyProtection(@Nonnull SupplyProtection supplyProtection)
SupplyProtection
entity and save it to the S/4HANA system.supplyProtection
- SupplyProtection
entity object that will be updated in the S/4HANA system.SupplyProtection
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull DeleteRequestBuilder<SupplyProtection> deleteSupplyProtection(@Nonnull SupplyProtection supplyProtection)
SupplyProtection
entity in the S/4HANA system.supplyProtection
- SupplyProtection
entity object that will be deleted in the S/4HANA system.SupplyProtection
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<SupplyProtectionGroup> getAllSupplyProtectionGroup()
SupplyProtectionGroup
entities.SupplyProtectionGroup
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<SupplyProtectionGroup> countSupplyProtectionGroup()
SupplyProtectionGroup
entity collection matching the filter and search expressions.SupplyProtectionGroup
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<SupplyProtectionGroup> getSupplyProtectionGroupByKey(@Nonnull UUID supplyProtectionGroupUUID)
SupplyProtectionGroup
entity using key fields.supplyProtectionGroupUUID
- Characteristic Value Combination UUID
Constraints: Not nullable
SupplyProtectionGroup
entity 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 the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<SupplyProtectionGroup> updateSupplyProtectionGroup(@Nonnull SupplyProtectionGroup supplyProtectionGroup)
SupplyProtectionGroup
entity and save it to the S/4HANA system.supplyProtectionGroup
- SupplyProtectionGroup
entity object that will be updated in the S/4HANA system.SupplyProtectionGroup
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull DeleteRequestBuilder<SupplyProtectionGroup> deleteSupplyProtectionGroup(@Nonnull SupplyProtectionGroup supplyProtectionGroup)
SupplyProtectionGroup
entity in the S/4HANA system.supplyProtectionGroup
- SupplyProtectionGroup
entity object that will be deleted in the S/4HANA system.SupplyProtectionGroup
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<SupplyProtectionTimeBucket> getAllSupplyProtectionTimeBucket()
SupplyProtectionTimeBucket
entities.SupplyProtectionTimeBucket
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<SupplyProtectionTimeBucket> countSupplyProtectionTimeBucket()
SupplyProtectionTimeBucket
entity collection matching the filter and search expressions.SupplyProtectionTimeBucket
entities. This request builder allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<SupplyProtectionTimeBucket> getSupplyProtectionTimeBucketByKey(@Nonnull UUID supProtTimeBucketUUID)
SupplyProtectionTimeBucket
entity using key fields.supProtTimeBucketUUID
- Time Bucket UUID
Constraints: Not nullable
SupplyProtectionTimeBucket
entity 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 the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<SupplyProtectionTimeBucket> updateSupplyProtectionTimeBucket(@Nonnull SupplyProtectionTimeBucket supplyProtectionTimeBucket)
SupplyProtectionTimeBucket
entity and save it to the S/4HANA system.supplyProtectionTimeBucket
- SupplyProtectionTimeBucket
entity object that will be updated in the S/4HANA system.SupplyProtectionTimeBucket
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull DeleteRequestBuilder<SupplyProtectionTimeBucket> deleteSupplyProtectionTimeBucket(@Nonnull SupplyProtectionTimeBucket supplyProtectionTimeBucket)
SupplyProtectionTimeBucket
entity in the S/4HANA system.supplyProtectionTimeBucket
- SupplyProtectionTimeBucket
entity object that will be deleted in the S/4HANA system.SupplyProtectionTimeBucket
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull GetAllRequestBuilder<SupProtCharacteristic> getAllSupProtCharacteristic()
SupProtCharacteristic
entities.SupProtCharacteristic
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull CountRequestBuilder<SupProtCharacteristic> countSupProtCharacteristic()
SupProtCharacteristic
entity collection matching the filter and search expressions.SupProtCharacteristic
entities. This request builder allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the request builder object.@Nonnull GetByKeyRequestBuilder<SupProtCharacteristic> getSupProtCharacteristicByKey(@Nonnull UUID supProtCharacteristicUUID)
SupProtCharacteristic
entity using key fields.supProtCharacteristicUUID
- Characteristic UUID
Constraints: Not nullable
SupProtCharacteristic
entity 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 the
execute
method on the request builder object.@Nonnull UpdateRequestBuilder<SupProtCharacteristic> updateSupProtCharacteristic(@Nonnull SupProtCharacteristic supProtCharacteristic)
SupProtCharacteristic
entity and save it to the S/4HANA system.supProtCharacteristic
- SupProtCharacteristic
entity object that will be updated in the S/4HANA system.SupProtCharacteristic
entity. To perform execution, call the
execute
method on the request builder object.@Nonnull DeleteRequestBuilder<SupProtCharacteristic> deleteSupProtCharacteristic(@Nonnull SupProtCharacteristic supProtCharacteristic)
SupProtCharacteristic
entity in the S/4HANA system.supProtCharacteristic
- SupProtCharacteristic
entity object that will be deleted in the S/4HANA system.SupProtCharacteristic
entity. To perform execution, call the
execute
method on the request builder object.Copyright © 2021 SAP SE. All rights reserved.