Interface IncomingVATInvoiceChinaServiceBatchChangeSet
- All Superinterfaces:
FluentHelperBatchChangeSet<IncomingVATInvoiceChinaServiceBatchChangeSet>,FluentHelperBatchEndChangeSet<IncomingVATInvoiceChinaServiceBatch>
- All Known Implementing Classes:
DefaultIncomingVATInvoiceChinaServiceBatchChangeSet
public interface IncomingVATInvoiceChinaServiceBatchChangeSet
extends FluentHelperBatchChangeSet<IncomingVATInvoiceChinaServiceBatchChangeSet>, FluentHelperBatchEndChangeSet<IncomingVATInvoiceChinaServiceBatch>
This interface enables you to combine multiple operations into one change set. For further information have a look
into the
IncomingVATInvoiceChinaService.-
Method Summary
Modifier and TypeMethodDescriptioncreateCN_TaxInputInvoice(CN_TaxInputInvoice cN_TaxInputInvoice) Create a newCN_TaxInputInvoiceentity and save it to the S/4HANA system.createCN_TaxInputInvoiceItem(CN_TaxInputInvoiceItem cN_TaxInputInvoiceItem) Create a newCN_TaxInputInvoiceItementity and save it to the S/4HANA system.createCN_TaxInvoiceBindingRecord(CN_TaxInvoiceBindingRecord cN_TaxInvoiceBindingRecord) Create a newCN_TaxInvoiceBindingRecordentity and save it to the S/4HANA system.Methods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchChangeSet
addFunctionImportMethods inherited from interface com.sap.cloud.sdk.datamodel.odata.helper.batch.FluentHelperBatchEndChangeSet
endChangeSet
-
Method Details
-
createCN_TaxInputInvoice
@Nonnull IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInputInvoice(@Nonnull CN_TaxInputInvoice cN_TaxInputInvoice) Create a newCN_TaxInputInvoiceentity and save it to the S/4HANA system.- Parameters:
cN_TaxInputInvoice-CN_TaxInputInvoiceentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createCN_TaxInputInvoiceItem
@Nonnull IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInputInvoiceItem(@Nonnull CN_TaxInputInvoiceItem cN_TaxInputInvoiceItem) Create a newCN_TaxInputInvoiceItementity and save it to the S/4HANA system.- Parameters:
cN_TaxInputInvoiceItem-CN_TaxInputInvoiceItementity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-
createCN_TaxInvoiceBindingRecord
@Nonnull IncomingVATInvoiceChinaServiceBatchChangeSet createCN_TaxInvoiceBindingRecord(@Nonnull CN_TaxInvoiceBindingRecord cN_TaxInvoiceBindingRecord) Create a newCN_TaxInvoiceBindingRecordentity and save it to the S/4HANA system.- Parameters:
cN_TaxInvoiceBindingRecord-CN_TaxInvoiceBindingRecordentity object that will be created in the S/4HANA system.- Returns:
- This fluent helper to continue adding operations to the change set. To finalize the current change set
call
endChangeSeton the returned fluent helper object.
-