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: 

what is BOR?.

Former Member
0 Kudos

Hi,

Let me know what is BOR (Business Object Repository).

BestRegards,

Mahesh.

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos

Business Object Repository is the repository where business objects are stored.for eg, ur BAPIs,

Cheers,

Abdul

Mark all useful answers..

7 REPLIES 7

Former Member
0 Kudos

HI,

The Business Object Repository (BOR) is the object-oriented repository in the R/3 System. It contains the SAP business object types and SAP interface types as well as their components, such as methods, attributes and events

Refer the Below link, you will know about the BOR

http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8534ac011d1894e0000e829fbbd/content.htm

Thanks

Sudheer

abdul_hakim
Active Contributor
0 Kudos

Business Object Repository is the repository where business objects are stored.for eg, ur BAPIs,

Cheers,

Abdul

Mark all useful answers..

0 Kudos

This is really a documentation tool for business objects, which shows you the collect of methods under the object which in a lot of cases is just a BAPI. You can get to this via SE84, under business engineering.

http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8534ac011d1894e0000e829fbbd/content.htm

Regards,

Rich Heilman

Former Member
0 Kudos

mahesh koya,

Its more use to edit objects for workflow. look for workflow in sap help.

Best regards,

Alexandre

Former Member
0 Kudos

Hi mahesh

The tcode for BOR or business object repository is SWO1.

http://help.sap.com/saphelp_nw04/helpdata/en/5a/ccb4c8808311d396b40004ac96334b/content.htm

Well Plese check the link given below it will help you a lot.

http://www.sapgenie.com/abap/bor.htm

Please reward if it helps.

vinod_gunaware2
Active Contributor
0 Kudos

<b>BOR</b>

<b>Definition</b>

The Business Object Repository (BOR) is the object-oriented repository in the R/3 System. It contains the SAP business object types and SAP interface types as well as their components, such as methods, attributes and events.

BAPIs are defined as methods of SAP business object types (or SAP interface types) in the BOR. Thus defined, the BAPIs become standard with full stability guarantees as regards their content and interface.

For general information on creating business objects see the documentation on SAP Business Workflow.

<b>Use</b>

The BOR has the following functions for SAP business object types and their BAPIs:

Provides an object oriented view of R/3 System data and processes.

R/3 application functions are accessed using methods (BAPIs) of SAP Business Objects. Implementation information is encapsulated; only the interface functionality of the method is visible to the user.

Arranges the various interfaces in accordance with the component hierarchy, enabling functions to be searched and retrieved quickly and simply.

This finds the functionality searched for quickly and simply.

Manages BAPIs in release updates.

BAPI interface enhancements made by adding parameters are recorded in the BOR. Previous interface versions can thus be reconstructed at any time. When a BAPI is created the release version of the new BAPI is recorded in the BOR. The same applies when any interface parameter is created.

The version control of the function module that a BAPI is based on is managed in the Function Builder.

Ensures interface stability.

Any interface changes that are carried out in the BOR, are automatically checked for syntax compatibility against the associated development objects in the ABAP Dictionary.

<b>Integration</b>

A BAPI is implemented as a function module, that is stored and described in the Function Builder. You should only define a BAPI as a method of an SAP business object type in the BOR, if the function module that the BAPI is based on has been fully implemented.

http://help.sap.com/saphelp_46c/helpdata/en/a5/3ec8534ac011d1894e0000e829fbbd/content.htm

www.sapgenie.com/abap/bor.htm

help.sap.com/saphelp_nw04/helpdata/ en/5a/ccb4c8808311d396b40004ac96334b/content.htm

regards

vinod

Former Member