public interface AllowlistIntercompanyPostingService extends BatchService<AllowlistIntercompanyPostingServiceBatch>
The service returns allowlist of sender/receiver company code combinations for intercompany postings. Filters, sorting, and other OData operations can be used..
Reference: SAP API Business Hub
OData Service: | API_FCO_ICO_RESTRICTION |
API Version: | 1 |
Communication Scenario: | Block Intercompany Postings Integration (SAP_COM_0745) |
Scope Items: | Overhead Cost Accounting (J54) |
Authentication Methods: | Basic, x509 |
Business Object: | CompanyCode |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
Modifier and Type | Method and Description |
---|---|
AllowlistFluentHelper |
getAllAllowlist()
Fetch multiple
Allowlist entities. |
AllowlistByKeyFluentHelper |
getAllowlistByKey(String senderCompanyCode,
String receiverCompanyCode)
Fetch a single
Allowlist entity using key fields. |
AllowlistIntercompanyPostingService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull AllowlistIntercompanyPostingService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull AllowlistFluentHelper getAllAllowlist()
Allowlist
entities.@Nonnull AllowlistByKeyFluentHelper getAllowlistByKey(String senderCompanyCode, String receiverCompanyCode)
Allowlist
entity using key fields.senderCompanyCode
- Sender Company Code
Constraints: Not nullable, Maximum length: 4
receiverCompanyCode
- Receiver Company Code
Constraints: Not nullable, Maximum length: 4
Allowlist
entity 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 the
execute
method on the fluent helper object.Copyright © 2021 SAP SE. All rights reserved.