Class DefaultPurchasingInfoRecordService
- All Implemented Interfaces:
BatchService<PurchasingInfoRecordServiceBatch>,PurchasingInfoRecordService
This synchronous inbound service enables you to create, update, and delete purchasing info records with conditions. The service contains general data, purchase organization data and conditions. It is based on the OData protocol. The information is sent in the request as a payload.All information is used when creating a purchasing info record, including conditions are checked for authorizations. Once the purchasinginfo record has been created, the purchasing info record number is sent in the response. If there are any issues when the purchasing info recordis created, the system displays error messages in the response. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_INFORECORD_PROCESS_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Purchasing Info Record Integration(SAP_COM_0145) |
| Scope Items: | Physical Inventory - Inventory Count and Adjustment(BML), Consumable Purchasing(BNX), Service and Material Procurement - Project-Based Services(J13), Procurement of Direct Materials(J45), Procurement of Direct Materials(O45), Consumable Purchasing(ONX) |
| Authentication Methods: | x509 |
| Business Object: | Purchasing Info Record |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.PurchasingInfoRecordService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingPurchasingInfoRecordService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createPurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Deprecated.Create a newPurchasingInfoRecordentity and save it to the S/4HANA system.createPurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Deprecated.Create a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Deprecated.Create a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Create a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.createPurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Deprecated.Create a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.createPurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Create a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.deletePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Deletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.deletePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Deletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.Deprecated.Fetch multiplePurchasingInfoRecordentities.Deprecated.Fetch multiplePurgInfoRecdOrgPlantDataentities.Deprecated.Fetch multiplePurInfoRecdPrcgCndnentities.Deprecated.Fetch multiplePurInfoRecdPrcgCndnScaleentities.Deprecated.Fetch multiplePurInfoRecdPrcgCndnValidityentities.Deprecated.Fetch multiplePurInfoRecdSuplmntPrcgCndnentities.getPurchasingInfoRecordByKey(String purchasingInfoRecord) Deprecated.Fetch a singlePurchasingInfoRecordentity using key fields.getPurgInfoRecdOrgPlantDataByKey(String purchasingInfoRecord, String purchasingInfoRecordCategory, String purchasingOrganization, String plant) Deprecated.Fetch a singlePurgInfoRecdOrgPlantDataentity using key fields.getPurInfoRecdPrcgCndnByKey(String conditionRecord) Deprecated.Fetch a singlePurInfoRecdPrcgCndnentity using key fields.getPurInfoRecdPrcgCndnScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Fetch a singlePurInfoRecdPrcgCndnScaleentity using key fields.getPurInfoRecdPrcgCndnValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Fetch a singlePurInfoRecdPrcgCndnValidityentity using key fields.getPurInfoRecdSuplmntPrcgCndnByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Fetch a singlePurInfoRecdSuplmntPrcgCndnentity using key fields.updatePurchasingInfoRecord(PurchasingInfoRecord purchasingInfoRecord) Deprecated.Update an existingPurchasingInfoRecordentity and save it to the S/4HANA system.updatePurgInfoRecdOrgPlantData(PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Deprecated.Update an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndn(PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Deprecated.Update an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnScale(PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Update an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.updatePurInfoRecdPrcgCndnValidity(PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Deprecated.Update an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.updatePurInfoRecdSuplmntPrcgCndn(PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Update an existingPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultPurchasingInfoRecordService
public DefaultPurchasingInfoRecordService()Deprecated.Creates a service usingPurchasingInfoRecordService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:PurchasingInfoRecordServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfacePurchasingInfoRecordService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.- Specified by:
batchin interfaceBatchService<PurchasingInfoRecordServiceBatch>
-
getAllPurchasingInfoRecord
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurchasingInfoRecordentities.- Specified by:
getAllPurchasingInfoRecordin interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurchasingInfoRecordentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurchasingInfoRecordByKey
@Nonnull public PurchasingInfoRecordByKeyFluentHelper getPurchasingInfoRecordByKey(String purchasingInfoRecord) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurchasingInfoRecordentity using key fields.- Specified by:
getPurchasingInfoRecordByKeyin interfacePurchasingInfoRecordService- Parameters:
purchasingInfoRecord- Number of purchasing info recordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurchasingInfoRecordentity 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 theexecutemethod on the fluent helper object.
-
createPurchasingInfoRecord
@Nonnull public PurchasingInfoRecordCreateFluentHelper createPurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurchasingInfoRecordentity and save it to the S/4HANA system.- Specified by:
createPurchasingInfoRecordin interfacePurchasingInfoRecordService- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurchasingInfoRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurchasingInfoRecord
@Nonnull public PurchasingInfoRecordUpdateFluentHelper updatePurchasingInfoRecord(@Nonnull PurchasingInfoRecord purchasingInfoRecord) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurchasingInfoRecordentity and save it to the S/4HANA system.- Specified by:
updatePurchasingInfoRecordin interfacePurchasingInfoRecordService- Parameters:
purchasingInfoRecord-PurchasingInfoRecordentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurchasingInfoRecordentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurgInfoRecdOrgPlantData
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurgInfoRecdOrgPlantDataentities.- Specified by:
getAllPurgInfoRecdOrgPlantDatain interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurgInfoRecdOrgPlantDataentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurgInfoRecdOrgPlantDataByKey
@Nonnull public PurgInfoRecdOrgPlantDataByKeyFluentHelper getPurgInfoRecdOrgPlantDataByKey(String purchasingInfoRecord, String purchasingInfoRecordCategory, String purchasingOrganization, String plant) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurgInfoRecdOrgPlantDataentity using key fields.- Specified by:
getPurgInfoRecdOrgPlantDataByKeyin interfacePurchasingInfoRecordService- Parameters:
purchasingInfoRecord- Number of purchasing info recordConstraints: Not nullable, Maximum length: 10
purchasingInfoRecordCategory- Purchasing info record categoryConstraints: Not nullable, Maximum length: 1
purchasingOrganization- Purchasing OrganizationConstraints: Not nullable, Maximum length: 4
plant- PlantConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurgInfoRecdOrgPlantDataentity 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 theexecutemethod on the fluent helper object.
-
createPurgInfoRecdOrgPlantData
@Nonnull public PurgInfoRecdOrgPlantDataCreateFluentHelper createPurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Specified by:
createPurgInfoRecdOrgPlantDatain interfacePurchasingInfoRecordService- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurgInfoRecdOrgPlantDataentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurgInfoRecdOrgPlantData
@Nonnull public PurgInfoRecdOrgPlantDataUpdateFluentHelper updatePurgInfoRecdOrgPlantData(@Nonnull PurgInfoRecdOrgPlantData purgInfoRecdOrgPlantData) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurgInfoRecdOrgPlantDataentity and save it to the S/4HANA system.- Specified by:
updatePurgInfoRecdOrgPlantDatain interfacePurchasingInfoRecordService- Parameters:
purgInfoRecdOrgPlantData-PurgInfoRecdOrgPlantDataentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurgInfoRecdOrgPlantDataentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurInfoRecdPrcgCndn
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurInfoRecdPrcgCndnentities.- Specified by:
getAllPurInfoRecdPrcgCndnin interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurInfoRecdPrcgCndnentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurInfoRecdPrcgCndnByKey
@Nonnull public PurInfoRecdPrcgCndnByKeyFluentHelper getPurInfoRecdPrcgCndnByKey(String conditionRecord) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurInfoRecdPrcgCndnentity using key fields.- Specified by:
getPurInfoRecdPrcgCndnByKeyin interfacePurchasingInfoRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
PurInfoRecdPrcgCndnentity 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 theexecutemethod on the fluent helper object.
-
createPurInfoRecdPrcgCndn
@Nonnull public PurInfoRecdPrcgCndnCreateFluentHelper createPurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurInfoRecdPrcgCndnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurInfoRecdPrcgCndn
@Nonnull public PurInfoRecdPrcgCndnUpdateFluentHelper updatePurInfoRecdPrcgCndn(@Nonnull PurInfoRecdPrcgCndn purInfoRecdPrcgCndn) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurInfoRecdPrcgCndnentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndn-PurInfoRecdPrcgCndnentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurInfoRecdPrcgCndnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurInfoRecdPrcgCndnScale
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurInfoRecdPrcgCndnScaleentities.- Specified by:
getAllPurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurInfoRecdPrcgCndnScaleentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurInfoRecdPrcgCndnScaleByKey
@Nonnull public PurInfoRecdPrcgCndnScaleByKeyFluentHelper getPurInfoRecdPrcgCndnScaleByKey(String conditionRecord, String conditionSequentialNumber, String conditionScaleLine) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurInfoRecdPrcgCndnScaleentity using key fields.- Specified by:
getPurInfoRecdPrcgCndnScaleByKeyin interfacePurchasingInfoRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
conditionScaleLine- Current number of the line scaleConstraints: Not nullable, Maximum length: 4
- Returns:
- A fluent helper to fetch a single
PurInfoRecdPrcgCndnScaleentity 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 theexecutemethod on the fluent helper object.
-
createPurInfoRecdPrcgCndnScale
@Nonnull public PurInfoRecdPrcgCndnScaleCreateFluentHelper createPurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurInfoRecdPrcgCndnScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurInfoRecdPrcgCndnScale
@Nonnull public PurInfoRecdPrcgCndnScaleUpdateFluentHelper updatePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurInfoRecdPrcgCndnScaleentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurInfoRecdPrcgCndnScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurInfoRecdPrcgCndnScale
@Nonnull public PurInfoRecdPrcgCndnScaleDeleteFluentHelper deletePurInfoRecdPrcgCndnScale(@Nonnull PurInfoRecdPrcgCndnScale purInfoRecdPrcgCndnScale) Deprecated.Description copied from interface:PurchasingInfoRecordServiceDeletes an existingPurInfoRecdPrcgCndnScaleentity in the S/4HANA system.- Specified by:
deletePurInfoRecdPrcgCndnScalein interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndnScale-PurInfoRecdPrcgCndnScaleentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurInfoRecdPrcgCndnScaleentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurInfoRecdPrcgCndnValidity
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurInfoRecdPrcgCndnValidityentities.- Specified by:
getAllPurInfoRecdPrcgCndnValidityin interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurInfoRecdPrcgCndnValidityentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurInfoRecdPrcgCndnValidityByKey
@Nonnull public PurInfoRecdPrcgCndnValidityByKeyFluentHelper getPurInfoRecdPrcgCndnValidityByKey(String conditionRecord, LocalDateTime conditionValidityEndDate) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurInfoRecdPrcgCndnValidityentity using key fields.- Specified by:
getPurInfoRecdPrcgCndnValidityByKeyin interfacePurchasingInfoRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionValidityEndDate- Validity end date of the condition recordConstraints: Not nullable, Precision: 0
- Returns:
- A fluent helper to fetch a single
PurInfoRecdPrcgCndnValidityentity 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 theexecutemethod on the fluent helper object.
-
createPurInfoRecdPrcgCndnValidity
@Nonnull public PurInfoRecdPrcgCndnValidityCreateFluentHelper createPurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdPrcgCndnValidityin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurInfoRecdPrcgCndnValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurInfoRecdPrcgCndnValidity
@Nonnull public PurInfoRecdPrcgCndnValidityUpdateFluentHelper updatePurInfoRecdPrcgCndnValidity(@Nonnull PurInfoRecdPrcgCndnValidity purInfoRecdPrcgCndnValidity) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurInfoRecdPrcgCndnValidityentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdPrcgCndnValidityin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdPrcgCndnValidity-PurInfoRecdPrcgCndnValidityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurInfoRecdPrcgCndnValidityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllPurInfoRecdSuplmntPrcgCndn
Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch multiplePurInfoRecdSuplmntPrcgCndnentities.- Specified by:
getAllPurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordService- Returns:
- A fluent helper to fetch multiple
PurInfoRecdSuplmntPrcgCndnentities. This fluent helper allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the fluent helper object.
-
getPurInfoRecdSuplmntPrcgCndnByKey
@Nonnull public PurInfoRecdSuplmntPrcgCndnByKeyFluentHelper getPurInfoRecdSuplmntPrcgCndnByKey(String conditionRecord, String conditionSequentialNumber) Deprecated.Description copied from interface:PurchasingInfoRecordServiceFetch a singlePurInfoRecdSuplmntPrcgCndnentity using key fields.- Specified by:
getPurInfoRecdSuplmntPrcgCndnByKeyin interfacePurchasingInfoRecordService- Parameters:
conditionRecord- Number of Condition RecordConstraints: Not nullable, Maximum length: 10
conditionSequentialNumber- Sequential number of the conditionConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
PurInfoRecdSuplmntPrcgCndnentity 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 theexecutemethod on the fluent helper object.
-
createPurInfoRecdSuplmntPrcgCndn
@Nonnull public PurInfoRecdSuplmntPrcgCndnCreateFluentHelper createPurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Description copied from interface:PurchasingInfoRecordServiceCreate a newPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Specified by:
createPurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
PurInfoRecdSuplmntPrcgCndnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updatePurInfoRecdSuplmntPrcgCndn
@Nonnull public PurInfoRecdSuplmntPrcgCndnUpdateFluentHelper updatePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Description copied from interface:PurchasingInfoRecordServiceUpdate an existingPurInfoRecdSuplmntPrcgCndnentity and save it to the S/4HANA system.- Specified by:
updatePurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
PurInfoRecdSuplmntPrcgCndnentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deletePurInfoRecdSuplmntPrcgCndn
@Nonnull public PurInfoRecdSuplmntPrcgCndnDeleteFluentHelper deletePurInfoRecdSuplmntPrcgCndn(@Nonnull PurInfoRecdSuplmntPrcgCndn purInfoRecdSuplmntPrcgCndn) Deprecated.Description copied from interface:PurchasingInfoRecordServiceDeletes an existingPurInfoRecdSuplmntPrcgCndnentity in the S/4HANA system.- Specified by:
deletePurInfoRecdSuplmntPrcgCndnin interfacePurchasingInfoRecordService- Parameters:
purInfoRecdSuplmntPrcgCndn-PurInfoRecdSuplmntPrcgCndnentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
PurInfoRecdSuplmntPrcgCndnentity. To perform execution, call theexecutemethod on the fluent helper object.
-