Re: Need to call standard Emp profile from custom WD application.
You simply have to use launchpad to navigate to the standard application, no need to copy the application.
View ArticleRe: Need to call standard Emp profile from custom WD application.
Hi Ranjit, Check the standard procedure to call the Employee Profile using Portal Navigation methods.You can implement the same in your customized Web Dynpro ABAP application. Thanks, Chaitanya .
View ArticleRe: Determining Edit/Display Mode from Within Freestyle Component
Thanks to all for Input.I think I found what I needed for this app....lo_fpm->mo_app_parameter->get_value(EXPORTING iv_key = 'READ_ONLY_PROFILE_WITH_DETAILS' ... FPM_EDIT_MODE was set to 'R'...
View ArticleNumeric Filter function in ATS UIBB
Hi Friends,in the ATS uibb the filter does not work for numeric values, only for character values (entries). Is this standard?Gr. Joerg
View ArticleRe: Using enhancement HRESS_PAYSLIP_BADI_DEF in HRESS_CC_LIST_PAYSLIP - ESS WDA
We are also having the same issue. By feeder class, do you mean the implementing class for the badi implementation? I added the CONSTRUCTOR, MAP_SY_TO_BAPIRET, and IS_OFFC YCLE methods to the...
View ArticleIF_FPM_GUIBB_SEARCH Result List
Hi all, The documentation for the IF_FPM_GUIBB_SEARCH interface in the Floorplan Manager Developer's Guide mentions that there are 'two alternatives when defining a result list'. One is to use the...
View ArticleDump when adding a UIBB in OVERRIDE_EVENT
Hi All, I've encountered a strange problem on our system. I want to remove and add a UIBB dynamically, based on the users input. The "new" method using the interface IF_FPM_GUIBB_DYNAMIC_CONFIG and...
View ArticleRe: Dump when adding a UIBB in OVERRIDE_EVENT
Hi Jonathan,Could you please describe your problem in detail with ST22 source code extract..Because if you are adding a UIBB in override_event method . Then it will give you io_gaf instance and you can...
View ArticleRe: IF_FPM_GUIBB_SEARCH Result List
Hi Russell,You can make use of FPM search component GUIBB "FPM_SEARCH_UIBB".Inside that you have to create 1 feeder by implementing 2 interface.IF_FPM_GUIBB_SEARCHIF_FPM_GUIBB_LIST Then it will work....
View ArticleRe: Dump when adding a UIBB in OVERRIDE_EVENT
Hi Praveen, the Dump occurs in FPM_GAF_COMPONENT and not in my class. The system wants to retrieve lr_usage from lr_comp_manager. In the retrieval the parameter instance_id is not filled. Therefore the...
View ArticleIntegrate UIBB in SAP BPM Process
Hi there,i'd like to integrate a Form UIBB into a SAP BPM Process.I created already a WD-Chip for the UIBB as described in: Creating a CHIP for a Single UIBBFor the usage of the chip in BPM i need to...
View ArticleRe: IF_FPM_GUIBB_SEARCH Result List
Thanks for the response Praveen. This is what I eventually did and it is working. But I was curious to see if I could accomplish the same thing using the Composite Search approach. Regards, Russell
View ArticleRe: Can we put Logo On FPM GAF navigation screen ?
Hello Vimal, One could always do this via enhancement but scope like adding logo, and branding including changing colour of text and what not should be best done via CSS, style sheets I believe i could...
View ArticleSharing data from FPM appln to WebDynpro Component
Hello Experts, I'm very new to FPM developments and I'm blocked in my development where I need to pass some data to the interface nodes of a web-dynpro component. Scenario: I've created a FPM...
View ArticleCalling FPM application from another FPM application
Hello Experts, I've created 2 FPM configurations, one displays the list of POs created by the user through a List UIBB and the other displays the Header and Item of the PO when selected. Scenario is...
View ArticleRe: Sharing data from FPM appln to WebDynpro Component
Hello Jitin, Have you tried using wiring? It's not only between GUIBBs, you can use for a freestyle UIBB as well, you'll just have to write some additional coding.FPM Wire Model - Floorplan Manager for...
View ArticleRe: Calling FPM application from another FPM application
Jitin, The best option in your case would be to open a new browser window with the second application and pass an URL parameter along with the document number.Then you can read the URL parameter in the...
View ArticleRe: Webdynpro - FPM Dialog box - pass data
Dear Jens, thank you for the hint. Would you please clear the fog, as far as I can see it, cl_fpm_factory=>get_instance( ) refers to cl_fpm=>get_instance( ) (NW 7.03)Are you going to shut off...
View ArticleRe: Webdynpro - FPM Dialog box - pass data
Dear Uwe, in NW 7.03 in fact it doesn't make a difference whether you call CL_FPM_FACTORY=>GET_INSTANCE() or CL_FPM=>GET_INSTANCE. However, please keep in mind that CL_FPM is not intended for...
View Article