Interface BusinessPlaceService
- All Superinterfaces:
BatchService<BusinessPlaceServiceBatch>
- All Known Implementing Classes:
DefaultBusinessPlaceService
This service provides queries about business places based on countries/regions or scenarios. The detailed information you can query is as follows: - Enablement status of a business place in the current business scenario. Based on the enablement status, customers can decide the field status of the business place on the UI, which can be invisible, display only, optional or mandatory. - List of business places by input variants. - Detailed information about business places, such as tax registration number and address. - Attributes of country/region-specific business places..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_GLO_BUSINESSPLACE_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Business Place Integration(SAP_COM_0394) |
| Scope Items: | Accounting and Financial Close(J58), Accounts Receivable(J59), Accounts Payable(J60) |
| Authentication Methods: | x509 |
| Business Object: | Business Place |
-
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 multipleBusinessPlaceentities.getBusinessPlaceByKey(String companyCode, String businessPlaceID) Deprecated.Fetch a singleBusinessPlaceentity using key fields.getBusinessPlaceFieldProperties(String scenarioID, String companyCode) Deprecated.Creates a fluent helper for the GetBusinessPlaceFieldProperties OData function import.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.
-
getAllBusinessPlace
Deprecated.Fetch multipleBusinessPlaceentities.- Returns:
- A fluent helper to fetch multiple
BusinessPlaceentities. 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.
-
getBusinessPlaceByKey
@Nonnull BusinessPlaceByKeyFluentHelper getBusinessPlaceByKey(String companyCode, String businessPlaceID) Deprecated.Fetch a singleBusinessPlaceentity using key fields.- Parameters:
companyCode- Company CodeConstraints: Not nullable, Maximum length: 4
businessPlaceID- Business PlaceConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
BusinessPlaceentity 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.
-
getBusinessPlaceFieldProperties
@Nonnull GetBusinessPlaceFieldPropertiesFluentHelper getBusinessPlaceFieldProperties(@Nonnull String scenarioID, @Nonnull String companyCode) Deprecated.Creates a fluent helper for the GetBusinessPlaceFieldProperties OData function import.
- Parameters:
companyCode- Constraints: Not nullable, Maximum length: 4Original parameter name from the Odata EDM: CompanyCode
scenarioID- Constraints: Not nullable, Maximum length: 6Original parameter name from the Odata EDM: ScenarioID
- Returns:
- A fluent helper object that will execute the GetBusinessPlaceFieldProperties OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-