public interface EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet extends FluentHelperBatchEndChangeSet<EnvironmentHealthAndSafetyIncidentServiceBatch>
EnvironmentHealthAndSafetyIncidentService
.Modifier and Type | Method and Description |
---|---|
EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet |
createAttachment(Attachment attachment)
Create a new
Attachment entity and save it to the S/4HANA system. |
EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet |
createIncident(Incident incident)
Create a new
Incident entity and save it to the S/4HANA system. |
EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet |
createPerson(Person person)
Create a new
Person entity and save it to the S/4HANA system. |
endChangeSet
@Nonnull EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet 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 EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet 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 EnvironmentHealthAndSafetyIncidentServiceBatchChangeSet 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 © 2021 SAP SE. All rights reserved.