Application Development 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: 

BOR representation in ABAP

Former Member
0 Kudos
84

Is it possible to create an ABAP class that inherits from a business object in the BOR ?

If it isn't possible, is there a way to create a business object instance in an ABAP program ?

Thank you,

Elad.

3 REPLIES 3

Former Member
0 Kudos
57

Hi ofir

I don know if there is any Class to create a BO.

But u can create a BO using the transaction SWO1(Bussines object builder).

Let me know if u have further query.

regards

vijay

0 Kudos
57

Hi Vijay,

What I wanted to do is to create an ABAP class that will inherit or represent a BO, so I could use the functionality of the BO inside ABAP programs.

Thanks,

Elad.

Former Member
0 Kudos
57

Hi,

You can have a look at the TRXN SE24 -> class browser. Here you will find all the Classes related to all the application components....

I think you can instantiate these classes and use...

Hope it helps...

Lokesh

Pls. reward appropriate points