Re: BOPF authority: failed to assign authorization field bo_service
solved. actvt should be list on the first position. bo_service should be second one.its position issue.
View ArticleFBI Transaction Handler Class
Hi experts, I've done some basic implementations with FPM BOPF Integration and was wondering how the standard BO CRUD operations must be implemented. So far, I based myself upon the very good...
View ArticleData not shown unless saved and refreshed
Hi, I have enhanced the BOPF and added a new node. I have configured the feeder class and enhanced UI to display a custom tab. The issue I am facing is that when I click on a button, I am...
View ArticleRe: Data not shown unless saved and refreshed
Hi Niyaz, The refresh of the UI is depending on the change notification raised by BOPF framework.The change notification are raised for nodes, and associations, and are raised per instance. there could...
View ArticleRe: FBI Transaction Handler Class
HI Bjorn, The CRUD implementation is provided by the FBI framework, and does not require any additional coding.For Create you can add a toolbar button on the list UIBB and assign it the event...
View ArticleRe: Data not shown unless saved and refreshed
Thanks Matan. If I change it to U, it results in short dump. As far what I have debugged, SAP standard has created determination and in execute method they have generated a new guid. In the validation...
View ArticleRe: FBI Transaction Handler Class
Matan Taranto wrote: If you want to create the root instance, you need to open your application in CREATE_MODE = 'C' (add it to the URL). for this to work, you must use the BOOTSTRAP feeder class to...
View ArticleRe: FBI Transaction Handler Class
Hi Matan, adding the CHANGE_MODE=C parameter indeed does te trick. Thanks a lot! KR,Bjorn
View ArticleRe: FBI Transaction Handler Class
My apologies for the typo,thnak you for the correction and update.
View ArticleRe: Data not shown unless saved and refreshed
Hi Niyaz, To be able to help further in this case, I would need more details.please describe the UI you are trying to create.which UIBBs you have included.do you have an initial screen to select the...
View ArticleRe: Data not shown unless saved and refreshed
Thanks Matan for showing interest. You can find the details in my below link. The initial issue was with wiring which was sorted. Now UI is not displaying data unless saved....
View ArticleRe: Data not shown unless saved and refreshed
Hi Niyaz, Sadly this information is not enough for me to make a guess as to what is the issue.To better know what is missing I would need to look at the actual implementation... BR,Matan.
View ArticleRe: Data not shown unless saved and refreshed
I believe the issue is because I am not passing the association, source node and source key. Let me try again and will get back to you.
View ArticleDifference between Delegated Node and BO Representation Node
Hello Fellow BOPFers, Firstly I would like to thank you all for the helpful blogs and posts in this space; it really helped a lot. I have recently started to get my hands dirty on BOPF. I have created...
View ArticleIs it very necessary to map BOPF Authorization field for BOPF Authorization
1.Is it very necessary to map authorization filed? I did not map authorization field for the BO which implement BOPF authorization check. It is successfully activated. But got error message when...
View ArticleRe: Difference between Delegated Node and BO Representation Node
Hello Kiran, a "delegated node" represents an included Dependent Object (e.g. TEXT_COLLECTION) in its host Business Object. At runtime, it is replaced by the nodes of the DO. A "representation node"...
View ArticleRe: Difference between Delegated Node and BO Representation Node
Thank you for your response David. I noticed the upon generating the BO, the framework generates associations for both TEXT_COLLECTION and CHANGE_DOCUMENT. I tested my demo BO using BOPT to create...
View Articlesystem and pakage details to practice BOPF?
Hi All, I want to learn BOPF, already i have started reading the blogs in community , But my question is where can we practice the BOPF. Currently my system is having EHP6 and can we practice in ECC...
View ArticleRe: system and pakage details to practice BOPF?
Hello Venu,BOPF is part of the BS Foundation layer (SAP_BS_FND). If this component is available, you can start. Please check also the detailed feature availability...
View ArticleRe: system and pakage details to practice BOPF?
Hi David Kopp, Thanks a lot ... Regards,Venu
View Article