Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Alias name to Ztable

Former Member
0 Kudos

Hi,

Is there any way I can assign a Alias name to Ztable.

Like Ztest to Z_Load_Test. I want use the same structure as Ztest for Z_Load_Test. Just the name Change?

Thanks,

Mili C-

1 ACCEPTED SOLUTION

Former Member
0 Kudos

You can give,

Z_Load_Test type standard table of ztest.

Regards,

Midhun Abraham

2 REPLIES 2

Former Member
0 Kudos

You can give,

Z_Load_Test type standard table of ztest.

Regards,

Midhun Abraham

Former Member
0 Kudos

You can create a local type for this table and use it as an alias.

TYPES: table alias type tablename.