abaplint: t001w (unknown_types)

Issue: ./src/ecc/#jcs#ckml.fugr.#jcs#lckmltop.abap[11, 9] - t001w (unknown_types)

Source: image

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: image

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 15 (7 by maintainers)

Commits related to this issue

Most upvoted comments

COAS releated issues are gone.

the new error message produced this:

./src/ecc/#jcs#bdc_erp.fugr.#jcs#lbdc_erptop.abap[7, 12]                 - Type of "fb02_rec" contains unknown: Table BSEG, todo, group named INCLUDE (unknown_types)
./src/ecc/#jcs#ckml.fugr.#jcs#lckmltop.abap[11, 9]                       - Type of "t001w" contains unknown: Table T001W, todo, group named INCLUDE (unknown_types)
./src/ecc/#jcs#co_internal_order_balance.prog.abap[11, 21]               - Type of "ionra" contains unknown: Table IONRA, todo, group named INCLUDE (unknown_types)
./src/ecc/#jcs#fi_copa_bdc_fields.prog.abap[15, 6]                       - Type of "in_cobl" contains unknown: Table COBL, todo, group named INCLUDE (unknown_types)

Something goes wrong with the type assesment. The first error is from this code: image

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