Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-ledger-service

@sap/cloud-sdk-vdm-ledger-service

This package contains the OData VDM for the Ledger Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: SAP Business Objects Cloud for Planning Integration (SAP_COM_0087). You can find additional documentation for this service on help.sap.com.

Helpful Links

Index

Type aliases

ReadLedgerServiceRequestBuilder

ReadLedgerServiceRequestBuilder: GetAllRequestBuilder<Ledger> | GetAllRequestBuilder<LedgerText> | GetByKeyRequestBuilder<Ledger> | GetByKeyRequestBuilder<LedgerText>

WriteLedgerServiceRequestBuilder

WriteLedgerServiceRequestBuilder: CreateRequestBuilder<Ledger> | UpdateRequestBuilder<Ledger> | DeleteRequestBuilder<Ledger> | CreateRequestBuilder<LedgerText> | UpdateRequestBuilder<LedgerText> | DeleteRequestBuilder<LedgerText>

Variables

Const defaultLedgerServicePath

defaultLedgerServicePath: "/sap/opu/odata/sap/API_LEDGER_SRV" = "/sap/opu/odata/sap/API_LEDGER_SRV"

Functions

batch

  • Batch builder for operations supported on the [[LedgerService]] service.

    Parameters

    Returns ODataBatchRequestBuilder

    A request builder for batch.

changeset

  • Change set constructor consists of write operations supported on the [[LedgerService]] service.

    Parameters

    Returns ODataBatchChangeSet

    A change set for batch.