Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @sap/cloud-sdk-vdm-physical-inventory-doc-service

Index

References

InitiateRecountOnItemParameters

Re-exports InitiateRecountOnItemParameters

InitiateRecountParameters

Re-exports InitiateRecountParameters

PhysInventoryDocHeader

Re-exports PhysInventoryDocHeader

PhysInventoryDocHeaderRequestBuilder

Re-exports PhysInventoryDocHeaderRequestBuilder

PhysInventoryDocHeaderType

Re-exports PhysInventoryDocHeaderType

PhysInventoryDocHeaderTypeForceMandatory

Re-exports PhysInventoryDocHeaderTypeForceMandatory

PhysInventoryDocItem

Re-exports PhysInventoryDocItem

PhysInventoryDocItemRequestBuilder

Re-exports PhysInventoryDocItemRequestBuilder

PhysInventoryDocItemType

Re-exports PhysInventoryDocItemType

PhysInventoryDocItemTypeForceMandatory

Re-exports PhysInventoryDocItemTypeForceMandatory

PostDifferencesOnItemParameters

Re-exports PostDifferencesOnItemParameters

PostDifferencesParameters

Re-exports PostDifferencesParameters

ReadPhysicalInventoryDocServiceRequestBuilder

Re-exports ReadPhysicalInventoryDocServiceRequestBuilder

WritePhysicalInventoryDocServiceRequestBuilder

Re-exports WritePhysicalInventoryDocServiceRequestBuilder

batch

Re-exports batch

changeset

Re-exports changeset

defaultPhysicalInventoryDocServicePath

Re-exports defaultPhysicalInventoryDocServicePath

functionImports

Re-exports functionImports

initiateRecount

Re-exports initiateRecount

initiateRecountOnItem

Re-exports initiateRecountOnItem

postDifferences

Re-exports postDifferences

postDifferencesOnItem

Re-exports postDifferencesOnItem

Type aliases

ReadPhysicalInventoryDocServiceRequestBuilder

ReadPhysicalInventoryDocServiceRequestBuilder: GetAllRequestBuilder<PhysInventoryDocHeader> | GetAllRequestBuilder<PhysInventoryDocItem> | GetByKeyRequestBuilder<PhysInventoryDocHeader> | GetByKeyRequestBuilder<PhysInventoryDocItem>

WritePhysicalInventoryDocServiceRequestBuilder

WritePhysicalInventoryDocServiceRequestBuilder: CreateRequestBuilder<PhysInventoryDocHeader> | UpdateRequestBuilder<PhysInventoryDocHeader> | DeleteRequestBuilder<PhysInventoryDocHeader> | CreateRequestBuilder<PhysInventoryDocItem> | UpdateRequestBuilder<PhysInventoryDocItem> | DeleteRequestBuilder<PhysInventoryDocItem>

Variables

Const defaultPhysicalInventoryDocServicePath

defaultPhysicalInventoryDocServicePath: "/sap/opu/odata/sap/API_PHYSICAL_INVENTORY_DOC_SRV" = "/sap/opu/odata/sap/API_PHYSICAL_INVENTORY_DOC_SRV"

Functions

batch

changeset

initiateRecount

  • Initiates a recount for the physical inventory document.

    Parameters

    Returns FunctionImportRequestBuilder<InitiateRecountParameters, PhysInventoryDocHeader>

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

initiateRecountOnItem

  • Initiates a recount for the specific physical inventory document.

    Parameters

    Returns FunctionImportRequestBuilder<InitiateRecountOnItemParameters, PhysInventoryDocItem>

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

postDifferences

  • Creates the material document for the differences.

    Parameters

    Returns FunctionImportRequestBuilder<PostDifferencesParameters, PhysInventoryDocHeader>

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

postDifferencesOnItem

  • Creates the material document for the differences for a specific physical inventory document item.

    Parameters

    Returns FunctionImportRequestBuilder<PostDifferencesOnItemParameters, PhysInventoryDocItem>

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

Object literals

Const functionImports

functionImports: object

initiateRecount

initiateRecount: initiateRecount

initiateRecountOnItem

initiateRecountOnItem: initiateRecountOnItem

postDifferences

postDifferences: postDifferences

postDifferencesOnItem

postDifferencesOnItem: postDifferencesOnItem