Class DefaultProductionRevenueAccountingInternalMarketingRateService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingInternalMarketingRateService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ProductionRevenueAccountingInternalMarketingRateService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultProductionRevenueAccountingInternalMarketingRateService")
@Deprecated
public class DefaultProductionRevenueAccountingInternalMarketingRateService
extends Object
implements ServiceWithNavigableEntities, ProductionRevenueAccountingInternalMarketingRateService
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
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ProductionRevenueAccountingInternalMarketingRateService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingProductionRevenueAccountingInternalMarketingRateService.DEFAULT_SERVICE_PATHto send the requests. -
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.Deprecated.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.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cloud.sdk.datamodel.odatav4.core.ServiceWithNavigableEntities
applyAction, applyAction, applyFunction, applyFunction, forEntity, withFunction, withFunction
-
Constructor Details
-
DefaultProductionRevenueAccountingInternalMarketingRateService
public DefaultProductionRevenueAccountingInternalMarketingRateService()Deprecated.Creates a service usingProductionRevenueAccountingInternalMarketingRateService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultProductionRevenueAccountingInternalMarketingRateService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceProductionRevenueAccountingInternalMarketingRateService- Parameters:
servicePath- Service path that will override the default.- Returns:
- A new service instance with the specified service path.
-
batch
Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceCreates a batch request builder object.- Specified by:
batchin interfaceProductionRevenueAccountingInternalMarketingRateService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllPRAInternalMarketingRate
Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch multiplePRAInternalMarketingRateHdrentities.- Specified by:
getAllPRAInternalMarketingRatein interfaceProductionRevenueAccountingInternalMarketingRateService- 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.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch the number of entries from thePRAInternalMarketingRateHdrentity collection matching the filter and search expressions.- Specified by:
countPRAInternalMarketingRatein interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public GetByKeyRequestBuilder<PRAInternalMarketingRateHdr> getPRAInternalMarketingRateByKey(String pRAMarketingRateNumber) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch a singlePRAInternalMarketingRateHdrentity using key fields.- Specified by:
getPRAInternalMarketingRateByKeyin interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public CreateRequestBuilder<PRAInternalMarketingRateHdr> createPRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceCreate a newPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.- Specified by:
createPRAInternalMarketingRatein interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public UpdateRequestBuilder<PRAInternalMarketingRateHdr> updatePRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceUpdate an existingPRAInternalMarketingRateHdrentity and save it to the S/4HANA system.- Specified by:
updatePRAInternalMarketingRatein interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public DeleteRequestBuilder<PRAInternalMarketingRateHdr> deletePRAInternalMarketingRate(@Nonnull PRAInternalMarketingRateHdr pRAInternalMarketingRateHdr) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceDeletes an existingPRAInternalMarketingRateHdrentity in the S/4HANA system.- Specified by:
deletePRAInternalMarketingRatein interfaceProductionRevenueAccountingInternalMarketingRateService- 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
@Nonnull public GetAllRequestBuilder<PRAInternalMarketingRateTrans> getAllPRAInternalMarketingRateTrans()Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch multiplePRAInternalMarketingRateTransentities.- Specified by:
getAllPRAInternalMarketingRateTransin interfaceProductionRevenueAccountingInternalMarketingRateService- 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
@Nonnull public CountRequestBuilder<PRAInternalMarketingRateTrans> countPRAInternalMarketingRateTrans()Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch the number of entries from thePRAInternalMarketingRateTransentity collection matching the filter and search expressions.- Specified by:
countPRAInternalMarketingRateTransin interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public GetByKeyRequestBuilder<PRAInternalMarketingRateTrans> getPRAInternalMarketingRateTransByKey(String pRAMarketingRateNumber, String marketingType) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceFetch a singlePRAInternalMarketingRateTransentity using key fields.- Specified by:
getPRAInternalMarketingRateTransByKeyin interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public UpdateRequestBuilder<PRAInternalMarketingRateTrans> updatePRAInternalMarketingRateTrans(@Nonnull PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceUpdate an existingPRAInternalMarketingRateTransentity and save it to the S/4HANA system.- Specified by:
updatePRAInternalMarketingRateTransin interfaceProductionRevenueAccountingInternalMarketingRateService- 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 public DeleteRequestBuilder<PRAInternalMarketingRateTrans> deletePRAInternalMarketingRateTrans(@Nonnull PRAInternalMarketingRateTrans pRAInternalMarketingRateTrans) Deprecated.Description copied from interface:ProductionRevenueAccountingInternalMarketingRateServiceDeletes an existingPRAInternalMarketingRateTransentity in the S/4HANA system.- Specified by:
deletePRAInternalMarketingRateTransin interfaceProductionRevenueAccountingInternalMarketingRateService- 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.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-