Interface ProductionRevenueAccountingInternalMarketingRateService
- All Known Implementing Classes:
DefaultProductionRevenueAccountingInternalMarketingRateService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service allows create, update, delete and read of Internal Marketing Rate header and transaction records. .
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_PRAINTERNALMARKETING_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | PRA Valuation Data Integration(SAP_COM_0921) |
| Scope Items: | Revenue Accounting - Oil and Gas Production(5NM) |
| Authentication Methods: | x509 |
| Service Group Name: | API_PRAINTERNALMARKETING |
| Business Object: | ProductionRevenueAccountingInternalMarketingRate |
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.Creates a batch request builder object.Deprecated.Fetch the number of entries from thePRAInternalMarketingRateHdrentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from thePRAInternalMarketingRateTransentity collection matching the filter and search expressions.createPRAInternalMarketingRate(PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Create a newPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.deletePRAInternalMarketingRate(PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Deletes an existingPRAInternalMarketingRateHdrentity in the S/4HANA system.deletePRAInternalMarketingRateTrans(PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Deletes an existingPRAInternalMarketingRateTransentity in the S/4HANA system.Deprecated.Fetch multiplePRAInternalMarketingRateHdrentities.Deprecated.Fetch multiplePRAInternalMarketingRateTransentities.getPRAInternalMarketingRateByKey(String pRAMarketingRateNumber) Deprecated.Fetch a singlePRAInternalMarketingRateHdrentity using key fields.getPRAInternalMarketingRateTransByKey(String pRAMarketingRateNumber, String marketingType) Deprecated.Fetch a singlePRAInternalMarketingRateTransentity using key fields.updatePRAInternalMarketingRate(PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Update an existingPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.updatePRAInternalMarketingRateTrans(PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Update an existingPRAInternalMarketingRateTransentity 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.
-
Field Details
-
DEFAULT_SERVICE_PATH
Deprecated.If no other path was provided via thewithServicePath(String)method, this is the default service path used to access the endpoint.- See Also:
-
-
Method Details
-
withServicePath
@Nonnull ProductionRevenueAccountingInternalMarketingRateService withServicePath(@Nonnull String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Creates a batch request builder object.- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllPRAInternalMarketingRate
Deprecated.Fetch multiplePRAInternalMarketingRateHdrentities.- Returns:
- A request builder to fetch multiple
PRAInternalMarketingRateHdrentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countPRAInternalMarketingRate
Deprecated.Fetch the number of entries from thePRAInternalMarketingRateHdrentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PRAInternalMarketingRateHdrentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getPRAInternalMarketingRateByKey
@Nonnull GetByKeyRequestBuilder<PRAInternalMarketingRateHdr> getPRAInternalMarketingRateByKey(String pRAMarketingRateNumber) Deprecated.Fetch a singlePRAInternalMarketingRateHdrentity using key fields.- Parameters:
pRAMarketingRateNumber- Marketing Rate NumberConstraints: Not nullable, Maximum length: 12
- Returns:
- A request builder to fetch a single
PRAInternalMarketingRateHdrentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
createPRAInternalMarketingRate
@Nonnull CreateRequestBuilder<PRAInternalMarketingRateHdr> createPRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Create a newPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.- Parameters:
pRAInternalMarketingRateHdr-PRAInternalMarketingRateHdrentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
PRAInternalMarketingRateHdrentity. To perform execution, call theexecutemethod on the request builder object.
-
updatePRAInternalMarketingRate
@Nonnull UpdateRequestBuilder<PRAInternalMarketingRateHdr> updatePRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Update an existingPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.- Parameters:
pRAInternalMarketingRateHdr-PRAInternalMarketingRateHdrentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PRAInternalMarketingRateHdrentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePRAInternalMarketingRate
@Nonnull DeleteRequestBuilder<PRAInternalMarketingRateHdr> deletePRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Deletes an existingPRAInternalMarketingRateHdrentity in the S/4HANA system.- Parameters:
pRAInternalMarketingRateHdr-PRAInternalMarketingRateHdrentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PRAInternalMarketingRateHdrentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllPRAInternalMarketingRateTrans
Deprecated.Fetch multiplePRAInternalMarketingRateTransentities.- Returns:
- A request builder to fetch multiple
PRAInternalMarketingRateTransentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
countPRAInternalMarketingRateTrans
Deprecated.Fetch the number of entries from thePRAInternalMarketingRateTransentity collection matching the filter and search expressions.- Returns:
- A request builder to fetch the count of
PRAInternalMarketingRateTransentities. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
getPRAInternalMarketingRateTransByKey
@Nonnull GetByKeyRequestBuilder<PRAInternalMarketingRateTrans> getPRAInternalMarketingRateTransByKey(String pRAMarketingRateNumber, String marketingType) Deprecated.Fetch a singlePRAInternalMarketingRateTransentity using key fields.- Parameters:
pRAMarketingRateNumber- Marketing Rate NumberConstraints: Not nullable, Maximum length: 12
marketingType- Marketing type codeConstraints: Not nullable, Maximum length: 2
- Returns:
- A request builder to fetch a single
PRAInternalMarketingRateTransentity using key fields. This request builder allows methods which modify the underlying query to be called before executing the query itself. To perform execution, call theexecutemethod on the request builder object.
-
updatePRAInternalMarketingRateTrans
@Nonnull UpdateRequestBuilder<PRAInternalMarketingRateTrans> updatePRAInternalMarketingRateTrans(@Nonnull PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Update an existingPRAInternalMarketingRateTransentity and save it to the S/4HANA system.- Parameters:
pRAInternalMarketingRateTrans-PRAInternalMarketingRateTransentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
PRAInternalMarketingRateTransentity. To perform execution, call theexecutemethod on the request builder object.
-
deletePRAInternalMarketingRateTrans
@Nonnull DeleteRequestBuilder<PRAInternalMarketingRateTrans> deletePRAInternalMarketingRateTrans(@Nonnull PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Deletes an existingPRAInternalMarketingRateTransentity in the S/4HANA system.- Parameters:
pRAInternalMarketingRateTrans-PRAInternalMarketingRateTransentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
PRAInternalMarketingRateTransentity. To perform execution, call theexecutemethod on the request builder object.
-