Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.onpremise.v2020.datamodel.odata.namespaces.lead.batch |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLeadServiceBatchChangeSet
Implementation of the
LeadServiceBatchChangeSet interface, enabling you to combine multiple operations into
one changeset. |
Modifier and Type | Method and Description |
---|---|
LeadServiceBatchChangeSet |
DefaultLeadServiceBatch.beginChangeSet()
Method to define a new OData batch changeset.
|
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.createLead(Lead lead)
Create a new
Lead entity
and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLead(Lead lead)
Create a new
Lead entity
and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadItem(LeadItem leadItem)
Create a new
LeadItem
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadPersonResp(LeadPersonResp leadPersonResp)
Create a new
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.createLeadText(LeadText leadText)
Create a new
LeadText
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadItem(LeadItem leadItem)
Deletes an existing
LeadItem entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadPersonResp(LeadPersonResp leadPersonResp)
Deletes an existing
LeadPersonResp
entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.deleteLeadText(LeadText leadText)
Deletes an existing
LeadText entity in the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLead(Lead lead)
Update an existing
Lead
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLead(Lead lead)
Update an existing
Lead
entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadItem(LeadItem leadItem)
Update an existing
LeadItem entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadPersonResp(LeadPersonResp leadPersonResp)
Update an existing
LeadPersonResp entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
LeadServiceBatchChangeSet.updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
LeadServiceBatchChangeSet |
DefaultLeadServiceBatchChangeSet.updateLeadText(LeadText leadText)
Update an existing
LeadText entity and save it to the S/4HANA system. |
Copyright © 2021 SAP SE. All rights reserved.