@Named(value="com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultJointVentureBillingService") public class DefaultJointVentureBillingService extends Object implements JointVentureBillingService
The service enables you to retrieve list of billing files generated for a Joint Venture Partner. This list would provide details on key attributes which would be required to fetch attachments using the Attachment Reuse Service.
Reference: SAP API Business Hub
OData Service: | API_JVA_BILLING_SRV |
API Version: | 1 |
Communication Scenario: | Joint Venture Partner Billing Files Integration (SAP_COM_0381) |
Scope Items: | Joint Venture Accounting (3F7) |
Authentication Methods: | Basic, x509 |
DEFAULT_SERVICE_PATH
Constructor and Description |
---|
DefaultJointVentureBillingService()
Creates a service using
JointVentureBillingService.DEFAULT_SERVICE_PATH to send the requests. |
Modifier and Type | Method and Description |
---|---|
DefaultJointVentureBillingServiceBatch |
batch()
Instantiate a new FluentHelper instance for a single OData batch request.
|
GetAttachmentLinksFluentHelper |
getAttachmentLinks(String companyCode,
String fiscalYear,
String fiscalPeriod,
String jointVenturePartner)
Get Billing File
|
DefaultJointVentureBillingService |
withServicePath(String servicePath)
Overrides the default service path and returns a new service instance with the specified service path.
|
public DefaultJointVentureBillingService()
JointVentureBillingService.DEFAULT_SERVICE_PATH
to send the requests.@Nonnull public DefaultJointVentureBillingService withServicePath(@Nonnull String servicePath)
JointVentureBillingService
withServicePath
in interface JointVentureBillingService
servicePath
- Service path that will override the default.@Nonnull public DefaultJointVentureBillingServiceBatch batch()
batch
in interface BatchService<JointVentureBillingServiceBatch>
@Nonnull public GetAttachmentLinksFluentHelper getAttachmentLinks(String companyCode, String fiscalYear, String fiscalPeriod, String jointVenturePartner)
JointVentureBillingService
Creates a fluent helper for the GetAttachmentLinks OData function import.
getAttachmentLinks
in interface JointVentureBillingService
companyCode
- Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: CompanyCode
fiscalYear
- Constraints: Not nullable, Maximum length: 4
Original parameter name from the Odata EDM: FiscalYear
fiscalPeriod
- Constraints: Not nullable, Maximum length: 3
Original parameter name from the Odata EDM: FiscalPeriod
jointVenturePartner
- Constraints: Nullable, Maximum length: 10
Original parameter name from the Odata EDM: JointVenturePartner
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.