Note 1
Last updated
Note Version: 1 Created Date: 29 Apr 2026 Looply Version Validity: 110-120
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.
You get a Looply error when actioning, for example approving or rejecting, a standard Fiori app.
Program error.
Apply the following changes to the listed ABAP repository object.
Copy only the code inside the code blocks. Do not copy the section headings, labels, or explanatory text into the ABAP editor.
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:
APPEND ls_mess TO ct_return.Replace it with:
Change 1.2
Find block:
Replace it with:
Save, activate and transport your changes through the landscape.
Last updated
* APPEND ls_mess TO ct_return. "Note 1-- APPEND LINES OF lt_mess TO ct_return.* APPEND LINES OF lt_mess TO ct_return. "Note 1--