Ansicht
Dokumentation

Incorrect trace display at LOOP AT with APPEND <br />Tip-No.: 2330 ( INFO2330 )

Incorrect trace display at LOOP AT with APPEND
Tip-No.: 2330 ( INFO2330 )

BAL_S_LOG - Application Log: Log header data   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

Short text

Incorrect trace display at LOOP AT with APPEND
Tip-No.: 2330

Symptom

ATRA (ABAP trace) displays an incorrect evaluation with the following
program construction
LOOP AT iTab1.
APPEND iTab2. " or other table operation at iTab2
ENDLOOP

After the first run, the following entry is logged in the trace

APPEND iTab1. (instead of APPEND iTab2)

Cause

Technical problems when determining the table names from iTab2
after the first run.

Solution

None






Vendor Master (General Section)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 653 Date: 20240420 Time: 022641     sap01-206 ( 10 ms )