By the end of this blog, you will be able to: Create an FPM Application on top of a BOPF business object Configure the Application initial screen Configure a main screen with header section, Item section, Text collection and Attachment section Configure the wire schema of the application The application is based on the custom […]
Category Archives: BOPF
Create Alternative Key/Validation (BOPF)
posted by Mohammad Rizwan
As a pre-requisite, Go through the blog with title Custom BOPF Business Object For the custom business object created in the blog mentioned above, I have created “Alternative key” and “Action validation” to check the uniqueness of the key. Follow the blog How to create Alternative Keys using BOBX Alternative key will be useful for us […]
Create Determination – BOPF
posted by Mohammad Rizwan
As a pre-requisite, Go through the blog with title Custom BOPF Business Object By the end of this blog, you will be able to.. Understand the concept of Determination Create “Determination” on node Understand different patterns available while creating determination A determination is an entity assigned to a node, which describes internal business logic that changes […]
Custom BOPF Business Object
posted by Mohammad Rizwan
By the end of this blog, you will be able to.. Create a business object, include a root node Create a sub node to root node Create an action on a node Implement a simple action based on the BOPF API Create a sub node as “Delegation” using dependent objects /BOBF/TEXT_COLLECTION and /BOBF/ATTACHMENT_FOLDER Test the functions of […]
Business Object Processing Framework – Introduction & Architecture
posted by Mohammad Rizwan
BOPF stands for “Business Object Processing Framework”. BOPF is an ABAP OO-based framework that provides a set of generic services and functionalities to speed up, standardize, and modularize your development. BOPF manages the entire life cycle of your business objects and covers all aspects of your business application development. Instead of expending effort for developing an […]