开发者

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>.
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜