79180409

Date: 2024-11-12 09:06:23
Score: 3
Natty:
Report link

Is the last variant also possible with structured table types? Inculding the definition of the line type inside the definition of ty_itab?

Types: BEGIN OF myTableLine,
   field1  type string,
   field2  type string,
END OF myTableLine.

TYPES: BEGIN OF ty_itab,
    pruefer    type qase-pruefer,
    zeiterstl  type qase-zeiterstl,
    myTable    type TABLE OF myTableLine WITH NON-UNIQUE DEFAULT KEY
    ty_qase2   type t_qase2.
    INCLUDE STRUCTURE s_f800komp.
TYPES:  END OF ty_itab.
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is the
  • Low reputation (1):
Posted by: leusmannh