Question:
I know that subject was pose but the answer was for local class. I would like to know how to how make it in a global class. Here are the answers to give the local class.
/forums/viewtopic.php?t=111912
Thank you Pistache
Answer:
Have you tried by declaring the internal table globally? At the same level where you declare your methods/classes? May be in the same source code as where you declare your report / program?
Answer:
I do not how know how to go in the code to write it, but yes it is place or I want to make the declaration of the table type.
Answer:
In the method definition of the global class create a changing parameter and for the type put in "STANDARD TABLE"
Parm Type Typing Associated Type Description
____________________________________________
ITAB Changing Type STANDARD TABLE Output Table
_________________
If it's on your resume, you should know how to do it.