public interface SupplierActivityService extends BatchService<SupplierActivityServiceBatch>
This service enables you to create, read, update and delete procurement-related activities through an API call.
Reference: SAP API Business Hub
OData Service: | API_SUPPLIER_ACTIVITY_SRV |
API Version: | 1 |
Communication Scenario: | Supplier Activity Integration (SAP_COM_0137) |
Scope Items: | Activity Management in Procurement (19C) |
Authentication Methods: | Basic, x509 |
Business Object: | SupplierActivity |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_SERVICE_PATH
If no other path was provided via the
withServicePath(String) method, this is the default service path
used to access the endpoint. |
batch
static final String DEFAULT_SERVICE_PATH
withServicePath(String)
method, this is the default service path
used to access the endpoint.@Nonnull SupplierActivityService withServicePath(@Nonnull String servicePath)
servicePath
- Service path that will override the default.@Nonnull SuplrActyDescriptionFluentHelper getAllSuplrActyDescription()
SuplrActyDescription
entities.SuplrActyDescription
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyDescriptionByKeyFluentHelper getSuplrActyDescriptionByKey(UUID suplrActyUUID, String language)
SuplrActyDescription
entity using key fields.language
- The language key indicates
Constraints: Not nullable, Maximum length: 2
suplrActyUUID
- Activity UUID
Constraints: Not nullable
SuplrActyDescription
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyDescriptionCreateFluentHelper createSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
SuplrActyDescription
entity and save it to the S/4HANA system.suplrActyDescription
- SuplrActyDescription
entity object that will be created in the S/4HANA system.SuplrActyDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyDescriptionUpdateFluentHelper updateSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
SuplrActyDescription
entity and save it to the S/4HANA system.suplrActyDescription
- SuplrActyDescription
entity object that will be updated in the S/4HANA system.SuplrActyDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyDescriptionDeleteFluentHelper deleteSuplrActyDescription(@Nonnull SuplrActyDescription suplrActyDescription)
SuplrActyDescription
entity in the S/4HANA system.suplrActyDescription
- SuplrActyDescription
entity object that will be deleted in the S/4HANA system.SuplrActyDescription
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyParticipantFluentHelper getAllSuplrActyParticipant()
SuplrActyParticipant
entities.SuplrActyParticipant
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyParticipantByKeyFluentHelper getSuplrActyParticipantByKey(UUID suplrActyPartyUUID)
SuplrActyParticipant
entity using key fields.suplrActyPartyUUID
- Activity Party UUID
Constraints: Not nullable
SuplrActyParticipant
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyParticipantCreateFluentHelper createSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SuplrActyParticipant
entity and save it to the S/4HANA system.suplrActyParticipant
- SuplrActyParticipant
entity object that will be created in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyParticipantUpdateFluentHelper updateSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SuplrActyParticipant
entity and save it to the S/4HANA system.suplrActyParticipant
- SuplrActyParticipant
entity object that will be updated in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyParticipantDeleteFluentHelper deleteSuplrActyParticipant(@Nonnull SuplrActyParticipant suplrActyParticipant)
SuplrActyParticipant
entity in the S/4HANA system.suplrActyParticipant
- SuplrActyParticipant
entity object that will be deleted in the S/4HANA system.SuplrActyParticipant
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyPurchaserRespFluentHelper getAllSuplrActyPurchaserResp()
SuplrActyPurchaserResp
entities.SuplrActyPurchaserResp
entities. This fluent helper allows methods which modify the underlying query to
be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyPurchaserRespByKeyFluentHelper getSuplrActyPurchaserRespByKey(UUID suplrActyPartyUUID)
SuplrActyPurchaserResp
entity using key fields.suplrActyPartyUUID
- Activity Party UUID
Constraints: Not nullable
SuplrActyPurchaserResp
entity using key fields. This fluent helper allows methods which modify the
underlying query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActyPurchaserRespUpdateFluentHelper updateSuplrActyPurchaserResp(@Nonnull SuplrActyPurchaserResp suplrActyPurchaserResp)
SuplrActyPurchaserResp
entity and save it to the S/4HANA system.suplrActyPurchaserResp
- SuplrActyPurchaserResp
entity object that will be updated in the S/4HANA system.SuplrActyPurchaserResp
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActySupplierFluentHelper getAllSuplrActySupplier()
SuplrActySupplier
entities.SuplrActySupplier
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActySupplierByKeyFluentHelper getSuplrActySupplierByKey(UUID suplrActyPartyUUID)
SuplrActySupplier
entity using key fields.suplrActyPartyUUID
- Activity Party UUID
Constraints: Not nullable
SuplrActySupplier
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActySupplierCreateFluentHelper createSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SuplrActySupplier
entity and save it to the S/4HANA system.suplrActySupplier
- SuplrActySupplier
entity object that will be created in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActySupplierUpdateFluentHelper updateSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SuplrActySupplier
entity and save it to the S/4HANA system.suplrActySupplier
- SuplrActySupplier
entity object that will be updated in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SuplrActySupplierDeleteFluentHelper deleteSuplrActySupplier(@Nonnull SuplrActySupplier suplrActySupplier)
SuplrActySupplier
entity in the S/4HANA system.suplrActySupplier
- SuplrActySupplier
entity object that will be deleted in the S/4HANA system.SuplrActySupplier
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierActivityFluentHelper getAllSupplierActivity()
SupplierActivity
entities.SupplierActivity
entities. This fluent helper allows methods which modify the underlying query to be
called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierActivityByKeyFluentHelper getSupplierActivityByKey(UUID suplrActyUUID)
SupplierActivity
entity using key fields.suplrActyUUID
- Activity UUID
Constraints: Not nullable
SupplierActivity
entity using key fields. This fluent helper allows methods which modify the underlying
query to be called before executing the query itself. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierActivityCreateFluentHelper createSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivity
entity and save it to the S/4HANA system.supplierActivity
- SupplierActivity
entity object that will be created in the S/4HANA system.SupplierActivity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierActivityUpdateFluentHelper updateSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivity
entity and save it to the S/4HANA system.supplierActivity
- SupplierActivity
entity object that will be updated in the S/4HANA system.SupplierActivity
entity. To perform execution, call the
execute
method on the fluent helper object.@Nonnull SupplierActivityDeleteFluentHelper deleteSupplierActivity(@Nonnull SupplierActivity supplierActivity)
SupplierActivity
entity in the S/4HANA system.supplierActivity
- SupplierActivity
entity object that will be deleted in the S/4HANA system.SupplierActivity
entity. To perform execution, call the
execute
method on the fluent helper object.Copyright © 2020 SAP SE. All rights reserved.