开发者

How do I access BOR macros from a class?

开发者 https://www.devze.com 2023-01-31 14:11 出处:网络
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.

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

精彩评论

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