Wie können wir Ihnen helfen?
< Zurück
Drucken

Quick settings – Show intermediate results

If a node is executed several times due to its dependency on another node, the individual results are not displayed. If this button is activated, the intermediate results are displayed in the User interface – Results area. The display is similar to the EmbedQuery filter.

 

Example:

--- !SapQuery
Id: Head
Select: EKKO~EBELN
From: EKKO
QueryLimit: 2
ResultMapping:
  - EKKO~EBELN~Beleg
 
--- !SapQuery
Id: Positions
DependsOn: Head
Select: EBELP TXZ01 MENGE
From: EKPO
Where: EBELN = '${Beleg}'
ResultMapping:
  - EKPO~EBELP~Position
  - EKPO~TXZ01~Kurztext
  - EKPO~MENGE~Menge

Inhaltsverzeichnis