Class DefaultConsolidationSalesOrganizationService
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSalesOrganizationService
- All Implemented Interfaces:
OperationsOnEntityCollections,ServiceWithNavigableEntities,ConsolidationSalesOrganizationService
@Named("com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.DefaultConsolidationSalesOrganizationService")
@Deprecated
public class DefaultConsolidationSalesOrganizationService
extends Object
implements ServiceWithNavigableEntities, ConsolidationSalesOrganizationService
Deprecated.
The service and all its related classes are deprecated. Please use the odata generator to generate the
VDM.
A consolidation sales organization is a sales organization that can be used for financial consolidation in group reporting. It can either be a sales organization that’s been defined in an area other than group reporting, or it can be a sales organization that’s been specifically defined for exclusive use in group reporting.
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | CE_CNSLDTNSALESORGANIZATION_0001 |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Finance - Cloud Consolidation Master Data for Group Reporting Integration(SAP_COM_0336) |
| Scope Items: | Group Reporting - Data from External Systems(2U6) |
| Authentication Methods: | x509 |
| Service Group Name: | API_CNSLDTNSALESORG |
| Business Object: | ConsolidationSalesOrganization |
-
Field Summary
Fields inherited from interface com.sap.cloud.sdk.s4hana.datamodel.odatav4.services.ConsolidationSalesOrganizationService
DEFAULT_SERVICE_PATH -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a service usingConsolidationSalesOrganizationService.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 theCnsldtnSalesOrganizationentity collection matching the filter and search expressions.Deprecated.Fetch the number of entries from theCnsldtnSalesOrgTextentity collection matching the filter and search expressions.createCnsldtnSalesOrganization(CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Create a newCnsldtnSalesOrganizationentity and save it to the S/4HANA system.deleteCnsldtnSalesOrganization(CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Deletes an existingCnsldtnSalesOrganizationentity in the S/4HANA system.deleteCnsldtnSalesOrganizationText(CnsldtnSalesOrgText cnsldtnSalesOrgText) Deprecated.Deletes an existingCnsldtnSalesOrgTextentity in the S/4HANA system.Deprecated.Fetch multipleCnsldtnSalesOrganizationentities.Deprecated.Fetch multipleCnsldtnSalesOrgTextentities.getCnsldtnSalesOrganizationByKey(String salesOrganization) Deprecated.Fetch a singleCnsldtnSalesOrganizationentity using key fields.getCnsldtnSalesOrganizationTextByKey(String language, String salesOrganization) Deprecated.Fetch a singleCnsldtnSalesOrgTextentity using key fields.Deprecated.updateCnsldtnSalesOrganization(CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Update an existingCnsldtnSalesOrganizationentity and save it to the S/4HANA system.updateCnsldtnSalesOrganizationText(CnsldtnSalesOrgText cnsldtnSalesOrgText) Deprecated.Update an existingCnsldtnSalesOrgTextentity 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
-
DefaultConsolidationSalesOrganizationService
public DefaultConsolidationSalesOrganizationService()Deprecated.Creates a service usingConsolidationSalesOrganizationService.DEFAULT_SERVICE_PATHto send the requests.
-
-
Method Details
-
withServicePath
@Nonnull public DefaultConsolidationSalesOrganizationService withServicePath(@Nonnull String servicePath) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceOverrides the default service path and returns a new service instance with the specified service path. Also adjusts the respective entity URLs.- Specified by:
withServicePathin interfaceConsolidationSalesOrganizationService- 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:ConsolidationSalesOrganizationServiceCreates a batch request builder object.- Specified by:
batchin interfaceConsolidationSalesOrganizationService- Returns:
- A request builder to handle batch operation on this service. To perform execution, call the
executemethod on the request builder object.
-
getAllCnsldtnSalesOrganization
Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch multipleCnsldtnSalesOrganizationentities.- Specified by:
getAllCnsldtnSalesOrganizationin interfaceConsolidationSalesOrganizationService- Returns:
- A request builder to fetch multiple
CnsldtnSalesOrganizationentities. 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.
-
countCnsldtnSalesOrganization
Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch the number of entries from theCnsldtnSalesOrganizationentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSalesOrganizationin interfaceConsolidationSalesOrganizationService- Returns:
- A request builder to fetch the count of
CnsldtnSalesOrganizationentities. 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.
-
getCnsldtnSalesOrganizationByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnSalesOrganization> getCnsldtnSalesOrganizationByKey(String salesOrganization) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch a singleCnsldtnSalesOrganizationentity using key fields.- Specified by:
getCnsldtnSalesOrganizationByKeyin interfaceConsolidationSalesOrganizationService- Parameters:
salesOrganization- Consolidation Sales OrganizationConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnSalesOrganizationentity 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.
-
createCnsldtnSalesOrganization
@Nonnull public CreateRequestBuilder<CnsldtnSalesOrganization> createCnsldtnSalesOrganization(@Nonnull CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceCreate a newCnsldtnSalesOrganizationentity and save it to the S/4HANA system.- Specified by:
createCnsldtnSalesOrganizationin interfaceConsolidationSalesOrganizationService- Parameters:
cnsldtnSalesOrganization-CnsldtnSalesOrganizationentity object that will be created in the S/4HANA system.- Returns:
- A request builder to create a new
CnsldtnSalesOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
updateCnsldtnSalesOrganization
@Nonnull public UpdateRequestBuilder<CnsldtnSalesOrganization> updateCnsldtnSalesOrganization(@Nonnull CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceUpdate an existingCnsldtnSalesOrganizationentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSalesOrganizationin interfaceConsolidationSalesOrganizationService- Parameters:
cnsldtnSalesOrganization-CnsldtnSalesOrganizationentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSalesOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSalesOrganization
@Nonnull public DeleteRequestBuilder<CnsldtnSalesOrganization> deleteCnsldtnSalesOrganization(@Nonnull CnsldtnSalesOrganization cnsldtnSalesOrganization) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceDeletes an existingCnsldtnSalesOrganizationentity in the S/4HANA system.- Specified by:
deleteCnsldtnSalesOrganizationin interfaceConsolidationSalesOrganizationService- Parameters:
cnsldtnSalesOrganization-CnsldtnSalesOrganizationentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSalesOrganizationentity. To perform execution, call theexecutemethod on the request builder object.
-
getAllCnsldtnSalesOrganizationText
Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch multipleCnsldtnSalesOrgTextentities.- Specified by:
getAllCnsldtnSalesOrganizationTextin interfaceConsolidationSalesOrganizationService- Returns:
- A request builder to fetch multiple
CnsldtnSalesOrgTextentities. 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.
-
countCnsldtnSalesOrganizationText
Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch the number of entries from theCnsldtnSalesOrgTextentity collection matching the filter and search expressions.- Specified by:
countCnsldtnSalesOrganizationTextin interfaceConsolidationSalesOrganizationService- Returns:
- A request builder to fetch the count of
CnsldtnSalesOrgTextentities. 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.
-
getCnsldtnSalesOrganizationTextByKey
@Nonnull public GetByKeyRequestBuilder<CnsldtnSalesOrgText> getCnsldtnSalesOrganizationTextByKey(String language, String salesOrganization) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceFetch a singleCnsldtnSalesOrgTextentity using key fields.- Specified by:
getCnsldtnSalesOrganizationTextByKeyin interfaceConsolidationSalesOrganizationService- Parameters:
language- Language KeyConstraints: Not nullable, Maximum length: 2
salesOrganization- Consolidation Sales OrganizationConstraints: Not nullable, Maximum length: 4
- Returns:
- A request builder to fetch a single
CnsldtnSalesOrgTextentity 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.
-
updateCnsldtnSalesOrganizationText
@Nonnull public UpdateRequestBuilder<CnsldtnSalesOrgText> updateCnsldtnSalesOrganizationText(@Nonnull CnsldtnSalesOrgText cnsldtnSalesOrgText) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceUpdate an existingCnsldtnSalesOrgTextentity and save it to the S/4HANA system.- Specified by:
updateCnsldtnSalesOrganizationTextin interfaceConsolidationSalesOrganizationService- Parameters:
cnsldtnSalesOrgText-CnsldtnSalesOrgTextentity object that will be updated in the S/4HANA system.- Returns:
- A request builder to update an existing
CnsldtnSalesOrgTextentity. To perform execution, call theexecutemethod on the request builder object.
-
deleteCnsldtnSalesOrganizationText
@Nonnull public DeleteRequestBuilder<CnsldtnSalesOrgText> deleteCnsldtnSalesOrganizationText(@Nonnull CnsldtnSalesOrgText cnsldtnSalesOrgText) Deprecated.Description copied from interface:ConsolidationSalesOrganizationServiceDeletes an existingCnsldtnSalesOrgTextentity in the S/4HANA system.- Specified by:
deleteCnsldtnSalesOrganizationTextin interfaceConsolidationSalesOrganizationService- Parameters:
cnsldtnSalesOrgText-CnsldtnSalesOrgTextentity object that will be deleted in the S/4HANA system.- Returns:
- A request builder to delete an existing
CnsldtnSalesOrgTextentity. To perform execution, call theexecutemethod on the request builder object.
-
getServicePath
Deprecated.- Specified by:
getServicePathin interfaceServiceWithNavigableEntities
-