# Note 1

**Note Version:** 1\
**Created Date:** 29 Apr 2026\
**Looply Version Validity:** 110-120

{% hint style="info" %}
This correction note contains manual changes for a Looply ABAP repository object. Apply the changes in the sequence shown, then save, activate, and transport the affected object.
{% endhint %}

### Symptoms

You get a Looply error when actioning, for example approving or rejecting, a standard Fiori app.

### Cause and Pre-Requisites

Program error.

### Solution

Apply the following changes to the listed ABAP repository object.

{% hint style="warning" %}
Copy only the code inside the code blocks. Do not copy the section headings, labels, or explanatory text into the ABAP editor.
{% endhint %}

#### Object 1: Method /LOOPLY/BADI\_INBOX\_UPDT=>/IWWRK/IF\_WF\_WI\_BEFORE\_UPD\_IB\~BEFORE\_UPDATE

**Object Type:** Class Method\
**Object Name:** /LOOPLY/BADI\_INBOX\_UPDT\
**Method:** /IWWRK/IF\_WF\_WI\_BEFORE\_UPD\_IB\~BEFORE\_UPDATE\
**Transaction:** SE24

**Change 1.1**

Find block:

```abap
  APPEND ls_mess TO ct_return.
```

Replace it with:

```abap
*  APPEND ls_mess TO ct_return.                   "Note 1--
```

**Change 1.2**

Find block:

```abap
  APPEND LINES OF lt_mess TO ct_return.
```

Replace it with:

```abap
*  APPEND LINES OF lt_mess TO ct_return.          "Note 1--
```

### Final Steps

Save, activate and transport your changes through the landscape.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.looply.ai/integrations/sap-integration/correction-notes/note-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
