Interface ChemicalComplianceInfoService
- All Known Implementing Classes:
DefaultChemicalComplianceInfoService
This service writes data that is provided by an external application to the compliance view (technically called chemical compliance information) in the Product Compliance solution in SAP S/4HANA Cloud. It uses the provided data to create or update the compliance view. Where available this service also allows to create, update or delete compliance view related data. In addition, the service can also read data of the compliance view and provide this data to an external application. You can apply any of the filters provided or retrieve all existing data. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CHEMICALCOMPLIANCEINFO_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Product Compliance - Integration(SAP_COM_0797) |
| Scope Items: | Chemical Compliance Approval for Purchased Material and Supplier(31G), Assess Marketability of a Product(31H), Assess Dangerous Goods for a Product(3FC), Manage Safety Data Sheets for Products(3VR), Substance Volume Tracking(4OL), Request Regulatory Documentation from Service Provider(6AV) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CHEMICALCOMPLIANCEINFO |
| Business Object: | Chemical Compliance Information |
-
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 theChemicalComplianceInfoentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChmlCmplncInfoPckgdProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChmlCmplncInfoUnpckgdProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoProductentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoPurposeentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theChemicalComplianceInfoSupplierentity collection matching the filter and search expressions.Deprecated.Fetch multipleChemicalComplianceInfoentities.Deprecated.Fetch multipleChmlCmplncInfoPckgdProductentities.Deprecated.Fetch multipleChmlCmplncInfoUnpckgdProductentities.Deprecated.Fetch multipleChemicalComplianceInfoProductentities.Deprecated.Fetch multipleChemicalComplianceInfoPurposeentities.Deprecated.Fetch multipleChemicalComplianceInfoSupplierentities.getChemicalComplianceInfoByKey(UUID chmlCmplncInfoUUID) Deprecated.Fetch a singleChemicalComplianceInfoentity using key fields.getChmlCmplncInfoPckgdProductByKey(UUID pckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoPckgdProductentity using key fields.getChmlCmplncInfoUnpckgdProductByKey(UUID unpckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoUnpckgdProductentity using key fields.getChmlComplianceInfoProductByKey(UUID chmlCmplncMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoProductentity using key fields.getChmlComplianceInfoPurposeByKey(UUID chmlCmplncPrpsAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoPurposeentity using key fields.getChmlComplianceInfoSupplierByKey(UUID chmlCmplncSuplrMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoSupplierentity using key fields.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.
-
getAllChemicalComplianceInfo
Deprecated.Fetch multipleChemicalComplianceInfoentities.- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoentities. 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.
-
countChemicalComplianceInfo
Deprecated.Fetch the number of entries from theChemicalComplianceInfoentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoentities. 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.
-
getChemicalComplianceInfoByKey
@Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfo> getChemicalComplianceInfoByKey(UUID chmlCmplncInfoUUID) Deprecated.Fetch a singleChemicalComplianceInfoentity using key fields.- Parameters:
chmlCmplncInfoUUID- Chemical Compliance InformationConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoentity 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.
-
getAllChmlCmplncInfoPckgdProduct
Deprecated.Fetch multipleChmlCmplncInfoPckgdProductentities.- Returns:
- A request builder to fetch multiple
ChmlCmplncInfoPckgdProductentities. 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.
-
countChmlCmplncInfoPckgdProduct
Deprecated.Fetch the number of entries from theChmlCmplncInfoPckgdProductentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChmlCmplncInfoPckgdProductentities. 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.
-
getChmlCmplncInfoPckgdProductByKey
@Nonnull GetByKeyRequestBuilder<ChmlCmplncInfoPckgdProduct> getChmlCmplncInfoPckgdProductByKey(UUID pckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoPckgdProductentity using key fields.- Parameters:
pckgdProductAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChmlCmplncInfoPckgdProductentity 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.
-
getAllChmlCmplncInfoUnpckgdProduct
Deprecated.Fetch multipleChmlCmplncInfoUnpckgdProductentities.- Returns:
- A request builder to fetch multiple
ChmlCmplncInfoUnpckgdProductentities. 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.
-
countChmlCmplncInfoUnpckgdProduct
Deprecated.Fetch the number of entries from theChmlCmplncInfoUnpckgdProductentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChmlCmplncInfoUnpckgdProductentities. 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.
-
getChmlCmplncInfoUnpckgdProductByKey
@Nonnull GetByKeyRequestBuilder<ChmlCmplncInfoUnpckgdProduct> getChmlCmplncInfoUnpckgdProductByKey(UUID unpckgdProductAssgmtUUID) Deprecated.Fetch a singleChmlCmplncInfoUnpckgdProductentity using key fields.- Parameters:
unpckgdProductAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChmlCmplncInfoUnpckgdProductentity 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.
-
getAllChmlComplianceInfoProduct
Deprecated.Fetch multipleChemicalComplianceInfoProductentities.- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoProductentities. 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.
-
countChmlComplianceInfoProduct
Deprecated.Fetch the number of entries from theChemicalComplianceInfoProductentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoProductentities. 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.
-
getChmlComplianceInfoProductByKey
@Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoProduct> getChmlComplianceInfoProductByKey(UUID chmlCmplncMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoProductentity using key fields.- Parameters:
chmlCmplncMatlAssgmtUUID- Product AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoProductentity 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.
-
getAllChmlComplianceInfoPurpose
Deprecated.Fetch multipleChemicalComplianceInfoPurposeentities.- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoPurposeentities. 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.
-
countChmlComplianceInfoPurpose
Deprecated.Fetch the number of entries from theChemicalComplianceInfoPurposeentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoPurposeentities. 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.
-
getChmlComplianceInfoPurposeByKey
@Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoPurpose> getChmlComplianceInfoPurposeByKey(UUID chmlCmplncPrpsAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoPurposeentity using key fields.- Parameters:
chmlCmplncPrpsAssgmtUUID- Purpose AssignmentConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoPurposeentity 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.
-
getAllChmlComplianceInfoSupplier
Deprecated.Fetch multipleChemicalComplianceInfoSupplierentities.- Returns:
- A request builder to fetch multiple
ChemicalComplianceInfoSupplierentities. 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.
-
countChmlComplianceInfoSupplier
Deprecated.Fetch the number of entries from theChemicalComplianceInfoSupplierentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
ChemicalComplianceInfoSupplierentities. 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.
-
getChmlComplianceInfoSupplierByKey
@Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoSupplier> getChmlComplianceInfoSupplierByKey(UUID chmlCmplncSuplrMatlAssgmtUUID) Deprecated.Fetch a singleChemicalComplianceInfoSupplierentity using key fields.- Parameters:
chmlCmplncSuplrMatlAssgmtUUID- UUID of the assignment of CCI and Supplier Raw MaterialConstraints: Not nullable
- Returns:
- A request builder to fetch a single
ChemicalComplianceInfoSupplierentity 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.
-