Azure / Azure/logicapps

Read Table with Parsing’ not available in Logic Apps SAP ERP connector

Open
#1,491 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
ABAP
Stars
424
Forks
320
Avg merge
14h 41m
Merged PRs (30d)
1

Description

### Severity

P1 - Critical (Blocking production)

### Describe the Bug with repro steps

Hello,

I’m currently building workflows in Azure Logic Apps that connect to our on-premise SAP ERP system.

In Power Automate, the SAP ERP connector includes an operation called “Read Table with Analysis” (ReadTableVersion3), which returns structured JSON output — each row is parsed into objects with field names and values (same behavior as in Power Automate).

However, in Azure Logic Apps, the only available operation seems to be “Read Table (Preview)” (ReadTableVersion2), which returns fixed-width string rows, along with FieldsMetadata and XmlResponse.

I would like to confirm:

Whether the ReadTableVersion3 / “Read Table with Analysis” operation will become available for Logic Apps.

If there is any timeline or roadmap for its availability.

Whether there is an alternative (e.g. a BAPI or other operation) that can return structured JSON output directly in Logic Apps today.

Here is an example of the difference I see:

Power Automate output (V3):

### What type of Logic App Is this happening in?

Consumption (Portal)

### Are you experiencing a regression?

_No response_

### Which operating system are you using?

Windows

### Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

### Workflow JSON

```json
Power Automate Outputs "Rows": [
{ "AEDTM": "20251013", "MASSN": "C1", "UNAME": "BIB_INTEG", "PERNR": "10002818", "BEGDA": "20251001" }
]

Logic Apps Outputs: "Rows": [
"20251013C1BIB_INTEG 1000281820251001"
],
"FieldsMetadata": [ { "Name": "AEDTM", "Offset": 0, "Length": 8, ... } ]
```

### Screenshots or Videos

_No response_

### Environment

Chrome
Versión 140.0.7339.213 (Build oficial) (arm64)

### Additional context

_No response_

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.