Interface ChemicalComplianceInfoService

All Known Implementing Classes:
DefaultChemicalComplianceInfoService

@Deprecated public interface ChemicalComplianceInfoService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the VDM.

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. .

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull ChemicalComplianceInfoService withServicePath(@Nonnull String servicePath)
      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

      @Nonnull BatchRequestBuilder batch()
      Deprecated.
      Creates a batch request builder object.
      Returns:
      A request builder to handle batch operation on this service. To perform execution, call the execute method on the request builder object.
    • getAllChemicalComplianceInfo

      @Nonnull GetAllRequestBuilder<ChemicalComplianceInfo> getAllChemicalComplianceInfo()
      Deprecated.
      Fetch multiple ChemicalComplianceInfo entities.
      Returns:
      A request builder to fetch multiple ChemicalComplianceInfo 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.
    • countChemicalComplianceInfo

      @Nonnull CountRequestBuilder<ChemicalComplianceInfo> countChemicalComplianceInfo()
      Deprecated.
      Fetch the number of entries from the ChemicalComplianceInfo entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChemicalComplianceInfo 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.
    • getChemicalComplianceInfoByKey

      @Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfo> getChemicalComplianceInfoByKey(UUID chmlCmplncInfoUUID)
      Deprecated.
      Fetch a single ChemicalComplianceInfo entity using key fields.
      Parameters:
      chmlCmplncInfoUUID - Chemical Compliance Information

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChemicalComplianceInfo 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.
    • getAllChmlCmplncInfoPckgdProduct

      @Nonnull GetAllRequestBuilder<ChmlCmplncInfoPckgdProduct> getAllChmlCmplncInfoPckgdProduct()
      Deprecated.
      Fetch multiple ChmlCmplncInfoPckgdProduct entities.
      Returns:
      A request builder to fetch multiple ChmlCmplncInfoPckgdProduct 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.
    • countChmlCmplncInfoPckgdProduct

      @Nonnull CountRequestBuilder<ChmlCmplncInfoPckgdProduct> countChmlCmplncInfoPckgdProduct()
      Deprecated.
      Fetch the number of entries from the ChmlCmplncInfoPckgdProduct entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChmlCmplncInfoPckgdProduct 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.
    • getChmlCmplncInfoPckgdProductByKey

      @Nonnull GetByKeyRequestBuilder<ChmlCmplncInfoPckgdProduct> getChmlCmplncInfoPckgdProductByKey(UUID pckgdProductAssgmtUUID)
      Deprecated.
      Fetch a single ChmlCmplncInfoPckgdProduct entity using key fields.
      Parameters:
      pckgdProductAssgmtUUID - Product Assignment

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChmlCmplncInfoPckgdProduct 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.
    • getAllChmlCmplncInfoUnpckgdProduct

      @Nonnull GetAllRequestBuilder<ChmlCmplncInfoUnpckgdProduct> getAllChmlCmplncInfoUnpckgdProduct()
      Deprecated.
      Fetch multiple ChmlCmplncInfoUnpckgdProduct entities.
      Returns:
      A request builder to fetch multiple ChmlCmplncInfoUnpckgdProduct 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.
    • countChmlCmplncInfoUnpckgdProduct

      @Nonnull CountRequestBuilder<ChmlCmplncInfoUnpckgdProduct> countChmlCmplncInfoUnpckgdProduct()
      Deprecated.
      Fetch the number of entries from the ChmlCmplncInfoUnpckgdProduct entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChmlCmplncInfoUnpckgdProduct 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.
    • getChmlCmplncInfoUnpckgdProductByKey

      @Nonnull GetByKeyRequestBuilder<ChmlCmplncInfoUnpckgdProduct> getChmlCmplncInfoUnpckgdProductByKey(UUID unpckgdProductAssgmtUUID)
      Deprecated.
      Fetch a single ChmlCmplncInfoUnpckgdProduct entity using key fields.
      Parameters:
      unpckgdProductAssgmtUUID - Product Assignment

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChmlCmplncInfoUnpckgdProduct 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.
    • getAllChmlComplianceInfoProduct

      @Nonnull GetAllRequestBuilder<ChemicalComplianceInfoProduct> getAllChmlComplianceInfoProduct()
      Deprecated.
      Fetch multiple ChemicalComplianceInfoProduct entities.
      Returns:
      A request builder to fetch multiple ChemicalComplianceInfoProduct 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.
    • countChmlComplianceInfoProduct

      @Nonnull CountRequestBuilder<ChemicalComplianceInfoProduct> countChmlComplianceInfoProduct()
      Deprecated.
      Fetch the number of entries from the ChemicalComplianceInfoProduct entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChemicalComplianceInfoProduct 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.
    • getChmlComplianceInfoProductByKey

      @Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoProduct> getChmlComplianceInfoProductByKey(UUID chmlCmplncMatlAssgmtUUID)
      Deprecated.
      Fetch a single ChemicalComplianceInfoProduct entity using key fields.
      Parameters:
      chmlCmplncMatlAssgmtUUID - Product Assignment

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChemicalComplianceInfoProduct 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.
    • getAllChmlComplianceInfoPurpose

      @Nonnull GetAllRequestBuilder<ChemicalComplianceInfoPurpose> getAllChmlComplianceInfoPurpose()
      Deprecated.
      Fetch multiple ChemicalComplianceInfoPurpose entities.
      Returns:
      A request builder to fetch multiple ChemicalComplianceInfoPurpose 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.
    • countChmlComplianceInfoPurpose

      @Nonnull CountRequestBuilder<ChemicalComplianceInfoPurpose> countChmlComplianceInfoPurpose()
      Deprecated.
      Fetch the number of entries from the ChemicalComplianceInfoPurpose entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChemicalComplianceInfoPurpose 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.
    • getChmlComplianceInfoPurposeByKey

      @Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoPurpose> getChmlComplianceInfoPurposeByKey(UUID chmlCmplncPrpsAssgmtUUID)
      Deprecated.
      Fetch a single ChemicalComplianceInfoPurpose entity using key fields.
      Parameters:
      chmlCmplncPrpsAssgmtUUID - Purpose Assignment

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChemicalComplianceInfoPurpose 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.
    • getAllChmlComplianceInfoSupplier

      @Nonnull GetAllRequestBuilder<ChemicalComplianceInfoSupplier> getAllChmlComplianceInfoSupplier()
      Deprecated.
      Fetch multiple ChemicalComplianceInfoSupplier entities.
      Returns:
      A request builder to fetch multiple ChemicalComplianceInfoSupplier 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.
    • countChmlComplianceInfoSupplier

      @Nonnull CountRequestBuilder<ChemicalComplianceInfoSupplier> countChmlComplianceInfoSupplier()
      Deprecated.
      Fetch the number of entries from the ChemicalComplianceInfoSupplier entity collection matching the filter and search expressions.
      Returns:
      A request builder to fetch the count of ChemicalComplianceInfoSupplier 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.
    • getChmlComplianceInfoSupplierByKey

      @Nonnull GetByKeyRequestBuilder<ChemicalComplianceInfoSupplier> getChmlComplianceInfoSupplierByKey(UUID chmlCmplncSuplrMatlAssgmtUUID)
      Deprecated.
      Fetch a single ChemicalComplianceInfoSupplier entity using key fields.
      Parameters:
      chmlCmplncSuplrMatlAssgmtUUID - UUID of the assignment of CCI and Supplier Raw Material

      Constraints: Not nullable

      Returns:
      A request builder to fetch a single ChemicalComplianceInfoSupplier 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.