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

Business object

Former Member
0 Likes
537

Hi Everybody,

1. What is object type, Object instance, Object reference in simple words and

give some Examples.

2. why we r using parameters in business object builder

Thanks in advance.

surely rewarded.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
508

Hi Vijay,

Go throu this document

http://help.sap.com/saphelp_nw04/helpdata/en/7c/3ce39065ba11d395fe00a0c94260a5/frameset.htm

If useful reward.

Regards,

Vasanth

Hi Everybody,

1. What is object type, Object instance, Object reference in simple words and

give some Examples.

2. why we r using parameters in business object builder

Thanks in advance.

surely rewarded.

3 REPLIES 3
Read only

Former Member
0 Likes
509

Hi Vijay,

Go throu this document

http://help.sap.com/saphelp_nw04/helpdata/en/7c/3ce39065ba11d395fe00a0c94260a5/frameset.htm

If useful reward.

Regards,

Vasanth

Read only

Former Member
0 Likes
508

Hi

In SAP for every Application , a Business Object is created

For example BUS2032 is the business object for Sales order.

If you copy this to some ZBUS2032 it is called as Instance.

This is similar to Java/Oops Instance.

Object reference comes in the OOPs related ABAP program, when we create an Object refering to a class. CREATE OBJECT TYPE REF TO <Class>.

Every object will have methods, events, Key fields etc as attributes.

Regards,

Anji