Interface AwardingScenarioService
- All Known Implementing Classes:
DefaultAwardingScenarioService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, update, and delete awarding scenarios for sourcing projects. You can also submit awarding scenarios for and withdraw them from approval..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_SRCGPROJAWARDINGSCENARIO_0001 |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Sourcing Integration(SAP_COM_0910) |
| Scope Items: | Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Service Group Name: | API_SRCGPROJAWARDINGSCEN |
| Business Object: | Sourcing Project Awarding Scenario |
-
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 theSrcgProjectAwardingScenarioentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjAwardingScenNoteentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theSrcgProjectAwardingScenarioQtnentity collection matching the filter and search expressions.createSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Create a newSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.deleteSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Deletes an existingSrcgProjectAwardingScenarioentity in the S/4HANA system.deleteSrcgProjAwardingScenarioNote(SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Deletes an existingSrcgProjAwardingScenNoteentity in the S/4HANA system.deleteSrcgProjAwardingScenQtn(SrcgProjectAwardingScenarioQtn srcgProjectAwardingScenarioQtn) Deprecated.Deletes an existingSrcgProjectAwardingScenarioQtnentity in the S/4HANA system.Deprecated.Fetch multipleSrcgProjectAwardingScenarioentities.Deprecated.Fetch multipleSrcgProjAwardingScenNoteentities.Deprecated.Fetch multipleSrcgProjectAwardingScenarioQtnentities.getSrcgProjAwardingScenarioByKey(UUID srcgProjAwardingScenarioUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioentity using key fields.getSrcgProjAwardingScenarioNoteByKey(UUID noteBasicUUID) Deprecated.Fetch a singleSrcgProjAwardingScenNoteentity using key fields.getSrcgProjAwardingScenQtnByKey(UUID srcgProjAwardingScenQtnUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioQtnentity using key fields.updateSrcgProjAwardingScenario(SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Update an existingSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.updateSrcgProjAwardingScenarioNote(SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Update an existingSrcgProjAwardingScenNoteentity 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.
-
getAllSrcgProjAwardingScenario
Deprecated.Fetch multipleSrcgProjectAwardingScenarioentities.- Returns:
- A request builder to fetch multiple
SrcgProjectAwardingScenarioentities. 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.
-
countSrcgProjAwardingScenario
Deprecated.Fetch the number of entries from theSrcgProjectAwardingScenarioentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SrcgProjectAwardingScenarioentities. 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.
-
getSrcgProjAwardingScenarioByKey
@Nonnull GetByKeyRequestBuilder<SrcgProjectAwardingScenario> getSrcgProjAwardingScenarioByKey(UUID srcgProjAwardingScenarioUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioentity using key fields.- Parameters:
srcgProjAwardingScenarioUUID- Awarding Scenario UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjectAwardingScenarioentity 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.
-
createSrcgProjAwardingScenario
@Nonnull CreateRequestBuilder<SrcgProjectAwardingScenario> createSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Create a newSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
updateSrcgProjAwardingScenario
@Nonnull UpdateRequestBuilder<SrcgProjectAwardingScenario> updateSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Update an existingSrcgProjectAwardingScenarioentity and save it to the S/4HANA system.- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSrcgProjAwardingScenario
@Nonnull DeleteRequestBuilder<SrcgProjectAwardingScenario> deleteSrcgProjAwardingScenario(@Nonnull SrcgProjectAwardingScenario srcgProjectAwardingScenario) Deprecated.Deletes an existingSrcgProjectAwardingScenarioentity in the S/4HANA system.- Parameters:
srcgProjectAwardingScenario-SrcgProjectAwardingScenarioentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjectAwardingScenarioentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjAwardingScenarioNote
Deprecated.Fetch multipleSrcgProjAwardingScenNoteentities.- Returns:
- A request builder to fetch multiple
SrcgProjAwardingScenNoteentities. 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.
-
countSrcgProjAwardingScenarioNote
Deprecated.Fetch the number of entries from theSrcgProjAwardingScenNoteentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SrcgProjAwardingScenNoteentities. 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.
-
getSrcgProjAwardingScenarioNoteByKey
@Nonnull GetByKeyRequestBuilder<SrcgProjAwardingScenNote> getSrcgProjAwardingScenarioNoteByKey(UUID noteBasicUUID) Deprecated.Fetch a singleSrcgProjAwardingScenNoteentity using key fields.- Parameters:
noteBasicUUID- Note IDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjAwardingScenNoteentity 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.
-
updateSrcgProjAwardingScenarioNote
@Nonnull UpdateRequestBuilder<SrcgProjAwardingScenNote> updateSrcgProjAwardingScenarioNote(@Nonnull SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Update an existingSrcgProjAwardingScenNoteentity and save it to the S/4HANA system.- Parameters:
srcgProjAwardingScenNote-SrcgProjAwardingScenNoteentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
SrcgProjAwardingScenNoteentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteSrcgProjAwardingScenarioNote
@Nonnull DeleteRequestBuilder<SrcgProjAwardingScenNote> deleteSrcgProjAwardingScenarioNote(@Nonnull SrcgProjAwardingScenNote srcgProjAwardingScenNote) Deprecated.Deletes an existingSrcgProjAwardingScenNoteentity in the S/4HANA system.- Parameters:
srcgProjAwardingScenNote-SrcgProjAwardingScenNoteentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjAwardingScenNoteentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllSrcgProjAwardingScenQtn
Deprecated.Fetch multipleSrcgProjectAwardingScenarioQtnentities.- Returns:
- A request builder to fetch multiple
SrcgProjectAwardingScenarioQtnentities. 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.
-
countSrcgProjAwardingScenQtn
Deprecated.Fetch the number of entries from theSrcgProjectAwardingScenarioQtnentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
SrcgProjectAwardingScenarioQtnentities. 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.
-
getSrcgProjAwardingScenQtnByKey
@Nonnull GetByKeyRequestBuilder<SrcgProjectAwardingScenarioQtn> getSrcgProjAwardingScenQtnByKey(UUID srcgProjAwardingScenQtnUUID) Deprecated.Fetch a singleSrcgProjectAwardingScenarioQtnentity using key fields.- Parameters:
srcgProjAwardingScenQtnUUID- UUID of Supplier Quotation in Awarding ScenarioConstraints: Not nullable
- Returns:
- A request builder to fetch a single
SrcgProjectAwardingScenarioQtnentity 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.
-
deleteSrcgProjAwardingScenQtn
@Nonnull DeleteRequestBuilder<SrcgProjectAwardingScenarioQtn> deleteSrcgProjAwardingScenQtn(@Nonnull SrcgProjectAwardingScenarioQtn srcgProjectAwardingScenarioQtn) Deprecated.Deletes an existingSrcgProjectAwardingScenarioQtnentity in the S/4HANA system.- Parameters:
srcgProjectAwardingScenarioQtn-SrcgProjectAwardingScenarioQtnentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
SrcgProjectAwardingScenarioQtnentity. To perform execution, call theexecutemethod on the request builder object.
-