Skip to Content
0
Former Member
May 29, 2008 at 12:54 PM

data declaration of internal table

21 Views

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