public interface CommercialProjectServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<CommercialProjectServiceBatch>
CommercialProjectService
.Modifier and Type | Method and Description |
---|---|
CommercialProjectServiceBatchChangeSet |
createCustProjSlsOrd(CustProjSlsOrd custProjSlsOrd)
Create a new
CustProjSlsOrd entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
createDemand(Demand demand)
Create a new
Demand entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
createProject(Project project)
Create a new
Project entity
and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
createWorkItem(WorkItem workItem)
Create a new
WorkItem
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
createWorkPackage(WorkPackage workPackage)
Create a new
WorkPackage entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
deleteDemand(Demand demand)
Deletes an existing
Demand
entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
deleteWorkItem(WorkItem workItem)
Deletes an existing
WorkItem entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
deleteWorkPackage(WorkPackage workPackage)
Deletes an existing
WorkPackage entity in the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
updateDemand(Demand demand)
Update an existing
Demand
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
updateProject(Project project)
Update an existing
Project
entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
updateWorkItem(WorkItem workItem)
Update an existing
WorkItem entity and save it to the S/4HANA system. |
CommercialProjectServiceBatchChangeSet |
updateWorkPackage(WorkPackage workPackage)
Update an existing
WorkPackage entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull CommercialProjectServiceBatchChangeSet createCustProjSlsOrd(@Nonnull CustProjSlsOrd custProjSlsOrd)
CustProjSlsOrd
entity and save it to the S/4HANA system.custProjSlsOrd
- CustProjSlsOrd
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet createProject(@Nonnull Project project)
Project
entity
and save it to the S/4HANA system.project
- Project
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet updateProject(@Nonnull Project project)
Project
entity and save it to the S/4HANA system.project
- Project
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet createWorkPackage(@Nonnull WorkPackage workPackage)
WorkPackage
entity and save it to the S/4HANA system.workPackage
- WorkPackage
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet updateWorkPackage(@Nonnull WorkPackage workPackage)
WorkPackage
entity and save it to the S/4HANA system.workPackage
- WorkPackage
entity object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet deleteWorkPackage(@Nonnull WorkPackage workPackage)
WorkPackage
entity in the S/4HANA system.workPackage
- WorkPackage
entity object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet createWorkItem(@Nonnull WorkItem workItem)
WorkItem
entity and save it to the S/4HANA system.workItem
- WorkItem
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet updateWorkItem(@Nonnull WorkItem workItem)
WorkItem
entity and save it to the S/4HANA system.workItem
- WorkItem
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet deleteWorkItem(@Nonnull WorkItem workItem)
WorkItem
entity in the S/4HANA system.workItem
- WorkItem
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet createDemand(@Nonnull Demand demand)
Demand
entity
and save it to the S/4HANA system.demand
- Demand
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet updateDemand(@Nonnull Demand demand)
Demand
entity and save it to the S/4HANA system.demand
- Demand
entity
object that will be updated in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull CommercialProjectServiceBatchChangeSet deleteDemand(@Nonnull Demand demand)
Demand
entity in the S/4HANA system.demand
- Demand
entity
object that will be deleted in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2019 SAP SE. All rights reserved.