Skip to content

bug, INSERT INITIAL #1502

@larshp

Description

@larshp
TYPES: BEGIN OF ty,
         field1 TYPE c LENGTH 10,
         field2 TYPE c LENGTH 10,
       END OF ty.
TYPES ty2 TYPE HASHED TABLE OF ty WITH UNIQUE KEY field1.
DATA tab2 TYPE ty2.
INSERT INITIAL LINE INTO TABLE tab2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions