Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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

This package contains the OData VDM for the Attachment Service of SAP S/4HANA Cloud. This service is part of the following communication scenarios: Distributed Manufacturing Integration (SAP_COM_0077), Product Lifecycle Management - Master Data Integration (SAP_COM_0105), Finance - Posting Integration (SAP_COM_0002), Supplier Invoice Integration (SAP_COM_0057).

Index

Functions

createAttachmentsCount

  • Parameters

    • json: any

    Returns AttachmentsCount

createUrlAsAttachment

  • Create URL as attachment.

    Parameters

    • parameters: CreateUrlAsAttachmentParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<CreateUrlAsAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAllOriginals

  • Invoke function GetAllOriginals.

    Parameters

    • parameters: GetAllOriginalsParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<GetAllOriginalsParameters, AttachmentContentSet[]>

    A request builder that allows to overwrite some of the values and execute the resultng request.

getAttachmentCount

  • Invoke function GetAttachmentCount.

    Parameters

    • parameters: GetAttachmentCountParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<GetAttachmentCountParameters, AttachmentsCount>

    A request builder that allows to overwrite some of the values and execute the resultng request.

renameAttachment

  • Rename Attachment.

    Parameters

    • parameters: RenameAttachmentParameters

      Object containing all parameters for the function import.

    Returns FunctionImportRequestBuilder<RenameAttachmentParameters, AttachmentContentSet>

    A request builder that allows to overwrite some of the values and execute the resultng request.

Object literals

Const functionImports

functionImports: object

createUrlAsAttachment

createUrlAsAttachment: createUrlAsAttachment

getAllOriginals

getAllOriginals: getAllOriginals

getAttachmentCount

getAttachmentCount: getAttachmentCount

renameAttachment

renameAttachment: renameAttachment