public interface EHSIncidentCreateServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<EHSIncidentCreateServiceBatch>
EHSIncidentCreateService
.Modifier and Type | Method and Description |
---|---|
EHSIncidentCreateServiceBatchChangeSet |
createAttachment(Attachment attachment)
Create a new
Attachment
entity and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
createIncident(Incident incident)
Create a new
Incident
entity and save it to the S/4HANA system. |
EHSIncidentCreateServiceBatchChangeSet |
createPerson(Person person)
Create a new
Person entity
and save it to the S/4HANA system. |
endChangeSet
@Nonnull EHSIncidentCreateServiceBatchChangeSet createAttachment(@Nonnull Attachment attachment)
Attachment
entity and save it to the S/4HANA system.attachment
- Attachment
entity object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EHSIncidentCreateServiceBatchChangeSet createIncident(@Nonnull Incident incident)
Incident
entity and save it to the S/4HANA system.incident
- Incident
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.@Nonnull EHSIncidentCreateServiceBatchChangeSet createPerson(@Nonnull Person person)
Person
entity
and save it to the S/4HANA system.person
- Person
entity
object that will be created in the S/4HANA system.endChangeSet
on the returned fluent helper object.Copyright © 2020 SAP SE. All rights reserved.