Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.attachment.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAttachmentServiceBatchChangeSet
Implementation of the
AttachmentServiceBatchChangeSet interface, enabling you to combine multiple operations
into one changeset. |
Modifier and Type | Method and Description |
---|---|
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
AttachmentServiceBatchChangeSet |
AttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatchChangeSet.createAttachmentContent(AttachmentContent attachmentContent)
Create a new
AttachmentContent entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
AttachmentServiceBatchChangeSet.createDocumentInfoRecordAttch(DocumentInfoRecordAttch documentInfoRecordAttch)
Create a new
DocumentInfoRecordAttch entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatchChangeSet.createDocumentInfoRecordAttch(DocumentInfoRecordAttch documentInfoRecordAttch)
Create a new
DocumentInfoRecordAttch entity and save it to the S/4HANA system. |
AttachmentServiceBatchChangeSet |
AttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
AttachmentServiceBatchChangeSet |
DefaultAttachmentServiceBatchChangeSet.deleteAttachmentContent(AttachmentContent attachmentContent)
Deletes an existing
AttachmentContent entity in the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.