This is a test message to test the length of the message box.
Login
ABAP BOPF structure
Created by Software-Heroes

ABAP - BOPF structure

539

How is a business object constructed and structured, what can you do on one node and how does it influence the whole model? We clarify this in this article.



When defining the structure of the business object, some minor points should be noted, but they are very important for the object to work. In today's article, we want to go into the structure and the way it works and what the object brings with it.

 

Structure

The structure of the object always begins with a root node. This node is the central component, the header data, of the business object. We will create a data model in the next series. There can be only one root node in the entire model, as it has to be unique.

 

All other nodes below the root are referred to as subnodes and are connected via relationshipsto the respective top node. In addition to this relationship, there is always a connection to the root node, no matter how deep you are in the hierarchy.

 

Data model

The data model has the contract as the root node. There are the relevant headers and simple relationships to data such as creator, partner, name and contract ID for example. Under the contract, the terms of the contract, so what is the signatory, the individual partners or parties that conclude the contract and certain rules to be observed. Under the conditions, there is also other data, such as notes and price ranges, which may be related to the terms.

 

The structure and composition of the individual nodes, we will introduce to you in one of the coming article and jointly create the structures and databases.

 

Functions

In the following picture, which comes from transaction BOB, all actions and possibilities on a node in the BOPF are displayed in a compact way. All these actions are needed to be able to work well with your model and to get the best out of it. One or more nodes belong to a business object.

 

Explanation:

  • Attribute - Each node has different attributes, structures, tables
  • Association - There are defined relationships to top nodes or subnodes in the tree
  • Query - A defined interface for retrieving data from the model
  • Action - Performs an action on the model. This is usually associated with changes to the data
  • Determination - Are passive data collection, read routines and additions to the data in the model
  • Validation - Checking the data for consistency and completeness for various defined actions

 

Conclusion

If you want to master BOPF, you need some knowledge and a safe handling of the ABAP tools. Furthermore, you should be familiar with ABAP OO and some design patterns. But do not worry, we will show this to you step by step.


Included topics:
BOPFStructureModel
Comments (0)



And further ...

Are you satisfied with the content of the article? We post new content in the ABAP area every Friday and irregularly in all other areas. Take a look at our tools and apps, we provide them free of charge.


ABAP - BOPF Quick Guide (Update)

Category - ABAP

A little update to our book that we published. For all people who find the paperless office boring.

10/23/2020

ABAP - BOPF Quick Guide

Category - ABAP

You need a quick introduction to the SAP Business Object Processing Framework (BOPF), we have the right guide for you here.

09/11/2020

ABAP - BOPF Eclipse

Category - ABAP

Can you also develop BOPF in Eclipse? Here we show you how well the search and navigation works in the system.

03/20/2020

ABAP - BOPF Performance

Category - ABAP

What about the performance when accessing BOPF? We want to investigate this question today.

03/13/2020

ABAP - BOPF Helper methods

Category - ABAP

The framework provides you with various methods and objects that are intended to simplify use.

02/21/2020