public interface LegalDocumentServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<LegalDocumentServiceBatch>
LegalDocumentService
.Modifier and Type | Method and Description |
---|---|
LegalDocumentServiceBatchChangeSet |
createLegalDocument(LegalDocument legalDocument)
Create a new
LegalDocument entity and save it to the S/4HANA system. |
LegalDocumentServiceBatchChangeSet |
createLglDocStamp(LglDocStamp lglDocStamp)
Create a new
LglDocStamp
entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull LegalDocumentServiceBatchChangeSet createLegalDocument(@Nonnull LegalDocument legalDocument)
LegalDocument
entity and save it to the S/4HANA system.legalDocument
- LegalDocument
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LegalDocumentServiceBatchChangeSet createLglDocStamp(@Nonnull LglDocStamp lglDocStamp)
LglDocStamp
entity and save it to the S/4HANA system.lglDocStamp
- LglDocStamp
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.