Class DefaultFinancialPlanningDataService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultFinancialPlanningDataService
- All Implemented Interfaces:
BatchService<FinancialPlanningDataServiceBatch>,FinancialPlanningDataService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odata.services.DefaultFinancialPlanningDataService")
@Deprecated
public class DefaultFinancialPlanningDataService
extends Object
implements FinancialPlanningDataService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
The service exports financial plan data between systems. This API call is based on the OData protocol, and can be consumed in Fiori apps and on other user interfaces.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_FINPLANNINGDATA_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | SAP Analytics Cloud for Planning Integration(SAP_COM_0087), Public Sector API Integration(SAP_COM_0761) |
| Scope Items: | Import Connection setup with SAP Analytics Cloud(1YB), Government Budget Planning(6UC) |
| Authentication Methods: | x509 |
| Business Object: | FinancialPlanningEntryItem |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odata.services.FinancialPlanningDataService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingFinancialPlanningDataService.DEFAULT_SERVICE_PATHto send the requests. -
Method Summary
Modifier and TypeMethodDescriptionbatch()Deprecated.createFinancialPlanData(FinancialPlanData financialPlanData) Deprecated.Create a newFinancialPlanDataentity and save it to the S/4HANA system.getFinancialPlanDataByKey(String planDataAggrgnLvlFieldsString) Deprecated.Fetch a singleFinancialPlanDataentity using key fields.withServicePath(String servicePath) Deprecated.Overrides the default service path and returns a new service instance with the specified service path.
-
Constructor Details
-
DefaultFinancialPlanningDataService
public DefaultFinancialPlanningDataService()Deprecated.Creates a service usingFinancialPlanningDataService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
Deprecated.Description copied from interface:FinancialPlanningDataServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceFinancialPlanningDataService- 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<FinancialPlanningDataServiceBatch>
-
getFinancialPlanDataByKey
@Nonnull public FinancialPlanDataByKeyFluentHelper getFinancialPlanDataByKey(String planDataAggrgnLvlFieldsString) Deprecated.Description copied from interface:FinancialPlanningDataServiceFetch a singleFinancialPlanDataentity using key fields.- Specified by:
getFinancialPlanDataByKeyin interfaceFinancialPlanningDataService- Returns:
- A fluent helper to fetch a single
FinancialPlanDataentity 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.
-
createFinancialPlanData
@Nonnull public FinancialPlanDataCreateFluentHelper createFinancialPlanData(@Nonnull FinancialPlanData financialPlanData) Deprecated.Description copied from interface:FinancialPlanningDataServiceCreate a newFinancialPlanDataentity and save it to the S/4HANA system.- Specified by:
createFinancialPlanDatain interfaceFinancialPlanningDataService- Parameters:
financialPlanData-FinancialPlanDataentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FinancialPlanDataentity. To perform execution, call theexecutemethod on the fluent helper object.
-