=> Internal tables can be declared directly as data objects using STATICS, CLASS-DATA, and DATA statement.
Internal tables in procedures can be created by using STATICS, and internal tables in classes can be created by using CLASS-DATA. The internal table data objects can be declared using DATA with all the other local objects n the program.
Internal tables in procedures can be created by using STATICS, and internal tables in classes can be created by using CLASS-DATA. The internal table data objects can be declared using DATA with all the other local objects n the program.
No comments:
Post a Comment