Interface FunctionalLocationService
- All Superinterfaces:
BatchService<FunctionalLocationServiceBatch>
- All Known Implementing Classes:
DefaultFunctionalLocationService
This service contains functional location, long text, partner function, warranty, class, characteristic, and characteristic value nodes. The information is sent in the request as a payload. The request payload contains all information required to create or update functional location. All the information in the payload is used to create or update functional location including appropriate checks for restricted values and authorizations. Once the functional location has been created, the functional location label is sent in the response with the data included in the functional location. If the input in the request is not as expected when you create or update a functional location, the system displays appropriate error or warning messages in the response..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_FUNCTIONALLOCATION |
| API Version: | 1.1.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Asset Management Master Data Integration(SAP_COM_0395) |
| Scope Items: | Service Order Management and Monitoring(3D2), Service Contract Management(3MO), In-House Repair(3XK), Reactive Maintenance(4HH), Proactive Maintenance(4HI), Improvement Maintenance(4VT), Operational and Overhead Maintenance(4WM), Corrective Maintenance(BH1), Emergency Maintenance(BH2), Preventive Maintenance(BJ2), Reactive Maintenance(OHH), Proactive Maintenance(OHI), PSM: Preventive Maintenance(OJ2), Improvement Maintenance(OVT), Operational and Overhead Maintenance(OWM), Service Order Processing with SAP Field Service Management(49X), Service Quotation(4GA) |
| Authentication Methods: | x509 |
| Business Object: | Functional Location |
-
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 TypeMethodDescriptioncreateCharacteristic(Characteristic characteristic) Deprecated.Create a newCharacteristicentity and save it to the S/4HANA system.createFunctionalLocation(FunctionalLocation functionalLocation) Deprecated.Create a newFunctionalLocationentity and save it to the S/4HANA system.createFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Create a newFunctionalLocationClassentity and save it to the S/4HANA system.createFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Deprecated.Create a newFunctionalLocationLongTextentity and save it to the S/4HANA system.createFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.createFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.createValue(Value value) Deprecated.Create a newValueentity and save it to the S/4HANA system.deleteFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Deletes an existingFunctionalLocationClassentity in the S/4HANA system.dismantleFunctionalLocation(String functionalLocation, LocalDateTime funcLocDismantleDate, LocalTime funcLocDismantleTime) Deprecated.Creates a fluent helper for the DismantleFunctionalLocation OData function import.Deprecated.Fetch multipleCharacteristicentities.Deprecated.Fetch multipleFunctionalLocationentities.Deprecated.Fetch multipleFunctionalLocationClassentities.Deprecated.Fetch multipleFunctionalLocationLongTextentities.Deprecated.Fetch multipleFunctionalLocationPartnerentities.Deprecated.Fetch multipleFunctionalLocationWarrantyentities.Deprecated.Fetch multipleValueentities.getCharacteristicByKey(String functionalLocation, String classInternalID, String charcInternalID) Deprecated.Fetch a singleCharacteristicentity using key fields.getFunctionalLocationByKey(String functionalLocation) Deprecated.Fetch a singleFunctionalLocationentity using key fields.getFunctionalLocationClassByKey(String functionalLocation, String classInternalID, String classType) Deprecated.Fetch a singleFunctionalLocationClassentity using key fields.getFunctionalLocationLongTextByKey(String functionalLocation) Deprecated.Fetch a singleFunctionalLocationLongTextentity using key fields.getFunctionalLocationPartnerByKey(String functionalLocation, String partnerFunction, String funcnlLocPartnerObjectNmbr) Deprecated.Fetch a singleFunctionalLocationPartnerentity using key fields.getFunctionalLocationWarrantyByKey(String functionalLocation, String warrantyType) Deprecated.Fetch a singleFunctionalLocationWarrantyentity using key fields.getValueByKey(String functionalLocation, String classType, String charcValuePositionNumber, String charcInternalID) Deprecated.Fetch a singleValueentity using key fields.installFunctionalLocation(String functionalLocation, String superiorFunctionalLocation, String funcLocInstallationPosNmbr, LocalDateTime funcLocInstallationDate, LocalTime funcLocInstallationTime) Deprecated.Creates a fluent helper for the InstallFunctionalLocation OData function import.rsetFuncLocFromMrkdForDeletion(String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncLocFromMrkdForDeletion OData function import.rsetFuncnlLocationFromInactive(String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncnlLocationFromInactive OData function import.setFuncLocToMarkedForDeletion(String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncLocToMarkedForDeletion OData function import.setFuncnlLocationToInactive(String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncnlLocationToInactive OData function import.updateFunctionalLocation(FunctionalLocation functionalLocation) Deprecated.Update an existingFunctionalLocationentity and save it to the S/4HANA system.updateFunctionalLocationClass(FunctionalLocationClass functionalLocationClass) Deprecated.Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.updateFunctionalLocationLongText(FunctionalLocationLongText functionalLocationLongText) Deprecated.Update an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.updateFunctionalLocationPartner(FunctionalLocationPartner functionalLocationPartner) Deprecated.Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.updateFunctionalLocationWarranty(FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.updateValue(Value value) Deprecated.Update an existingValueentity 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.
-
getAllValue
Deprecated.Fetch multipleValueentities.- Returns:
- A fluent helper to fetch multiple
Valueentities. 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.
-
getValueByKey
@Nonnull ValueByKeyFluentHelper getValueByKey(String functionalLocation, String classType, String charcValuePositionNumber, String charcInternalID) Deprecated.Fetch a singleValueentity using key fields.- Parameters:
charcValuePositionNumber- Characteristic value counterConstraints: Not nullable, Maximum length: 3
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
Valueentity 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.
-
createValue
Deprecated.Create a newValueentity and save it to the S/4HANA system. -
updateValue
Deprecated.Update an existingValueentity and save it to the S/4HANA system. -
getAllFunctionalLocationClass
Deprecated.Fetch multipleFunctionalLocationClassentities.- Returns:
- A fluent helper to fetch multiple
FunctionalLocationClassentities. 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.
-
getFunctionalLocationClassByKey
@Nonnull FunctionalLocationClassByKeyFluentHelper getFunctionalLocationClassByKey(String functionalLocation, String classInternalID, String classType) Deprecated.Fetch a singleFunctionalLocationClassentity using key fields.- Parameters:
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
classType- Class TypeConstraints: Not nullable, Maximum length: 3
- Returns:
- A fluent helper to fetch a single
FunctionalLocationClassentity 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.
-
createFunctionalLocationClass
@Nonnull FunctionalLocationClassCreateFluentHelper createFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Create a newFunctionalLocationClassentity and save it to the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationClass
@Nonnull FunctionalLocationClassUpdateFluentHelper updateFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Update an existingFunctionalLocationClassentity and save it to the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteFunctionalLocationClass
@Nonnull FunctionalLocationClassDeleteFluentHelper deleteFunctionalLocationClass(@Nonnull FunctionalLocationClass functionalLocationClass) Deprecated.Deletes an existingFunctionalLocationClassentity in the S/4HANA system.- Parameters:
functionalLocationClass-FunctionalLocationClassentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
FunctionalLocationClassentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllCharacteristic
Deprecated.Fetch multipleCharacteristicentities.- Returns:
- A fluent helper to fetch multiple
Characteristicentities. 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.
-
getCharacteristicByKey
@Nonnull CharacteristicByKeyFluentHelper getCharacteristicByKey(String functionalLocation, String classInternalID, String charcInternalID) Deprecated.Fetch a singleCharacteristicentity using key fields.- Parameters:
charcInternalID- Characteristic Internal IDConstraints: Not nullable, Maximum length: 10
classInternalID- Internal Class NumberConstraints: Not nullable, Maximum length: 10
functionalLocation- Key of Object to be ClassifiedConstraints: Not nullable, Maximum length: 90
- Returns:
- A fluent helper to fetch a single
Characteristicentity 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.
-
createCharacteristic
@Nonnull CharacteristicCreateFluentHelper createCharacteristic(@Nonnull Characteristic characteristic) Deprecated.Create a newCharacteristicentity and save it to the S/4HANA system.- Parameters:
characteristic-Characteristicentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
Characteristicentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationWarranty
Deprecated.Fetch multipleFunctionalLocationWarrantyentities.- Returns:
- A fluent helper to fetch multiple
FunctionalLocationWarrantyentities. 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.
-
getFunctionalLocationWarrantyByKey
@Nonnull FunctionalLocationWarrantyByKeyFluentHelper getFunctionalLocationWarrantyByKey(String functionalLocation, String warrantyType) Deprecated.Fetch a singleFunctionalLocationWarrantyentity using key fields.- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
warrantyType- Warranty typeConstraints: Not nullable, Maximum length: 1
- Returns:
- A fluent helper to fetch a single
FunctionalLocationWarrantyentity 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.
-
createFunctionalLocationWarranty
@Nonnull FunctionalLocationWarrantyCreateFluentHelper createFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Create a newFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationWarrantyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationWarranty
@Nonnull FunctionalLocationWarrantyUpdateFluentHelper updateFunctionalLocationWarranty(@Nonnull FunctionalLocationWarranty functionalLocationWarranty) Deprecated.Update an existingFunctionalLocationWarrantyentity and save it to the S/4HANA system.- Parameters:
functionalLocationWarranty-FunctionalLocationWarrantyentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationWarrantyentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocation
Deprecated.Fetch multipleFunctionalLocationentities.- Returns:
- A fluent helper to fetch multiple
FunctionalLocationentities. 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.
-
getFunctionalLocationByKey
Deprecated.Fetch a singleFunctionalLocationentity using key fields.- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
FunctionalLocationentity 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.
-
createFunctionalLocation
@Nonnull FunctionalLocationCreateFluentHelper createFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Deprecated.Create a newFunctionalLocationentity and save it to the S/4HANA system.- Parameters:
functionalLocation-FunctionalLocationentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocation
@Nonnull FunctionalLocationUpdateFluentHelper updateFunctionalLocation(@Nonnull FunctionalLocation functionalLocation) Deprecated.Update an existingFunctionalLocationentity and save it to the S/4HANA system.- Parameters:
functionalLocation-FunctionalLocationentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationLongText
Deprecated.Fetch multipleFunctionalLocationLongTextentities.- Returns:
- A fluent helper to fetch multiple
FunctionalLocationLongTextentities. 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.
-
getFunctionalLocationLongTextByKey
@Nonnull FunctionalLocationLongTextByKeyFluentHelper getFunctionalLocationLongTextByKey(String functionalLocation) Deprecated.Fetch a singleFunctionalLocationLongTextentity using key fields.- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
- Returns:
- A fluent helper to fetch a single
FunctionalLocationLongTextentity 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.
-
createFunctionalLocationLongText
@Nonnull FunctionalLocationLongTextCreateFluentHelper createFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Deprecated.Create a newFunctionalLocationLongTextentity and save it to the S/4HANA system.- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationLongText
@Nonnull FunctionalLocationLongTextUpdateFluentHelper updateFunctionalLocationLongText(@Nonnull FunctionalLocationLongText functionalLocationLongText) Deprecated.Update an existingFunctionalLocationLongTextentity and save it to the S/4HANA system.- Parameters:
functionalLocationLongText-FunctionalLocationLongTextentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationLongTextentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllFunctionalLocationPartner
Deprecated.Fetch multipleFunctionalLocationPartnerentities.- Returns:
- A fluent helper to fetch multiple
FunctionalLocationPartnerentities. 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.
-
getFunctionalLocationPartnerByKey
@Nonnull FunctionalLocationPartnerByKeyFluentHelper getFunctionalLocationPartnerByKey(String functionalLocation, String partnerFunction, String funcnlLocPartnerObjectNmbr) Deprecated.Fetch a singleFunctionalLocationPartnerentity using key fields.- Parameters:
partnerFunction- Partner FunctionConstraints: Not nullable, Maximum length: 2
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
funcnlLocPartnerObjectNmbr- Counter for differentiation 6-digitConstraints: Not nullable, Maximum length: 6
- Returns:
- A fluent helper to fetch a single
FunctionalLocationPartnerentity 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.
-
createFunctionalLocationPartner
@Nonnull FunctionalLocationPartnerCreateFluentHelper createFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Deprecated.Create a newFunctionalLocationPartnerentity and save it to the S/4HANA system.- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
FunctionalLocationPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateFunctionalLocationPartner
@Nonnull FunctionalLocationPartnerUpdateFluentHelper updateFunctionalLocationPartner(@Nonnull FunctionalLocationPartner functionalLocationPartner) Deprecated.Update an existingFunctionalLocationPartnerentity and save it to the S/4HANA system.- Parameters:
functionalLocationPartner-FunctionalLocationPartnerentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
FunctionalLocationPartnerentity. To perform execution, call theexecutemethod on the fluent helper object.
-
dismantleFunctionalLocation
@Nonnull DismantleFunctionalLocationFluentHelper dismantleFunctionalLocation(@Nonnull String functionalLocation, @Nullable LocalDateTime funcLocDismantleDate, @Nullable LocalTime funcLocDismantleTime) Deprecated.Creates a fluent helper for the DismantleFunctionalLocation OData function import.
- Parameters:
funcLocDismantleTime- Dismantle TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocDismantleTime
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
funcLocDismantleDate- Dismantle DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocDismantleDate
- Returns:
- A fluent helper object that will execute the DismantleFunctionalLocation OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
installFunctionalLocation
@Nonnull InstallFunctionalLocationFluentHelper installFunctionalLocation(@Nonnull String functionalLocation, @Nullable String superiorFunctionalLocation, @Nullable String funcLocInstallationPosNmbr, @Nullable LocalDateTime funcLocInstallationDate, @Nullable LocalTime funcLocInstallationTime) Deprecated.Creates a fluent helper for the InstallFunctionalLocation OData function import.
- Parameters:
funcLocInstallationTime- Install TimeConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationTime
superiorFunctionalLocation- Superior FunctLoc.Constraints: Nullable, Maximum length: 40
Original parameter name from the Odata EDM: SuperiorFunctionalLocation
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
funcLocInstallationPosNmbr- Position in objectConstraints: Nullable, Maximum length: 4
Original parameter name from the Odata EDM: FuncLocInstallationPosNmbr
funcLocInstallationDate- Install DateConstraints: Nullable, Precision: 0
Original parameter name from the Odata EDM: FuncLocInstallationDate
- Returns:
- A fluent helper object that will execute the InstallFunctionalLocation OData function import with
the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rsetFuncLocFromMrkdForDeletion
@Nonnull RsetFuncLocFromMrkdForDeletionFluentHelper rsetFuncLocFromMrkdForDeletion(@Nonnull String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncLocFromMrkdForDeletion OData function import.
- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the RsetFuncLocFromMrkdForDeletion OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
rsetFuncnlLocationFromInactive
@Nonnull RsetFuncnlLocationFromInactiveFluentHelper rsetFuncnlLocationFromInactive(@Nonnull String functionalLocation) Deprecated.Creates a fluent helper for the RsetFuncnlLocationFromInactive OData function import.
- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the RsetFuncnlLocationFromInactive OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setFuncLocToMarkedForDeletion
@Nonnull SetFuncLocToMarkedForDeletionFluentHelper setFuncLocToMarkedForDeletion(@Nonnull String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncLocToMarkedForDeletion OData function import.
- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the SetFuncLocToMarkedForDeletion OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-
setFuncnlLocationToInactive
@Nonnull SetFuncnlLocationToInactiveFluentHelper setFuncnlLocationToInactive(@Nonnull String functionalLocation) Deprecated.Creates a fluent helper for the SetFuncnlLocationToInactive OData function import.
- Parameters:
functionalLocation- Functional locationConstraints: Not nullable, Maximum length: 30
Original parameter name from the Odata EDM: FunctionalLocation
- Returns:
- A fluent helper object that will execute the SetFuncnlLocationToInactive OData function import
with the provided parameters. To perform execution, call the
executemethod on the fluent helper object.
-