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.

Business Documentation

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 Details

  • Method Details

    • withServicePath

      @Nonnull JointVentureBillingService withServicePath(@Nonnull String servicePath)
      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 File

      Creates a fluent helper for the GetAttachmentLinks OData function import.

      Parameters:
      companyCode - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: CompanyCode

      fiscalPeriod - Constraints: Not nullable, Maximum length: 3

      Original parameter name from the Odata EDM: FiscalPeriod

      fiscalYear - Constraints: Not nullable, Maximum length: 4

      Original parameter name from the Odata EDM: FiscalYear

      jointVenturePartner - Constraints: Nullable, Maximum length: 10

      Original 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 execute method on the fluent helper object.