Interface ProjectBillingRequestService
- All Known Implementing Classes:
DefaultProjectBillingRequestService
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, read, update, and delete project billing requests for customer projects. A project billing request is a document generated when preparing billing for one or more billing elements. It is an intermediary document based on which billing document requests are generated. This service is based on the OData protocol and can be consumed by apps and other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PROJECTBILLINGREQUEST_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Project Billing Integration(SAP_COM_0909) |
| Scope Items: | Project Billing - Project-Based Services(4E9) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PROJECTBILLINGREQUEST |
| Business Object: | Project Billing Request |
-
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 theProjectBillingRequestentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectBillingRequestItementity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theProjectBillingRequestItemJELnkentity collection matching the filter and search expressions.createProjectBillingRequest(ProjectBillingRequest projectBillingRequest) Deprecated.Create a newProjectBillingRequestentity and save it to the S/4HANA system.deleteProjectBillingRequestItem(ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Deletes an existingProjectBillingRequestItementity in the S/4HANA system.Deprecated.Fetch multipleProjectBillingRequestentities.Deprecated.Fetch multipleProjectBillingRequestItementities.Deprecated.Fetch multipleProjectBillingRequestItemJELnkentities.getProjectBillingRequestByKey(UUID projectBillingRequestUUID) Deprecated.Fetch a singleProjectBillingRequestentity using key fields.getProjectBillingRequestItemByKey(UUID projectBillingRequestItemUUID) Deprecated.Fetch a singleProjectBillingRequestItementity using key fields.getProjectBillingRequestItemJELnkByKey(UUID projBillgElmntEntrItmUUID) Deprecated.Fetch a singleProjectBillingRequestItemJELnkentity using key fields.updateProjectBillingRequestItem(ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Update an existingProjectBillingRequestItementity 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.
-
getAllProjectBillingRequest
Deprecated.Fetch multipleProjectBillingRequestentities.- Returns:
- A request builder to fetch multiple
ProjectBillingRequestentities. 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.
-
countProjectBillingRequest
Deprecated.Fetch the number of entries from theProjectBillingRequestentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectBillingRequestentities. 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.
-
getProjectBillingRequestByKey
@Nonnull GetByKeyRequestBuilder<ProjectBillingRequest> getProjectBillingRequestByKey(UUID projectBillingRequestUUID) Deprecated.Fetch a singleProjectBillingRequestentity using key fields.- Parameters:
projectBillingRequestUUID- Project Billing Request UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestentity 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.
-
createProjectBillingRequest
@Nonnull CreateRequestBuilder<ProjectBillingRequest> createProjectBillingRequest(@Nonnull ProjectBillingRequest projectBillingRequest) Deprecated.Create a newProjectBillingRequestentity and save it to the S/4HANA system.- Parameters:
projectBillingRequest-ProjectBillingRequestentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
ProjectBillingRequestentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProjectBillingRequestItem
Deprecated.Fetch multipleProjectBillingRequestItementities.- Returns:
- A request builder to fetch multiple
ProjectBillingRequestItementities. 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.
-
countProjectBillingRequestItem
Deprecated.Fetch the number of entries from theProjectBillingRequestItementity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectBillingRequestItementities. 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.
-
getProjectBillingRequestItemByKey
@Nonnull GetByKeyRequestBuilder<ProjectBillingRequestItem> getProjectBillingRequestItemByKey(UUID projectBillingRequestItemUUID) Deprecated.Fetch a singleProjectBillingRequestItementity using key fields.- Parameters:
projectBillingRequestItemUUID- Project Billing Request Item UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestItementity 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.
-
updateProjectBillingRequestItem
@Nonnull UpdateRequestBuilder<ProjectBillingRequestItem> updateProjectBillingRequestItem(@Nonnull ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Update an existingProjectBillingRequestItementity and save it to the S/4HANA system.- Parameters:
projectBillingRequestItem-ProjectBillingRequestItementity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
ProjectBillingRequestItementity. To perform execution, call theexecutemethod on the request builder object.
-
deleteProjectBillingRequestItem
@Nonnull DeleteRequestBuilder<ProjectBillingRequestItem> deleteProjectBillingRequestItem(@Nonnull ProjectBillingRequestItem projectBillingRequestItem) Deprecated.Deletes an existingProjectBillingRequestItementity in the S/4HANA system.- Parameters:
projectBillingRequestItem-ProjectBillingRequestItementity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
ProjectBillingRequestItementity. To perform execution, call theexecutemethod on the request builder object.
-
getAllProjectBillingRequestItemJELnk
@Nonnull GetAllRequestBuilder<ProjectBillingRequestItemJELnk> getAllProjectBillingRequestItemJELnk()Deprecated.Fetch multipleProjectBillingRequestItemJELnkentities.- Returns:
- A request builder to fetch multiple
ProjectBillingRequestItemJELnkentities. 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.
-
countProjectBillingRequestItemJELnk
Deprecated.Fetch the number of entries from theProjectBillingRequestItemJELnkentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ProjectBillingRequestItemJELnkentities. 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.
-
getProjectBillingRequestItemJELnkByKey
@Nonnull GetByKeyRequestBuilder<ProjectBillingRequestItemJELnk> getProjectBillingRequestItemJELnkByKey(UUID projBillgElmntEntrItmUUID) Deprecated.Fetch a singleProjectBillingRequestItemJELnkentity using key fields.- Parameters:
projBillgElmntEntrItmUUID- Project Billing Element Entry UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ProjectBillingRequestItemJELnkentity 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.
-