SAP Service Layer (Purchases) icon

SAP Service Layer (Purchases)

Todas las entidades de Purchases de SAP Service Layer

Overview

This node integrates with the SAP Service Layer to manage various purchase-related entities, including Purchase Tax Invoices. Specifically, for the Purchase Tax Invoice - Delete operation, it allows users to delete a purchase tax invoice identified by its unique document entry number (DocEntry). This is useful in scenarios where a purchase tax invoice was created erroneously or needs to be removed from the system.

Practical examples:

  • Automatically deleting obsolete or incorrect purchase tax invoices as part of an automated workflow.
  • Cleaning up test data or correcting mistakes in purchase tax invoice records without manual intervention.

Properties

Name Meaning
DocEntry The unique identifier (document entry number) of the Purchase Tax Invoice to be deleted.

Output

The node outputs a JSON object representing the response from the SAP Service Layer API after attempting to delete the specified purchase tax invoice. Typically, this will include confirmation of deletion or error details if the operation failed.

If an error occurs during the request, the output JSON will contain an error field with the error message.

Example output on success might be an empty object or a status confirmation depending on the API response.

Dependencies

  • Requires connection to an SAP Service Layer instance.
  • Needs credentials including base URL, username, password, and company database name.
  • The node authenticates by logging into the SAP Service Layer and managing session cookies.
  • No additional external dependencies beyond the SAP Service Layer API.

Troubleshooting

  • Authentication errors: If login fails, verify that the provided credentials (username, password, company DB) are correct and that the SAP Service Layer endpoint is reachable.
  • Invalid DocEntry: If the specified DocEntry does not exist or is invalid, the API will return an error. Ensure the document entry number is correct.
  • Permission issues: The user account must have sufficient permissions to delete purchase tax invoices.
  • Network issues: Connection problems or SSL certificate issues may cause request failures; check network connectivity and SSL settings.
  • Error messages: The node returns error messages from the SAP Service Layer API in the output JSON under the error key. Use these messages to diagnose issues.

Links and References


Note: This summary focuses on the "Delete" operation for the "Purchase Tax Invoice" resource as requested.

Discussion