You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYPES: BEGIN OF ty,
field1 TYPE cLENGTH10,
field2 TYPE cLENGTH10,
END OF ty.
TYPES ty2 TYPE HASHED TABLE OF ty WITH UNIQUE KEY field1.
DATA tab2 TYPE ty2.
INSERTINITIAL LINEINTO TABLE tab2.