UI_PI_MANAGE_ITEM_LIST
Manage Item List App Service
UI_PI_MANAGE_ITEM_LIST is an OData service definition in SAP S/4HANA. It exposes 15 CDS view(s). It has 1 service binding(s).
Exposed CDS Views (15)
| CDS View | Alias |
|---|---|
| C_APSOMPQNAME | PrintQueue |
| C_ChangeDocument_2 | ChangeDocument |
| C_OutputRequestItemAttachment | OutputRequestItemAttachment |
| C_OutputRequestItemEmail | OutputRequestItemEmail |
| C_OutputRequestItemLog | OutputRequestItemLog |
| C_OutputRequestItemStandard | OutputRequestItemStandard |
| C_OutputRequestStandard | OutputRequest |
| C_PhysInvtryMngItemListDocQry | PhysicalInventoryDocument |
| C_PhysInvtryMngItemListDocTP | PhysicalInventoryDocumentTP |
| C_PhysInvtryMngItmListDocItemQ | PhysicalInventoryDocumentItem |
| C_PhysInvtryMngItmListDocItmTP | PhysicalInventoryDocumentItmTP |
| C_PhysInvtryMngItmListOutpReqQ | PhysInvtryOutputRequest |
| C_PhysInvtryMngItmListSrlNmbrQ | PhysInvtrySerialNumbers |
| C_PhysInvtryReasonCode | ReasonForPhysicalInventoryDiff |
| I_UserContactCard | UserContactCard |
Service Bindings (1)
| Binding | Type | Version | Contract | Release | Published |
|---|---|---|---|---|---|
| UI_PI_MANAGE_ITEM_LIST | ODATA | V4 | C1 | NOT_RELEASED | false |
Source
@EndUserText.label: 'Manage Item List App Service'
define service UI_PI_MANAGE_ITEM_LIST
provider contracts odata_v4_ui {
expose C_PhysInvtryMngItmListDocItemQ as PhysicalInventoryDocumentItem;
expose C_PhysInvtryMngItemListDocQry as PhysicalInventoryDocument;
expose C_PhysInvtryMngItmListSrlNmbrQ as PhysInvtrySerialNumbers;
expose C_PhysInvtryMngItmListOutpReqQ as PhysInvtryOutputRequest;
expose C_OutputRequestStandard as OutputRequest;
expose C_OutputRequestItemStandard as OutputRequestItemStandard;
expose C_OutputRequestItemAttachment as OutputRequestItemAttachment;
expose C_OutputRequestItemEmail as OutputRequestItemEmail;
expose C_OutputRequestItemLog as OutputRequestItemLog;
expose C_ChangeDocument_2 as ChangeDocument;
expose C_PhysInvtryMngItemListDocTP as PhysicalInventoryDocumentTP;
expose C_PhysInvtryMngItmListDocItmTP as PhysicalInventoryDocumentItmTP;
expose C_PhysInvtryReasonCode as ReasonForPhysicalInventoryDiff;
expose C_APSOMPQNAME as PrintQueue;
expose I_UserContactCard as UserContactCard;
}