Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

class vs bapi business object type

Former Member
0 Likes
365

hi,

BOR which developed in SWO1 is object oriented whereas class developed in se24 also object oriented.

may i know why there is a difference? business object type created in swo1 cannot open in se24 and vice versa.

thanks

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
313

BOR is more of documentation of the business objects, which in most cases, the methods of those objects are tied to BAPIs. Classes are actual program code used by the ABAP runtime.

Regards,

RIch Heilman