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 |
createLglCntntMDocCategory(LglCntntMDocCategory lglCntntMDocCategory)
Create a new
LglCntntMDocCategory entity and save it to the S/4HANA system. |
LegalDocumentServiceBatchChangeSet |
createLglCntntMDocParCategory(LglCntntMDocParCategory lglCntntMDocParCategory)
Create a new
LglCntntMDocParCategory 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 createLglCntntMDocCategory(@Nonnull LglCntntMDocCategory lglCntntMDocCategory)
LglCntntMDocCategory
entity and save it to the S/4HANA system.lglCntntMDocCategory
- LglCntntMDocCategory
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull LegalDocumentServiceBatchChangeSet createLglCntntMDocParCategory(@Nonnull LglCntntMDocParCategory lglCntntMDocParCategory)
LglCntntMDocParCategory
entity and save it to the S/4HANA system.lglCntntMDocParCategory
- LglCntntMDocParCategory
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 © 2021 SAP SE. All rights reserved.