abapGit/zsaplink.clas.locals_imp.abap
2016-02-12 17:51:32 +00:00

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.