Application Development and Automation 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: 
Read only

global class

Former Member
0 Likes
364

I want to declare internal table into global class.Please help me.

2 REPLIES 2
Read only

Former Member
0 Likes
328

refer...

Read only

Former Member
0 Likes
328

Hello James Bond !!

Global internal table can be declared which can accessed by other classes based on the access specifier (public,private,protected)

Step-1 Create table type(ZTABLETYPE) in SE11 which refres to the table (ZTABLE)

Step-2 in SE24, in attribute column keep itab and in assiciated type keep ZTABLETYPE

That's a way of global declaration for internal table in Global Class(SE24).

Thank you,

Susmitha