Interface DangerousGoodsBasicClassificationService
- All Known Implementing Classes:
DefaultDangerousGoodsBasicClassificationService
This service can read data of the dangerous goods basic classification of an unpackaged products in the Product Compliance solution in SAP S/4HANA Cloud and provides this data to an external application. In addition, this service writes dangerous goods basic classification data that is provided by an external application into the dangerous goods basic classification of an unpackaged product in the Product Compliance solution as part of SAP S/4HANA Cloud. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_DNGRSGDSBSCCLASSIFICATION_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_DNGRSGDSBASICCLASSFCTN |
| Business Object: | Dangerous Goods Basic Classification |
-
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 theDngrsGdsBscClassfctnSgrgtnGrpentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsBscClassfctnTextentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGdsSafetyDataSheetNoteentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theDngrsGoodsBasicClassificationentity collection matching the filter and search expressions.createDngrsGoodsBasicClassification(DngrsGoodsBasicClassification dngrsGoodsBasicClassification) Deprecated.Create a newDngrsGoodsBasicClassificationentity and save it to the S/4HANA system.Deprecated.Fetch multipleDngrsGdsBscClassfctnSgrgtnGrpentities.Deprecated.Fetch multipleDngrsGdsBscClassfctnTextentities.Deprecated.Fetch multipleDngrsGdsSafetyDataSheetNoteentities.Deprecated.Fetch multipleDngrsGoodsBasicClassificationentities.getDngrsGdsBscClassfctnSgrgtnGrpByKey(UUID cmplRqRsltDngrsGdsSgrgtnUUID) Deprecated.Fetch a singleDngrsGdsBscClassfctnSgrgtnGrpentity using key fields.getDngrsGdsBscClassfctnTextByKey(UUID cmplRqRsltUUID, String language) Deprecated.Fetch a singleDngrsGdsBscClassfctnTextentity using key fields.getDngrsGdsSafetyDataSheetNoteByKey(UUID cmplRqRsltSftyDtaShtNoteUUID) Deprecated.Fetch a singleDngrsGdsSafetyDataSheetNoteentity using key fields.getDngrsGoodsBasicClassificationByKey(UUID cmplRqRsltUUID) Deprecated.Fetch a singleDngrsGoodsBasicClassificationentity 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.
-
getAllDngrsGdsBscClassfctnSgrgtnGrp
Deprecated.Fetch multipleDngrsGdsBscClassfctnSgrgtnGrpentities.- Returns:
- A request builder to fetch multiple
DngrsGdsBscClassfctnSgrgtnGrpentities. 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.
-
countDngrsGdsBscClassfctnSgrgtnGrp
Deprecated.Fetch the number of entries from theDngrsGdsBscClassfctnSgrgtnGrpentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
DngrsGdsBscClassfctnSgrgtnGrpentities. 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.
-
getDngrsGdsBscClassfctnSgrgtnGrpByKey
@Nonnull GetByKeyRequestBuilder<DngrsGdsBscClassfctnSgrgtnGrp> getDngrsGdsBscClassfctnSgrgtnGrpByKey(UUID cmplRqRsltDngrsGdsSgrgtnUUID) Deprecated.Fetch a singleDngrsGdsBscClassfctnSgrgtnGrpentity using key fields.- Parameters:
cmplRqRsltDngrsGdsSgrgtnUUID- Dangerous Goods Segragation GroupConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGdsBscClassfctnSgrgtnGrpentity 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.
-
getAllDngrsGdsBscClassfctnText
Deprecated.Fetch multipleDngrsGdsBscClassfctnTextentities.- Returns:
- A request builder to fetch multiple
DngrsGdsBscClassfctnTextentities. 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.
-
countDngrsGdsBscClassfctnText
Deprecated.Fetch the number of entries from theDngrsGdsBscClassfctnTextentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
DngrsGdsBscClassfctnTextentities. 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.
-
getDngrsGdsBscClassfctnTextByKey
@Nonnull GetByKeyRequestBuilder<DngrsGdsBscClassfctnText> getDngrsGdsBscClassfctnTextByKey(UUID cmplRqRsltUUID, String language) Deprecated.Fetch a singleDngrsGdsBscClassfctnTextentity using key fields.- Parameters:
cmplRqRsltUUID- Compliance Assessment UUIDConstraints: Not nullable
language- LanguageConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
DngrsGdsBscClassfctnTextentity 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.
-
getAllDngrsGdsSafetyDataSheetNote
Deprecated.Fetch multipleDngrsGdsSafetyDataSheetNoteentities.- Returns:
- A request builder to fetch multiple
DngrsGdsSafetyDataSheetNoteentities. 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.
-
countDngrsGdsSafetyDataSheetNote
Deprecated.Fetch the number of entries from theDngrsGdsSafetyDataSheetNoteentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
DngrsGdsSafetyDataSheetNoteentities. 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.
-
getDngrsGdsSafetyDataSheetNoteByKey
@Nonnull GetByKeyRequestBuilder<DngrsGdsSafetyDataSheetNote> getDngrsGdsSafetyDataSheetNoteByKey(UUID cmplRqRsltSftyDtaShtNoteUUID) Deprecated.Fetch a singleDngrsGdsSafetyDataSheetNoteentity using key fields.- Parameters:
cmplRqRsltSftyDtaShtNoteUUID- Safety Data Sheet Notes UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGdsSafetyDataSheetNoteentity 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.
-
getAllDngrsGoodsBasicClassification
Deprecated.Fetch multipleDngrsGoodsBasicClassificationentities.- Returns:
- A request builder to fetch multiple
DngrsGoodsBasicClassificationentities. 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.
-
countDngrsGoodsBasicClassification
Deprecated.Fetch the number of entries from theDngrsGoodsBasicClassificationentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
DngrsGoodsBasicClassificationentities. 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.
-
getDngrsGoodsBasicClassificationByKey
@Nonnull GetByKeyRequestBuilder<DngrsGoodsBasicClassification> getDngrsGoodsBasicClassificationByKey(UUID cmplRqRsltUUID) Deprecated.Fetch a singleDngrsGoodsBasicClassificationentity using key fields.- Parameters:
cmplRqRsltUUID- Compliance Assessment UUIDConstraints: Not nullable
- Returns:
- A request builder to fetch a single
DngrsGoodsBasicClassificationentity 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.
-
createDngrsGoodsBasicClassification
@Nonnull CreateRequestBuilder<DngrsGoodsBasicClassification> createDngrsGoodsBasicClassification(@Nonnull DngrsGoodsBasicClassification dngrsGoodsBasicClassification) Deprecated.Create a newDngrsGoodsBasicClassificationentity and save it to the S/4HANA system.- Parameters:
dngrsGoodsBasicClassification-DngrsGoodsBasicClassificationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
DngrsGoodsBasicClassificationentity. To perform execution, call theexecutemethod on the request builder object.
-