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

BOR and Classes

Former Member
0 Likes
367

Hi,

What could be the differences between Classes And BOR (Business Object Repository objects)

Regards

Chandralekha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
345

Hi Chandralekha,

Classes(Local/Global) cannot be accessed by Non sap applications but business objects can be accessed by Non sap application.

Thanks,

Naveen Kumar.

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
345

Hello

Business objects have nothing in common with ABAP-OO objects. It is just a semantic definition.

The so-called methods of business objects are realized by BAPIs (i.e. RFC-enabled function modules).

Example:

BUS2012 = Purchase order

"Method" CreateFromData1 => BAPI_PO_CREATE1

True class: CL_PO_HEADER_HANDLE_MM (used within BAPI_PO_CREATE1)

Regards

Uwe

Read only

Former Member
0 Likes
346

Hi Chandralekha,

Classes(Local/Global) cannot be accessed by Non sap applications but business objects can be accessed by Non sap application.

Thanks,

Naveen Kumar.