Uses of Interface
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch.DocumentManagementServiceBatchChangeSet
Packages that use DocumentManagementServiceBatchChangeSet
-
Uses of DocumentManagementServiceBatchChangeSet in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch
Classes in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch that implement DocumentManagementServiceBatchChangeSetModifier and TypeClassDescriptionclassImplementation of theDocumentManagementServiceBatchChangeSetinterface, enabling you to combine multiple operations into one changeset.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.documentmanagement.batch that return DocumentManagementServiceBatchChangeSetModifier and TypeMethodDescriptionDefaultDocumentManagementServiceBatch.beginChangeSet()DefaultDocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) DocumentManagementServiceBatchChangeSet.createDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Create a newDocInfoRecdObjLinkProductentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) DocumentManagementServiceBatchChangeSet.createDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Create a newDocumentInfoRecordentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.createDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Create a newDocumentInfoRecordDescentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) DocumentManagementServiceBatchChangeSet.deleteDocInfoRecdObjLinkProduct(DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct) Deletes an existingDocInfoRecdObjLinkProductentity in the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.deleteDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Deletes an existingDocumentInfoRecordDescentity in the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) DocumentManagementServiceBatchChangeSet.updateDocumentInfoRecord(DocumentInfoRecord documentInfoRecord) Update an existingDocumentInfoRecordentity and save it to the S/4HANA system.DefaultDocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) DocumentManagementServiceBatchChangeSet.updateDocumentInfoRecordDesc(DocumentInfoRecordDesc documentInfoRecordDesc) Update an existingDocumentInfoRecordDescentity and save it to the S/4HANA system.