public interface DocumentManagementServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<DocumentManagementServiceBatch>
DocumentManagementService
.endChangeSet
@Nonnull DocumentManagementServiceBatchChangeSet createDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
DocInfoRecdObjLinkProduct
entity and save it to the S/4HANA system.docInfoRecdObjLinkProduct
- DocInfoRecdObjLinkProduct
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet deleteDocInfoRecdObjLinkProduct(@Nonnull DocInfoRecdObjLinkProduct docInfoRecdObjLinkProduct)
DocInfoRecdObjLinkProduct
entity in the S/4HANA system.docInfoRecdObjLinkProduct
- DocInfoRecdObjLinkProduct
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet createDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord)
DocumentInfoRecord
entity and save it to the S/4HANA system.documentInfoRecord
- DocumentInfoRecord
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet updateDocumentInfoRecord(@Nonnull DocumentInfoRecord documentInfoRecord)
DocumentInfoRecord
entity and save it to the S/4HANA system.documentInfoRecord
- DocumentInfoRecord
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet createDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity and save it to the S/4HANA system.documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet updateDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity and save it to the S/4HANA system.documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull DocumentManagementServiceBatchChangeSet deleteDocumentInfoRecordDesc(@Nonnull DocumentInfoRecordDesc documentInfoRecordDesc)
DocumentInfoRecordDesc
entity in the S/4HANA system.documentInfoRecordDesc
- DocumentInfoRecordDesc
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.