Interface FundService
- All Superinterfaces:
BatchService<FundServiceBatch>
- All Known Implementing Classes:
DefaultFundService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
This service enables you to create, read, update, and delete the fund master data from SAP S/4HANA Cloud system. This service is based on the OData protocol and can be consumed in SAP Fiori apps and other user interfaces..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_FUNDCORE |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Public Sector API Integration(SAP_COM_0761) |
| Scope Items: | Government Budget Planning(6UC) |
| Authentication Methods: | x509 |
| Business Object: | Fund |
-
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 TypeMethodDescriptioncreateFundCore(FundCore fundCore) Deprecated.Create a newFundCoreentity and save it to the S/4HANA system.deleteFundCore(FundCore fundCore) Deprecated.Deletes an existingFundCoreentity in the S/4HANA system.Deprecated.Fetch multipleFundCoreentities.Deprecated.Fetch multipleFundTextentities.getFundCoreByKey(String financialManagementArea, String fund) Deprecated.Fetch a singleFundCoreentity using key fields.getFundTextByKey(String financialManagementArea, String fund, String language) Deprecated.Fetch a singleFundTextentity using key fields.updateFundCore(FundCore fundCore) Deprecated.Update an existingFundCoreentity and save it to the S/4HANA system.updateFundText(FundText fundText) Deprecated.Update an existingFundTextentity 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 interface com.sap.cloud.sdk.datamodel.odata.helper.batch.BatchService
batch
-
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
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.
-
getAllFundCore
Deprecated.Fetch multipleFundCoreentities.- Returns:
- A fluent helper to fetch multiple
FundCoreentities. 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.
-
getFundCoreByKey
Deprecated.Fetch a singleFundCoreentity using key fields.- Parameters:
financialManagementArea- Financial Management AreaConstraints: Not nullable, Maximum length: 4
fund- FundConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
FundCoreentity 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.
-
createFundCore
Deprecated.Create a newFundCoreentity and save it to the S/4HANA system. -
updateFundCore
Deprecated.Update an existingFundCoreentity and save it to the S/4HANA system. -
deleteFundCore
Deprecated.Deletes an existingFundCoreentity in the S/4HANA system. -
getAllFundText
Deprecated.Fetch multipleFundTextentities.- Returns:
- A fluent helper to fetch multiple
FundTextentities. 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.
-
getFundTextByKey
@Nonnull FundTextByKeyFluentHelper getFundTextByKey(String financialManagementArea, String fund, String language) Deprecated.Fetch a singleFundTextentity using key fields.- Parameters:
financialManagementArea- Financial Management AreaConstraints: Not nullable, Maximum length: 4
fund- FundConstraints: Not nullable, Maximum length: 10
language- Language KeyConstraints: Not nullable, Maximum length: 2
- Returns:
- A fluent helper to fetch a single
FundTextentity 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.
-
updateFundText
Deprecated.Update an existingFundTextentity and save it to the S/4HANA system.
-