Hi,
i want to understand some part of code. i have a structure, aaa based on which an internal table is created as given below
DATA *xaaa TYPE HASHED TABLE OF aaa WITH HEADER LINE.
what does the * mean before xaaa ?
also if i need another such internal table can i just say
Data *yaaa LIKE *xaaa.
will this work ?
thaanks