Interface IncotermService
- All Superinterfaces:
BatchService<IncotermServiceBatch>
- All Known Implementing Classes:
DefaultIncotermService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The OData service enables external systems and other consumers to retrieve Incoterms data in your system. Retrievable details include Incoterms and Incoterms versions.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_SD_INCOTERMS_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Sales Master Data Integration(SAP_COM_0746), Procurement - Supplier Quotation Management Integration(SAP_COM_0760) |
| Scope Items: | Sell from Stock(BD9), Sell from Stock(OD9), Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Business Object: | Incoterms 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 TypeMethodDescriptionDeprecated.Fetch multipleIncotermsClassificationentities.Deprecated.Fetch multipleIncotermsClassificationTextentities.Deprecated.Fetch multipleIncotermsVersionentities.Deprecated.Fetch multipleIncotermsVersionTextentities.getIncotermsClassificationByKey(String incotermsClassification) Deprecated.Fetch a singleIncotermsClassificationentity using key fields.getIncotermsClassificationTextByKey(String incotermsClassification, String language) Deprecated.Fetch a singleIncotermsClassificationTextentity using key fields.getIncotermsVersionByKey(String incotermsVersion) Deprecated.Fetch a singleIncotermsVersionentity using key fields.getIncotermsVersionTextByKey(String incotermsVersion, String language) Deprecated.Fetch a singleIncotermsVersionTextentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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.
-
getAllIncotermsClassification
Deprecated.Fetch multipleIncotermsClassificationentities.- Returns:
- A fluent helper to fetch multiple
IncotermsClassificationentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getIncotermsClassificationByKey
@Nonnull IncotermsClassificationByKeyFluentHelper getIncotermsClassificationByKey(String incotermsClassification) Deprecated.Fetch a singleIncotermsClassificationentity using key fields.- Parameters:
incotermsClassification- Incoterms (Part 1)Constraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
IncotermsClassificationentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllIncotermsClassificationText
Deprecated.Fetch multipleIncotermsClassificationTextentities.- Returns:
- A fluent helper to fetch multiple
IncotermsClassificationTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getIncotermsClassificationTextByKey
@Nonnull IncotermsClassificationTextByKeyFluentHelper getIncotermsClassificationTextByKey(String incotermsClassification, String language) Deprecated.Fetch a singleIncotermsClassificationTextentity using key fields.- Parameters:
incotermsClassification- Incoterms (Part 1)Constraints: Not nullable, Maximum length: 3
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
IncotermsClassificationTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllIncotermsVersion
Deprecated.Fetch multipleIncotermsVersionentities.- Returns:
- A fluent helper to fetch multiple
IncotermsVersionentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getIncotermsVersionByKey
Deprecated.Fetch a singleIncotermsVersionentity using key fields.- Parameters:
incotermsVersion- Incoterms VersionConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
IncotermsVersionentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllIncotermsVersionText
Deprecated.Fetch multipleIncotermsVersionTextentities.- Returns:
- A fluent helper to fetch multiple
IncotermsVersionTextentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getIncotermsVersionTextByKey
@Nonnull IncotermsVersionTextByKeyFluentHelper getIncotermsVersionTextByKey(String incotermsVersion, String language) Deprecated.Fetch a singleIncotermsVersionTextentity using key fields.- Parameters:
incotermsVersion- Incoterms VersionConstraints: Not nullable, Maximum length: 4
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
IncotermsVersionTextentity using key fields. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-