mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
9 lines
297 B
ABAP
9 lines
297 B
ABAP
*"* local class implementation for public class
|
|
*"* use this source file for the implementation part of
|
|
*"* local helper classes
|
|
|
|
TYPES: BEGIN OF t_objecttable,
|
|
classname TYPE string,
|
|
object TYPE ko100-object,
|
|
text TYPE ko100-text,
|
|
END OF t_objecttable. |