/BOBF/IF_FRW_CHANGE~GET_CHANGES: precise Meaning of IV_FAILED
Hi,I have tried to understand /BOBF/CL_FRW_CHANGE... . ABAP Doc says abaout parameter iv_failed:If true, the result of the method will also contain change information of modifications that have been...
View Articlesetting dynamic field control in bopf
I want to control some fields whether editable or not by setting dynamic field control.my solution as below:1. check the field whether editable or not on some logical process and return checked...
View ArticleCross-BO Aggregations/Compositions
Hello, we have BOs Alice & Bob. Alice shall contain an aggregation of multiple Bobs. Therefore we integrated Bob via an Representation-Node into Alice.Bob's ROOT has a field ALICE_KEY that links to...
View ArticleHow to use the tree UIBB (FBI Feeder class)
Hi experts, Is it possible to use the FPM_TREE_UIBB component to display a BO's nodes and subnodes as a hierarchical list? I've tried as described below:...
View ArticleProcessing mode of BOPF BO
Hello, by calling methode RETRIEVE of the BOPF service manager one can read the data of a node and also specify the processing mode via parameter IV_EDIT_MODE, domain /BOPF/CONF_EDIT_MODE. I always use...
View ArticleUsing BOPF Actions in CDS View
Dear Experts, Ic have a probelm with implementing the Business Object action in CDS View. @UI.lineItem: [ -- Standard Lineitem { position: 10 }, -- Action Lineitem { type: #FOR_ACTION, dataAction:...
View ArticleAssociations and checks
Hello, I create a root -> sub object node structure with a 1:1 association, is the association checked by the BO and I can´t create more than one sub object or do I have to program any checks to...
View ArticleBOPF - Definition in BOB(X) based on BOR object?
Hello together, as we have already a lot of (standard) Business Objects within SWO2,I wanted to know if there is a possibility to utilise this within BOPF,or do we have to define the objects from scratch?
View ArticlePlug-ins in BOPF & Usage of Transaction /BOBF/IF_TRA_PLUGIN_SERV_MGR
Hi Experts, I want to know the usage of the /BOBF/IF_TRA_PLUGIN_SERV_MGR & /BOBF/IF_TRA_PLUGIN and tables /BOBF/TRA_PI and /BOBF/TRA_PI & /BOBF/TRA_PI_ACT and how they are related. I can see...
View ArticleUnit testing BOPF operations
Dear BOPF Colleagues, I would ask do you have any correct, working implementation, or PoC how to write correct unit test for BOPF CRUD operations without calling the determination event?These CRUD...
View ArticleCardinality in BOPF Framework development
Hi All, I have some clarifications related to cardinality!! My requirement is to have 3 nodesRoot->Parent->ChildThe cardinality from ROOT to PARENT is 0..1 andThe cardinality from PARENT to CHILD...
View ArticleGet X no of rows in BOPF
Hi Experts, Is there any way to do a query to get only a certain number of rows from the DB?I have requirement wherein the user wants to have the latest X no of records that are to be displayed as a...
View ArticleHow to know flow of determination which are being called in debugging after...
Hi Mentors, I would like know what are the Determinations are being called after modification method executed in the debugging.Please suggest. Thank you. Regards,Shivajiraju.
View ArticleTransaction /BOBF/CONF_UI not available
Hi allI am trying to use BOBF and follow the tutorials Introduction to Business Object Processing Framework (BOPF)There is a sample /BOBF/DEMO_CUSTOMER, that SAP provide for demo usage and on the...
View ArticleBOBX - ddic generation fails
Moin, moin, I am using the following Settings when re-generating the ddic structures of my BO:I am getting the following error and do not know how to proceed: All data base tables are not re-generated...
View Articlehow to find parent node key in the child node determination class 'execute'...
Hi, I have implemented Determination for child node and Inside this DETERMINATION class I would like to get the data of Parent node inside the EXECUTE method. As per my understand By passing the Parent...
View ArticleBOPF usable for Customizing Tables
Hello folks, I have to build some Customizing Tables. I'm right, if I guess, that BOPF is not really useful for this? I need SM30 Views. Or have you some experience for this? Kind regardsBastian Stritt
View Article/BOFU/CL_CDO_BO_GENRICCALLBACK >> Change Documents External IDs
Hello, I have re-implemented method GET_EXTERNAL_IDS of class /BOFU/CL_CDO_BO_GENRICCALLBACK to get external IDS for the nodes of the business object in the change log.Even after implementing this,...
View ArticleRemove error messages from BOPF
Hi, I have an object that have TYPE REF TO /bobf/if_frw_message. I got all messages in this object, but I need to remove some of them before show it to user. the criteria to remove message is message...
View ArticleGetting all messages added to BOPF Object in validations
Hello, in the validation method /BOBF/IF_FRW_VALIDATION~EXECUTE the parameter EO_MESSAGE was created in our implementation by calling /BOBF/CL_FRW_FACTORY=>GET_MESSAGE(). This validation is called...
View Article