Associations 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 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 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 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 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 ArticleTechEd 2013: Agile custom development with BOPF
I was honored to be invited as speaker at TechEd 2013 in Amsterdam.While I was overwhelmed by the number of attendants and positive acclaim, but the slides never got published.Now that Netweaver 7.50,...
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 ArticleIntroduction to Business Object Processing Framework (BOPF)
Wouldn't you like to streamline and simplify the development process for your business applications? Then you should get to know more about BOPF, our infrastructure for developing business objects that...
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 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 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 ArticleCreate OData service from BOPF object in ABAP 7.50
Hello All, In ABAP < 7.50 we could create an Odata service through GBI.In SEGW > Data Model > Context Menu : Redefine > BOPF Service This option is not available in 7.50 so what are the...
View ArticleEHSM tables to create a sample Hana-Live view
Using EHSM tables to create a sample Hana-Live view, as there are no standard delivered views for EHSM. Now some of the fields/attributes in the BOPF that are transient in nature are not stored in the...
View ArticleBOPF Transient Attributes
I have one question though that I am not able to figure out; probably I can get some thoughtful insights. In regards to BOPF, SAP provided transient attributes don’t get persisted to the database...
View Article