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