Interface WasteTransportationDocumentService
- All Known Implementing Classes:
DefaultWasteTransportationDocumentService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to display Waste Transportation Documents and information on associated Products and Partners. The Partner and Product data stems from the waste business partners and waste materials linked to the Waste Transportation Document respectively. You can also update some properties of Partners and Documents which is further explained in the business documentation. This synchronous inbound service is based on the OData version 4 protocol and can be consumed by external systems..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_WASTETRANSPDOCS_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | EHS - Authority Servers with E-Waste Documents Integration(SAP_COM_0688) |
| Scope Items: | Emissions Management(4XD), Waste Management(60H) |
| Authentication Methods: | x509 |
| Service Group Name: | API_TRANSPDOC |
| Business Object: | Waste Transportation Document |
-
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 theTranspDocentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspDocMatlentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theTranspDocPartentity collection matching the filter and search expressions.Deprecated.Fetch multipleTranspDocentities.Deprecated.Fetch multipleTranspDocMatlentities.Deprecated.Fetch multipleTranspDocPartentities.getTranspDocByKey(UUID envrmtWasteTranspDocUUID) Deprecated.Fetch a singleTranspDocentity using key fields.getTranspDocMatlByKey(UUID envWstTranspDocMatlAssgdUUID) Deprecated.Fetch a singleTranspDocMatlentity using key fields.getTranspDocPartByKey(UUID envWstTranspDocPartAssgdUUID) Deprecated.Fetch a singleTranspDocPartentity using key fields.updateTranspDoc(TranspDoc transpDoc) Deprecated.Update an existingTranspDocentity and save it to the S/4HANA system.updateTranspDocPart(TranspDocPart transpDocPart) Deprecated.Update an existingTranspDocPartentity 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.
-
getAllTranspDoc
Deprecated.Fetch multipleTranspDocentities. -
countTranspDoc
Deprecated.Fetch the number of entries from theTranspDocentity collection matching the filter and search expressions. -
getTranspDocByKey
Deprecated.Fetch a singleTranspDocentity using key fields.- Parameters:
envrmtWasteTranspDocUUID- Waste Transportation Document UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspDocentity 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.
-
updateTranspDoc
Deprecated.Update an existingTranspDocentity and save it to the S/4HANA system. -
getAllTranspDocMatl
Deprecated.Fetch multipleTranspDocMatlentities.- Returns:
- A request builder to fetch multiple
TranspDocMatlentities. 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.
-
countTranspDocMatl
Deprecated.Fetch the number of entries from theTranspDocMatlentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspDocMatlentities. 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.
-
getTranspDocMatlByKey
@Nonnull GetByKeyRequestBuilder<TranspDocMatl> getTranspDocMatlByKey(UUID envWstTranspDocMatlAssgdUUID) Deprecated.Fetch a singleTranspDocMatlentity using key fields.- Parameters:
envWstTranspDocMatlAssgdUUID- Waste Transportation Document Material AssignedConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspDocMatlentity 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.
-
getAllTranspDocPart
Deprecated.Fetch multipleTranspDocPartentities.- Returns:
- A request builder to fetch multiple
TranspDocPartentities. 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.
-
countTranspDocPart
Deprecated.Fetch the number of entries from theTranspDocPartentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
TranspDocPartentities. 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.
-
getTranspDocPartByKey
@Nonnull GetByKeyRequestBuilder<TranspDocPart> getTranspDocPartByKey(UUID envWstTranspDocPartAssgdUUID) Deprecated.Fetch a singleTranspDocPartentity using key fields.- Parameters:
envWstTranspDocPartAssgdUUID- Waste Transportation Document Partner Assigned UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
TranspDocPartentity 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.
-
updateTranspDocPart
@Nonnull UpdateRequestBuilder<TranspDocPart> updateTranspDocPart(@Nonnull TranspDocPart transpDocPart) Deprecated.Update an existingTranspDocPartentity and save it to the S/4HANA system.- Parameters:
transpDocPart-TranspDocPartentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
TranspDocPartentity. To perform execution, call theexecutemethod on the request builder object.
-