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

objects

Former Member
0 Likes
453

hi

please let me know the meanings and differences between

OBJECTS and BUSINESS OBJECTS

thank you in advance

<removed by moderator>

Edited by: Mike Pokraka on Oct 14, 2008 1:20 PM

2 REPLIES 2
Read only

Former Member
0 Likes
428

Hi,

Check this link for Business Object description and its attributes-

http://help.sap.com/saphelp_46c/helpdata/en/59/ae4484488f11d189490000e829fbbd/frameset.htm

then regarding objects:

all the components developed in SAP are treated as objects... When you take OOPs it is an instance of the class...

Read only

narin_nandivada3
Active Contributor
0 Likes
428

Hi Vinod,

ABAP OBJECTS are the instances of the class. They are used to carry out the functionalities of the class

like calling the methods of a particular class.

For further reference regarding objects please go through this link.

To know why the ABAP Objects are used check this PDF --> [Why Use ABAP OBJECTS|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-03/why%20use%20abap%20objects]

Business objects are developed for Workflows initially, later they are used for many purposes. Business

Objects carry out the Business process that has to be done using some functionality which can include

classes as well as Function modules as methods.

For further information regarding BO please check this thread

Hope this would help you.

Good luck

Narin