API_PHYSICALINVENTORYDOCUMENT
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 View | Alias |
|---|---|
| A_PhysicalInventoryDocumentTP | PhysicalInventoryDocument |
| A_PhysInvtryBookSerialNmbrTP | BookSerialNumber |
| A_PhysInvtryCountSerialNmbrTP | CountSerialNumber |
| A_PhysInvtryDocumentItemTP | PhysicalInventoryDocumentItem |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| 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;
}