Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch.InboundDeliveryV2ServiceBatchChangeSet
Packages that use InboundDeliveryV2ServiceBatchChangeSet
-
Uses of InboundDeliveryV2ServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch that implement InboundDeliveryV2ServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theInboundDeliveryV2ServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch that return InboundDeliveryV2ServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultInboundDeliveryV2ServiceBatch.beginChangeSet()DefaultInboundDeliveryV2ServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) InboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Deletes an existingInbDeliveryItementity in the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow) InboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryDocFlow(InbDeliveryDocFlow inbDeliveryDocFlow) Update an existingInbDeliveryDocFlowentity and save it to the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) InboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryItem(InbDeliveryItem inbDeliveryItem) Update an existingInbDeliveryItementity and save it to the S/4HANA system.