How do I access BOR macros from a class?
If you're used to accessing BOR objects via the macros in include <CNTN01>,
you may attempt to do this 开发者_开发技巧within the ABAP OO context as well.
Due to the strong typing restrictions of ABAP OO this is not possible.
What is the alternative?
In the "Macros" Section of your ABAP Class include the following:
include: <cntn02>,
<cntn03>.
精彩评论