abaplint: t001w (unknown_types)
Issue:
./src/ecc/#jcs#ckml.fugr.#jcs#lckmltop.abap[11, 9] - t001w (unknown_types)
Source:
Not reproducible in playground. Dependency Repo contains table.
Similar issue:
./src/ecc/#jcs#bdc_erp.fugr.#jcs#lbcf90.abap[103, 35] - msgtype (unknown_types)
Source:
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 15 (7 by maintainers)
Commits related to this issue
- add sy-msgty, partial #1135 — committed to abaplint/abaplint by larshp 4 years ago
- 2.38.17, dashes in names, fixes (#1142) * findDirectTokenByText, case insensitive, #1131 * add sy-msgty, partial #1135 * ignore case for headerline, #1132 * Update index.adoc * allow dash... — committed to abaplint/abaplint by larshp 4 years ago
- View, ignore star fields, #1135 — committed to abaplint/abaplint by larshp 4 years ago
- better error messages for unknown_types, #1135 — committed to abaplint/abaplint by larshp 4 years ago
- 2.39.4, ignore star, sy-lilli, switch body, unknown_types error messages (#1171) * View, ignore star fields, #1135 * add sy-lilli, #1170 * add nmin and nmax builtins * better error messages ... — committed to abaplint/abaplint by larshp 4 years ago
- TABL, handle APPENDs, #1135 — committed to abaplint/abaplint by larshp 4 years ago
- 2.39.5, fix for APPEND in TABLs (#1173) * TABL, handle APPENDs, #1135 * 2.39.5 — committed to abaplint/abaplint by larshp 4 years ago
COAS releated issues are gone.
the new error message produced this:
Something goes wrong with the type assesment. The first error is from this code:
there is no BSEG there (tpit references are from a type-pool).
The 2nd is a table with includes and appends. The 3rd is a structure with appends The 4th is a structure with includes and appends