Interface EarmarkedFundsDocumentService
- All Superinterfaces:
BatchService<EarmarkedFundsDocumentServiceBatch>
- All Known Implementing Classes:
DefaultEarmarkedFundsDocumentService
@Deprecated
public interface EarmarkedFundsDocumentService
extends BatchService<EarmarkedFundsDocumentServiceBatch>
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 earmarked 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: | CE_API_EARMARKEDFUNDSDOCUMENT_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Manage Earmarked Fund Document Integration(SAP_COM_0934) |
| Scope Items: | Earmarked Funds(4GY) |
| Authentication Methods: | x509 |
| Business Object: | Earmarked Funds |
-
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 TypeMethodDescriptioncreateEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Create a newEarmarkedFundsDocumententity and save it to the S/4HANA system.deleteEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Deletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.Deprecated.Fetch multipleEarmarkedFundsDocumententities.Deprecated.Fetch multipleEarmarkedFundsDocumentItementities.getEarmarkedFundsDocumentByKey(String earmarkedFundsDocument) Deprecated.Fetch a singleEarmarkedFundsDocumententity using key fields.getEarmarkedFundsDocumentItemByKey(String earmarkedFundsDocument, String earmarkedFundsDocumentItem) Deprecated.Fetch a singleEarmarkedFundsDocumentItementity using key fields.updateEarmarkedFundsDocument(EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Update an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.updateEarmarkedFundsDocumentItem(EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Update an existingEarmarkedFundsDocumentItementity 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.
-
getAllEarmarkedFundsDocument
Deprecated.Fetch multipleEarmarkedFundsDocumententities.- Returns:
- A fluent helper to fetch multiple
EarmarkedFundsDocumententities. 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.
-
getEarmarkedFundsDocumentByKey
@Nonnull EarmarkedFundsDocumentByKeyFluentHelper getEarmarkedFundsDocumentByKey(String earmarkedFundsDocument) Deprecated.Fetch a singleEarmarkedFundsDocumententity using key fields.- Parameters:
earmarkedFundsDocument- Document number for earmarked fundsConstraints: Not nullable, Maximum length: 10
- Returns:
- A fluent helper to fetch a single
EarmarkedFundsDocumententity 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.
-
createEarmarkedFundsDocument
@Nonnull EarmarkedFundsDocumentCreateFluentHelper createEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Create a newEarmarkedFundsDocumententity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
EarmarkedFundsDocumententity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateEarmarkedFundsDocument
@Nonnull EarmarkedFundsDocumentUpdateFluentHelper updateEarmarkedFundsDocument(@Nonnull EarmarkedFundsDocument earmarkedFundsDocument) Deprecated.Update an existingEarmarkedFundsDocumententity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocument-EarmarkedFundsDocumententity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EarmarkedFundsDocumententity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllEarmarkedFundsDocumentItem
Deprecated.Fetch multipleEarmarkedFundsDocumentItementities.- Returns:
- A fluent helper to fetch multiple
EarmarkedFundsDocumentItementities. 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.
-
getEarmarkedFundsDocumentItemByKey
@Nonnull EarmarkedFundsDocumentItemByKeyFluentHelper getEarmarkedFundsDocumentItemByKey(String earmarkedFundsDocument, String earmarkedFundsDocumentItem) Deprecated.Fetch a singleEarmarkedFundsDocumentItementity using key fields.- Parameters:
earmarkedFundsDocument- Document number for earmarked fundsConstraints: Not nullable, Maximum length: 10
earmarkedFundsDocumentItem- Earmarked Funds: Document ItemConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
EarmarkedFundsDocumentItementity 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.
-
updateEarmarkedFundsDocumentItem
@Nonnull EarmarkedFundsDocumentItemUpdateFluentHelper updateEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Update an existingEarmarkedFundsDocumentItementity and save it to the S/4HANA system.- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
EarmarkedFundsDocumentItementity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteEarmarkedFundsDocumentItem
@Nonnull EarmarkedFundsDocumentItemDeleteFluentHelper deleteEarmarkedFundsDocumentItem(@Nonnull EarmarkedFundsDocumentItem earmarkedFundsDocumentItem) Deprecated.Deletes an existingEarmarkedFundsDocumentItementity in the S/4HANA system.- Parameters:
earmarkedFundsDocumentItem-EarmarkedFundsDocumentItementity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
EarmarkedFundsDocumentItementity. To perform execution, call theexecutemethod on the fluent helper object.
-