Interface JointVentureBillingService
- All Superinterfaces:
BatchService<JointVentureBillingServiceBatch>
- All Known Implementing Classes:
DefaultJointVentureBillingService
@Deprecated
public interface JointVentureBillingService
extends BatchService<JointVentureBillingServiceBatch>
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
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 Business Accelerator Hub
Details:
| OData Service: | API_JVA_BILLING_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Joint Venture Partner Billing Files Integration(SAP_COM_0381) |
| Scope Items: | Joint Venture Accounting(3F7) |
| Authentication Methods: | x509 |
| Business Object: | Joint Venture Billing - Read |
-
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 TypeMethodDescriptiongetAttachmentLinks(String companyCode, String fiscalYear, String fiscalPeriod, String jointVenturePartner) Deprecated.Get Billing FilewithServicePath(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.
-
getAttachmentLinks
@Nonnull GetAttachmentLinksFluentHelper getAttachmentLinks(@Nonnull String companyCode, @Nonnull String fiscalYear, @Nonnull String fiscalPeriod, @Nullable String jointVenturePartner) Deprecated.Get Billing FileCreates a fluent helper for the GetAttachmentLinks OData function import.
- Parameters:
companyCode- Constraints: Not nullable, Maximum length: 4Original parameter name from the Odata EDM: CompanyCode
fiscalPeriod- Constraints: Not nullable, Maximum length: 3Original parameter name from the Odata EDM: FiscalPeriod
fiscalYear- Constraints: Not nullable, Maximum length: 4Original parameter name from the Odata EDM: FiscalYear
jointVenturePartner- Constraints: Nullable, Maximum length: 10Original parameter name from the Odata EDM: JointVenturePartner
- Returns:
- A fluent helper object that will execute the GetAttachmentLinks OData function import with the
provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-