Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.physicalinventorydocument | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
Modifier and Type | Field and Description |
---|---|
static PhysInventoryDocHeaderLink<PhysInventoryDocItem> |
PhysInventoryDocHeader.TO_PHYSICAL_INVENTORY_DOCUMENT_ITEM
Use with available fluent helpers to apply the to_PhysicalInventoryDocumentItem navigation property to
query operations.
|
Modifier and Type | Method and Description |
---|---|
PhysInventoryDocItem |
PhysInventoryDocItem.PhysInventoryDocItemBuilder.build() |
PhysInventoryDocItem |
InitiateRecountOnItemFluentHelper.execute(ErpConfigContext configContext) |
PhysInventoryDocItem |
PostDifferencesOnItemFluentHelper.execute(ErpConfigContext configContext) |
protected PhysInventoryDocItem |
PhysInventoryDocItemUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<PhysInventoryDocItem> |
PhysInventoryDocHeader.fetchPhysicalInventoryDocumentItem()
Fetches the PhysInventoryDocItem entities (one to many) associated with this entity.
|
protected Class<PhysInventoryDocItem> |
InitiateRecountOnItemFluentHelper.getEntityClass() |
protected Class<PhysInventoryDocItem> |
PhysInventoryDocItemByKeyFluentHelper.getEntityClass() |
protected Class<PhysInventoryDocItem> |
PhysInventoryDocItemFluentHelper.getEntityClass() |
protected Class<PhysInventoryDocItem> |
PostDifferencesOnItemFluentHelper.getEntityClass() |
Optional<List<PhysInventoryDocItem>> |
PhysInventoryDocHeader.getPhysicalInventoryDocumentItemIfPresent()
Retrieval of associated PhysInventoryDocItem entities (one to many).
|
List<PhysInventoryDocItem> |
PhysInventoryDocHeader.getPhysicalInventoryDocumentItemOrFetch()
Retrieval of associated PhysInventoryDocItem entities (one to many).
|
Class<PhysInventoryDocItem> |
PhysInventoryDocItem.getType() |
Modifier and Type | Method and Description |
---|---|
void |
PhysInventoryDocHeader.addPhysicalInventoryDocumentItem(PhysInventoryDocItem... entity)
Adds elements to the list of associated PhysInventoryDocItem entities.
|
PhysInventoryDocHeader.PhysInventoryDocHeaderBuilder |
PhysInventoryDocHeader.PhysInventoryDocHeaderBuilder.physicalInventoryDocumentItem(PhysInventoryDocItem... value) |
Modifier and Type | Method and Description |
---|---|
void |
PhysInventoryDocHeader.setPhysicalInventoryDocumentItem(List<PhysInventoryDocItem> value)
Overwrites the list of associated PhysInventoryDocItem entities for the loaded navigation property
to_PhysicalInventoryDocumentItem.
|
protected PhysInventoryDocItemLink<ObjectT> |
PhysInventoryDocItemLink.translateLinkType(EntityLink<PhysInventoryDocItemLink<ObjectT>,PhysInventoryDocItem,ObjectT> link) |
Constructor and Description |
---|
PhysInventoryDocItemUpdateFluentHelper(String servicePath,
PhysInventoryDocItem entity)
Creates a fluent helper object that will update a
PhysInventoryDocItem entity on the OData endpoint. |
Constructor and Description |
---|
PhysInventoryDocHeader(String fiscalYear,
String physicalInventoryDocument,
String inventoryTransactionType,
String plant,
String storageLocation,
String inventorySpecialStockType,
LocalDateTime documentDate,
LocalDateTime physInventoryPlannedCountDate,
LocalDateTime physicalInventoryLastCountDate,
LocalDateTime postingDate,
String fiscalPeriod,
String createdByUser,
Boolean postingIsBlockedForPhysInvtry,
String physicalInventoryCountStatus,
String physInvtryAdjustmentPostingSts,
String physInvtryDeletionStatus,
Boolean physInvtryDocHasQtySnapshot,
String physicalInventoryGroupType,
String physicalInventoryGroup,
String physicalInventoryNumber,
String physInventoryReferenceNumber,
String physicalInventoryDocumentDesc,
String physicalInventoryType,
ZonedDateTime lastChangeDateTime,
ErpConfigContext erpConfigContext,
List<PhysInventoryDocItem> toPhysicalInventoryDocumentItem) |
Modifier and Type | Method and Description |
---|---|
PhysInventoryDocItemUpdateFluentHelper |
PhysicalInventoryDocumentService.updatePhysInventoryDocItem(PhysInventoryDocItem physInventoryDocItem)
Update an existing
PhysInventoryDocItem entity and save it to the S/4HANA system. |
PhysInventoryDocItemUpdateFluentHelper |
DefaultPhysicalInventoryDocumentService.updatePhysInventoryDocItem(PhysInventoryDocItem physInventoryDocItem) |
Copyright © 2018 SAP SE. All rights reserved.