5

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?

Sandra Rossi
  • 11,934
  • 5
  • 22
  • 48
Esti
  • 3,677
  • 8
  • 35
  • 57

1 Answers1

4

In the "Macros" Section of your ABAP Class include the following:

include: <cntn02>,
         <cntn03>.
Esti
  • 3,677
  • 8
  • 35
  • 57