Interface LegalTransactionService
- All Superinterfaces:
BatchService<LegalTransactionServiceBatch>
- All Known Implementing Classes:
DefaultLegalTransactionService
Legal Transactions are business objects that are used to manage the lifecycle of legal content. The service contains legal transactions, categories, category groups, parent categories, dates, entities, external contacts, internal contacts, linked objects, and relationships nodes. The information sent in the request as a payload, is used when creating a legal transaction, including appropriate checks for restricted values and authorizations. Once the legal transaction has been created, the legal transaction ID is sent in the response with the data included in the legal transaction. If there are any issues when the legal transaction is created, the system displays error messages in the response. Note that we support only deep create for the legal transaction node..
Reference: SAP Business Accelerator Hub
Details:
| OData Service: | API_LEGAL_TRANSACTION_SRV |
| API Version: | 1.0.0 |
| Minimum ERP Version: | 2302 |
| Communication Scenario: | Legal Transaction Integration(SAP_COM_0140), Procurement - Supplier Quotation Management Integration(SAP_COM_0760) |
| Scope Items: | SAP S/4HANA for Enterprise Contract Management(1XV), Direct Material Sourcing(4RD) |
| Authentication Methods: | x509 |
| Business Object: | Legal Transaction |
-
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 TypeMethodDescriptionDeprecated.Creates a fluent helper for the Cancel OData function import.createLegalTransaction(LegalTransaction legalTransaction) Deprecated.Create a newLegalTransactionentity and save it to the S/4HANA system.createLglTransDate(LglTransDate lglTransDate) Deprecated.Create a newLglTransDateentity and save it to the S/4HANA system.createLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Create a newLglTransEntityentity and save it to the S/4HANA system.createLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Create a newLglTransExternalContactentity and save it to the S/4HANA system.createLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Create a newLglTransInternalContactentity and save it to the S/4HANA system.createLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Create a newLglTransLinkedObjectsentity and save it to the S/4HANA system.createLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Create a newLglTransRelationshipentity and save it to the S/4HANA system.deleteLglTransDate(LglTransDate lglTransDate) Deprecated.Deletes an existingLglTransDateentity in the S/4HANA system.deleteLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Deletes an existingLglTransEntityentity in the S/4HANA system.deleteLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Deletes an existingLglTransExternalContactentity in the S/4HANA system.deleteLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Deletes an existingLglTransInternalContactentity in the S/4HANA system.deleteLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Deletes an existingLglTransLinkedObjectsentity in the S/4HANA system.deleteLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Deletes an existingLglTransRelationshipentity in the S/4HANA system.Deprecated.Fetch multipleLegalTransactionentities.Deprecated.Fetch multipleLglTransCategoryentities.Deprecated.Fetch multipleLglTransCategoryGroupentities.Deprecated.Fetch multipleLglTransDateentities.Deprecated.Fetch multipleLglTransEntityentities.Deprecated.Fetch multipleLglTransExternalContactentities.Deprecated.Fetch multipleLglTransInternalContactentities.Deprecated.Fetch multipleLglTransLinkedObjectsentities.Deprecated.Fetch multipleLglTransParentCategoryentities.Deprecated.Fetch multipleLglTransRelationshipentities.getLegalTransactionByKey(UUID legalTransactionUUID) Deprecated.Fetch a singleLegalTransactionentity using key fields.getLglTransCategoryByKey(UUID legalTransactionCategoryUUID) Deprecated.Fetch a singleLglTransCategoryentity using key fields.getLglTransCategoryGroupByKey(UUID legalTransactionCatGroupUUID) Deprecated.Fetch a singleLglTransCategoryGroupentity using key fields.getLglTransDateByKey(UUID legalTransactionDateUUID) Deprecated.Fetch a singleLglTransDateentity using key fields.getLglTransEntityByKey(UUID legalTransactionEntityUUID) Deprecated.Fetch a singleLglTransEntityentity using key fields.getLglTransExternalContactByKey(UUID legalTransactionExtCntctUUID) Deprecated.Fetch a singleLglTransExternalContactentity using key fields.getLglTransInternalContactByKey(UUID legalTransactionIntCntctUUID) Deprecated.Fetch a singleLglTransInternalContactentity using key fields.getLglTransLinkedObjectsByKey(UUID legalTransactionLinkdObjUUID) Deprecated.Fetch a singleLglTransLinkedObjectsentity using key fields.getLglTransParentCategoryByKey(UUID legalTransactionParCatUUID) Deprecated.Fetch a singleLglTransParentCategoryentity using key fields.getLglTransRelationshipByKey(UUID legalTransactionRelshpUUID) Deprecated.Fetch a singleLglTransRelationshipentity using key fields.Deprecated.Creates a fluent helper for the Terminate OData function import.updateLegalTransaction(LegalTransaction legalTransaction) Deprecated.Update an existingLegalTransactionentity and save it to the S/4HANA system.updateLglTransDate(LglTransDate lglTransDate) Deprecated.Update an existingLglTransDateentity and save it to the S/4HANA system.updateLglTransEntity(LglTransEntity lglTransEntity) Deprecated.Update an existingLglTransEntityentity and save it to the S/4HANA system.updateLglTransExternalContact(LglTransExternalContact lglTransExternalContact) Deprecated.Update an existingLglTransExternalContactentity and save it to the S/4HANA system.updateLglTransInternalContact(LglTransInternalContact lglTransInternalContact) Deprecated.Update an existingLglTransInternalContactentity and save it to the S/4HANA system.updateLglTransLinkedObjects(LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Update an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.updateLglTransRelationship(LglTransRelationship lglTransRelationship) Deprecated.Update an existingLglTransRelationshipentity 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.
-
getAllLegalTransaction
Deprecated.Fetch multipleLegalTransactionentities.- Returns:
- A fluent helper to fetch multiple
LegalTransactionentities. 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.
-
getLegalTransactionByKey
Deprecated.Fetch a singleLegalTransactionentity using key fields.- Parameters:
legalTransactionUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LegalTransactionentity 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.
-
createLegalTransaction
@Nonnull LegalTransactionCreateFluentHelper createLegalTransaction(@Nonnull LegalTransaction legalTransaction) Deprecated.Create a newLegalTransactionentity and save it to the S/4HANA system.- Parameters:
legalTransaction-LegalTransactionentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LegalTransactionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLegalTransaction
@Nonnull LegalTransactionUpdateFluentHelper updateLegalTransaction(@Nonnull LegalTransaction legalTransaction) Deprecated.Update an existingLegalTransactionentity and save it to the S/4HANA system.- Parameters:
legalTransaction-LegalTransactionentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LegalTransactionentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransCategory
Deprecated.Fetch multipleLglTransCategoryentities.- Returns:
- A fluent helper to fetch multiple
LglTransCategoryentities. 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.
-
getLglTransCategoryByKey
@Nonnull LglTransCategoryByKeyFluentHelper getLglTransCategoryByKey(UUID legalTransactionCategoryUUID) Deprecated.Fetch a singleLglTransCategoryentity using key fields.- Parameters:
legalTransactionCategoryUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransCategoryentity 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.
-
getAllLglTransCategoryGroup
Deprecated.Fetch multipleLglTransCategoryGroupentities.- Returns:
- A fluent helper to fetch multiple
LglTransCategoryGroupentities. 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.
-
getLglTransCategoryGroupByKey
@Nonnull LglTransCategoryGroupByKeyFluentHelper getLglTransCategoryGroupByKey(UUID legalTransactionCatGroupUUID) Deprecated.Fetch a singleLglTransCategoryGroupentity using key fields.- Parameters:
legalTransactionCatGroupUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransCategoryGroupentity 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.
-
getAllLglTransDate
Deprecated.Fetch multipleLglTransDateentities.- Returns:
- A fluent helper to fetch multiple
LglTransDateentities. 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.
-
getLglTransDateByKey
Deprecated.Fetch a singleLglTransDateentity using key fields.- Parameters:
legalTransactionDateUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransDateentity 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.
-
createLglTransDate
Deprecated.Create a newLglTransDateentity and save it to the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransDate
Deprecated.Update an existingLglTransDateentity and save it to the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransDate
Deprecated.Deletes an existingLglTransDateentity in the S/4HANA system.- Parameters:
lglTransDate-LglTransDateentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransDateentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransEntity
Deprecated.Fetch multipleLglTransEntityentities.- Returns:
- A fluent helper to fetch multiple
LglTransEntityentities. 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.
-
getLglTransEntityByKey
Deprecated.Fetch a singleLglTransEntityentity using key fields.- Parameters:
legalTransactionEntityUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransEntityentity 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.
-
createLglTransEntity
@Nonnull LglTransEntityCreateFluentHelper createLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Create a newLglTransEntityentity and save it to the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransEntity
@Nonnull LglTransEntityUpdateFluentHelper updateLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Update an existingLglTransEntityentity and save it to the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransEntity
@Nonnull LglTransEntityDeleteFluentHelper deleteLglTransEntity(@Nonnull LglTransEntity lglTransEntity) Deprecated.Deletes an existingLglTransEntityentity in the S/4HANA system.- Parameters:
lglTransEntity-LglTransEntityentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransEntityentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransExternalContact
Deprecated.Fetch multipleLglTransExternalContactentities.- Returns:
- A fluent helper to fetch multiple
LglTransExternalContactentities. 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.
-
getLglTransExternalContactByKey
@Nonnull LglTransExternalContactByKeyFluentHelper getLglTransExternalContactByKey(UUID legalTransactionExtCntctUUID) Deprecated.Fetch a singleLglTransExternalContactentity using key fields.- Parameters:
legalTransactionExtCntctUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransExternalContactentity 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.
-
createLglTransExternalContact
@Nonnull LglTransExternalContactCreateFluentHelper createLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Create a newLglTransExternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransExternalContact
@Nonnull LglTransExternalContactUpdateFluentHelper updateLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Update an existingLglTransExternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransExternalContact
@Nonnull LglTransExternalContactDeleteFluentHelper deleteLglTransExternalContact(@Nonnull LglTransExternalContact lglTransExternalContact) Deprecated.Deletes an existingLglTransExternalContactentity in the S/4HANA system.- Parameters:
lglTransExternalContact-LglTransExternalContactentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransExternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransInternalContact
Deprecated.Fetch multipleLglTransInternalContactentities.- Returns:
- A fluent helper to fetch multiple
LglTransInternalContactentities. 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.
-
getLglTransInternalContactByKey
@Nonnull LglTransInternalContactByKeyFluentHelper getLglTransInternalContactByKey(UUID legalTransactionIntCntctUUID) Deprecated.Fetch a singleLglTransInternalContactentity using key fields.- Parameters:
legalTransactionIntCntctUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransInternalContactentity 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.
-
createLglTransInternalContact
@Nonnull LglTransInternalContactCreateFluentHelper createLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Create a newLglTransInternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransInternalContact
@Nonnull LglTransInternalContactUpdateFluentHelper updateLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Update an existingLglTransInternalContactentity and save it to the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransInternalContact
@Nonnull LglTransInternalContactDeleteFluentHelper deleteLglTransInternalContact(@Nonnull LglTransInternalContact lglTransInternalContact) Deprecated.Deletes an existingLglTransInternalContactentity in the S/4HANA system.- Parameters:
lglTransInternalContact-LglTransInternalContactentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransInternalContactentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransLinkedObjects
Deprecated.Fetch multipleLglTransLinkedObjectsentities.- Returns:
- A fluent helper to fetch multiple
LglTransLinkedObjectsentities. 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.
-
getLglTransLinkedObjectsByKey
@Nonnull LglTransLinkedObjectsByKeyFluentHelper getLglTransLinkedObjectsByKey(UUID legalTransactionLinkdObjUUID) Deprecated.Fetch a singleLglTransLinkedObjectsentity using key fields.- Parameters:
legalTransactionLinkdObjUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransLinkedObjectsentity 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.
-
createLglTransLinkedObjects
@Nonnull LglTransLinkedObjectsCreateFluentHelper createLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Create a newLglTransLinkedObjectsentity and save it to the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransLinkedObjects
@Nonnull LglTransLinkedObjectsUpdateFluentHelper updateLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Update an existingLglTransLinkedObjectsentity and save it to the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransLinkedObjects
@Nonnull LglTransLinkedObjectsDeleteFluentHelper deleteLglTransLinkedObjects(@Nonnull LglTransLinkedObjects lglTransLinkedObjects) Deprecated.Deletes an existingLglTransLinkedObjectsentity in the S/4HANA system.- Parameters:
lglTransLinkedObjects-LglTransLinkedObjectsentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransLinkedObjectsentity. To perform execution, call theexecutemethod on the fluent helper object.
-
getAllLglTransParentCategory
Deprecated.Fetch multipleLglTransParentCategoryentities.- Returns:
- A fluent helper to fetch multiple
LglTransParentCategoryentities. 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.
-
getLglTransParentCategoryByKey
@Nonnull LglTransParentCategoryByKeyFluentHelper getLglTransParentCategoryByKey(UUID legalTransactionParCatUUID) Deprecated.Fetch a singleLglTransParentCategoryentity using key fields.- Parameters:
legalTransactionParCatUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransParentCategoryentity 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.
-
getAllLglTransRelationship
Deprecated.Fetch multipleLglTransRelationshipentities.- Returns:
- A fluent helper to fetch multiple
LglTransRelationshipentities. 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.
-
getLglTransRelationshipByKey
@Nonnull LglTransRelationshipByKeyFluentHelper getLglTransRelationshipByKey(UUID legalTransactionRelshpUUID) Deprecated.Fetch a singleLglTransRelationshipentity using key fields.- Parameters:
legalTransactionRelshpUUID- Universal Unique IdentifierConstraints: Not nullable
- Returns:
- A fluent helper to fetch a single
LglTransRelationshipentity 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.
-
createLglTransRelationship
@Nonnull LglTransRelationshipCreateFluentHelper createLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Create a newLglTransRelationshipentity and save it to the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be created in the S/4HANA system.- Returns:
- A fluent helper to create a new
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
updateLglTransRelationship
@Nonnull LglTransRelationshipUpdateFluentHelper updateLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Update an existingLglTransRelationshipentity and save it to the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be updated in the S/4HANA system.- Returns:
- A fluent helper to update an existing
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
deleteLglTransRelationship
@Nonnull LglTransRelationshipDeleteFluentHelper deleteLglTransRelationship(@Nonnull LglTransRelationship lglTransRelationship) Deprecated.Deletes an existingLglTransRelationshipentity in the S/4HANA system.- Parameters:
lglTransRelationship-LglTransRelationshipentity object that will be deleted in the S/4HANA system.- Returns:
- A fluent helper to delete an existing
LglTransRelationshipentity. To perform execution, call theexecutemethod on the fluent helper object.
-
cancel
Deprecated.Creates a fluent helper for the Cancel OData function import.
- Parameters:
legalTransactionUUID- Universal Unique IDConstraints: none
Original parameter name from the Odata EDM: LegalTransactionUUID
- Returns:
- A fluent helper object that will execute the Cancel OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-
terminate
Deprecated.Creates a fluent helper for the Terminate OData function import.
- Parameters:
legalTransactionUUID- Universal Unique IDConstraints: none
Original parameter name from the Odata EDM: LegalTransactionUUID
- Returns:
- A fluent helper object that will execute the Terminate OData function import with the provided
parameters. To perform execution, call the
executemethod on the fluent helper object.
-