Re: Get BO key for Object
Hi Bjorn, Thanks for instructions, I couldn't able to find constant interface in BO, screenshot is attached. Regardsgoudham
View ArticleRe: Get BO key for Object
Hi, When double clicking the top node, '/IAM/ACTIVITY', it should be under tab 'Business Object'.My system does not have '/IAM/ACTIVITY', so the screenshot is for demo_customer: Kind regards,Bjorn
View ArticleData not shown in UI
Hello , We have created a application on BOPF using the customer feeder class inherited from the super class /BOFU/CL_FBI_GUIBB_LIST. Where in Get data we have copied all the code part from the super...
View ArticleFBI-BOPF: controlling the properties of a button (action)
Hello,I'm trying to understand the FPM-FBI-BOPF workings of the BO example /BOFU/DEMO_CUSTOMER:WD application /BOFU/DEMO_SAMPLE_CUSTOMERFPM_OIF_COMPONENT with WD CompConfig...
View ArticleRe: FBI-BOPF: controlling the properties of a button (action)
Hi Ulli, I think this is because of the action's setting for 'Change mode': Action archivability will only be enabled in Write / edit mode: Kind regards,Bjorn
View ArticleRe: FBI-BOPF: controlling the properties of a button (action)
Hi Bjorn, thanks, that's indeed the cause of the observed behavior. I was working on a 7.31 SP13 system and it doesn't show the "change mode" option. I checked it on a 7.40 system and it's as you've...
View ArticleRe: Data not shown in UI
HI Partha, In general it is recomended to extend the FBI feeder classes only in rare cases where there is no other alternatives. The better way to extened the feeder class with application specific...
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hi, This should work using the service manager's "retrieve_by_association" method. Part 3 of blog "Navigating the BOPF" provides a nice example: Navigating the BOPF: Part 3 - Working with the BOPF API...
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Thanks for reply ,but i want to achieve this through Association binding (modelling parent key )
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hmm, I'm not sure if this is possible without some additional coding. The association types supported by modeling are:- Composition- Specialization and reverse- Foreign key and reverse- To parent /...
View ArticleRe: How to Create modelled Association between 2 child node using Parent key?
Hello LK,you can't use association binding here. For instance, Foreign Key relationships are bound against KEY values.But you can implement your association class "resolve" method.Best regardsTilmann
View ArticleRe: Can I use BOPF for extra high volume data?
Hi Sunil,We are also in a process of loading the data for FPM UI through BOPF, data volume is not as huge as yours, we are also new to BOPF framework, could you please help us by letting me know the...
View ArticleRe: Data not shown in UI
Hello Matan, This application is already developed and we are using the Feeder, FBI View as well as the controller class for diffferent requirement.This application was working fine in EHP6 and now it...
View ArticleRe: Data not shown in UI
Hi Partha, It is hard to make a guess from that information.I tryed to reproduce this in the BOFU demo application, but was not able to. If you put a break point in...
View ArticleCan I reuse PCBO Object?
Hi Experts, I want to build a solution on top of BOPF along with the capabilities of BOPF framework. In this regard I have developed a custom Business Object. Now I would like to integrate...
View ArticleAdobe Form INtegration With FBI Views?
Hi Experts, I know how to embed adobe forms into a FPM application using free UIBB. However, I am keen to understand that is it possible to embed adobe form in FBI views. ThanksPavan
View ArticleRe: Adobe Form INtegration With FBI Views?
Hi Pavan, It is possible by creating a configuration based on WD component /BOFU/WDC_FBI_PDF_VIEW.you have an option in the configuration to select BO & Node, or FBI view as the data source. BR,Matan.
View ArticleRe: Adobe Form INtegration With FBI Views?
Hi, Thanks for the information, So this is what I understand, 1. Create a configuration for this component.2. Choose either of them as data source to PDF.3. Include this configuration as Free style...
View Article