API_PHYSICALINVENTORYDOCUMENT

OData Service Package: ODATA_MM_IM_API_PI_V4

Physical Inventory Document

API_PHYSICALINVENTORYDOCUMENT is an OData service definition in SAP S/4HANA. It exposes 4 CDS view(s). It has 1 service binding(s).

Exposed CDS Views (4)

CDS ViewAlias
A_PhysicalInventoryDocumentTP PhysicalInventoryDocument
A_PhysInvtryBookSerialNmbrTP BookSerialNumber
A_PhysInvtryCountSerialNmbrTP CountSerialNumber
A_PhysInvtryDocumentItemTP PhysicalInventoryDocumentItem

Service Bindings (1)

BindingTypeVersionContractReleasePublished
API_PHYSICALINVENTORYDOCUMENT ODATA V4 C2 C1 false

Source

@EndUserText.label: 'Physical Inventory Document'
define service API_PhysicalInventoryDocument
  provider contracts odata_v4_webapi {
  expose A_PhysicalInventoryDocumentTP as PhysicalInventoryDocument;
  expose A_PhysInvtryDocumentItemTP    as PhysicalInventoryDocumentItem;
  expose A_PhysInvtryBookSerialNmbrTP  as BookSerialNumber;
  expose A_PhysInvtryCountSerialNmbrTP as CountSerialNumber;
}