‎2006 May 16 9:49 AM
I want to declare internal table into global class.Please help me.
‎2006 May 16 9:52 AM
‎2006 May 16 9:55 AM
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