Quantcast
Channel: SCN : Popular Discussions - Floorplan Manager for Web Dynpro ABAP
Viewing all 1726 articles
Browse latest View live

Navigation for a list cell to a detailed view

$
0
0

Hi experts,

 

This could be a basic question.

I have created a LIST GUIBB which displays Purchase Orders. I have made the EBELN column as 'Link to Action' in the configuration.

Now what are the necessary steps that I need to do in order to navigate to a detailed page which can display the details of the Purchase order?

Right now, I am hiding the current List UIBB and replacing it with a Form UIBB with the details( By adjusting the Hidden property in the application controller in the OVERRIDE_EVENT_* method. This is an OVP Floor plan. Do we have some plug concepts like how it is there in Webdynpro to navigate to a second view? My second Page/ view is in the same application. I have read some instructions for external application. I am not sure whether it is applicable in my case.

 

 

Thanks,

Ajith Cheruvally


Open a popup on standard FPM buttons - FPM dialog box

$
0
0

Hi gurus,

 

a "simple" requirement: I have to open a confirmation popup ("Are you sure?" with yes/no buttons) on some FPM buttons for a standard application (view/edit of an RFx).

I've seen that FPM Dialog Boxes are often suggested as solution that meets my desiderata, but I have some doubts.

First of all: following this tutorial:

http://scn.sap.com/docs/DOC-2322

 

I created an enhancement over the proper configuration for FPM_OIF_COMPONENT, in which i created a Dialog Box referring to a custom (and empty, for now) WD Component.

 

The problem is: how to associate this Dialog box to existing, standard FPM buttons?

 

In the tutorial a custom button has been created and an FPM Event ID called "FPM_OPEN_DIALOG" has been set for this button; as parameter, an entry with:
Parameter name: DIALOG_BOX_ID

value: <mycustomDialogBoxID>

has been created.

 

The problem is that each standard FPM button has its own FPM Event ID, so the first question is: should I override that event with FPM_OPEN_DIALOG?

And then, how can the Dialog Box know what's the correct FPM Event ID that should be triggered by the pressure of the OK button?

 

Could anyone suggest me the best approach to this task? I'm kinda confused, I guess there should be a kind of parameter's passing system, probably my custom WD Component which is used as UIBB for the popup has to implement a specific interface.

 

Any help will be appreciated, thanks

FPM interview Question

$
0
0

Hi,

 

I want set of  important  of webdynpro FPM. so Please send me as well as soon !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

FPM header for WebDynpro

$
0
0

Hi Guys,

               I am using same WebDynpro application for 2 iViews. A parameter passed to the iView determine the which type it is.

I need to keep the Header of the WebDynpro on the iView depends on the parameter passed.

 

Wondering is there any way I can control this in FPM IDR config or I have to add some code to achieve this..?

 

Thanks

Sam

FPM Tutorials for 7.02 available now!

Make Visible FPM Toolbar Button(Add->'Other bank') on Bank Data Delete

$
0
0

Hi Experts,

 

I have implemented the requirement to restrict a user's other bank data to 2.

 

I have used the feeder class (CL_HRESS_PER_OVERVIEW) IF_FPM_GUIBB_LIST~GET_DATA method to implement the same.

 

But When I delete the bank data the get data method is not getting called.

 

I read that the visibility of FPM toolbar in ESS can only controlled by that method.

 

So during delete how can I make it visible.

 

The method is called on toggle the toolbar tray. If it is not possible to make visible the FPM Toolbar is it possible to toggle the tray by code.

 

Please help me I am stuck on this for almost a month.

 

 

Regards,

Porselvan

FPM Chart UIBB (Pie)

$
0
0

Hi all,

i have created a new configuration for component FPM_CHART_UIBB with corresponding type "PIE".

 

The result data is correct, but i need to change color palette for a particular value in my internal table. Is it possible to change it?

 

My table example is :

 

CODE     PERCENTANGE (%)

L (in late)             55

D (to do)              35

C (complete)        10

 

In my pie chart type i would like to show the following colors :

 

L --> Red

D --> Yellow

C --> Green

 

Thanks in advance.

Regards.

Dario.

Navigate between two FPM OVP applications

$
0
0

Hi all,

is it possible to navigate between two OVP applications?

The first OVP is the main application, meanwhile the second has to be called at button event.

 

Thanks in advance.

Regards,

Dario.


Launchpad - No valid target content area found

$
0
0

Hi,

I created a FPM component configuration with two pages.

 

On the first page I defined a UIBB with the view LPD_MAIN_WINDOW and 3 buttons for the map, directory and index. Also I created a configuration for this UIBB.

 

On the second page I defined a UIBB with the view LPD_AREA_WINDOW and assigned the same UIBB configuration.

 

When starting the application all seems ok. I have defined one top level folder in my launchpad role (transaction LPD_CUST).

This folder is displayed in the Launchpad as link. When I execute this link I expect that the second page is being displayed, to see the applications of the top level folder.

Instead I get the message "No valid target content area found" and the navigation to the second page is not executed.

 

I compared my configuration with the example configuration of FPMGB_TEST_LAUNCHPAD but I can't see a difference.

 

Could anyone help?

 

BR, Edgar

Global Toolbar in FPM_OVP_COMPONENT is disabled in leave application

$
0
0

Hello Experts,

 

We have recently upgraded our development system to EHP7 from EHP6. We are facing issue in ESS leave request where Send Button on global toolbar is in disabled mode. I checked the component configuration and found all parameters are in place for send button which is under global toolbar setting of OVP. Any idea how to make it enable?

 

Regards,

Sagar

OIF with multiple GUIBBs- Save data

$
0
0

Hi Experts,

 

I have come up with a requirement which is very common I am sure but I juts need some help.

 

My requirement is -  I will have a OIF screen and inside that I will have a tabbed UIBB or lets say multiple GUIBBS. IN each GUIBB there are a set of fields. The user will open the application and fill out those fields and will be able to save them.

 

Now, while saving those values will go into different tables so wherever I write the logic for save I will need the data entered in all the GUIBBs.

 

Lets say I use same feeder for all the GUIBBs. Then how is it going to be possible to get all the data for all the UIBBs..

 

Many thanks in advance.

 

Saikat

SAP QIM capture screen - to add 2nd Business Partner field

$
0
0


Hi

I am creating new Issue Type for SAP QIM.

I am using FPM to add custom fields to the  Issue Overview sreen.  I want two fields - one for Originator and one for Recipient, both to be for capturing Business Partners.

I can use the existing Reported By field for one, but need a second field to capture a Business partner.

I have created a new text field, but cannot figure out to make it of type Business Partner - i.e. when you click on drop down you must get Business Partner option.

 

Any ideas?

Much appreciated

Regards

Marieta

Lead Selection Functionality in FPM GUIBB List

$
0
0

Hi Experts,

 

   In my feeder class i am using Search, List and Form GUIBBs first i am search flights using search guibb and getting result in list guibb when i select a row in list (lead selection) in which method i can grab that lead selection data and can i display that selected row in form guibb.

 

Thanks & Regards,

Ramesh.

Sort in Message Area

$
0
0

Hi,

 

in Floorplan Manager several messages are displayed in the message area. Unfortunately, these are always in the wrong order. I want to let the messages starting with '01 ..' show and not vice versa. Is it possible to set / customize?

 

Unbenannt.JPG

Thanks,

Ulf

How to customize the size of the popup

$
0
0

hi experts:

 

I have a problem as following:

 

on a UIBB by pressing a button a popup will be generated. and there is button on that popup, when the button is clicked, the second popup will be generated.

 

the problem is, the second popup is too small.

 

is any way to customize the size of the second popup window?

 

thanks for the help.


Navigation between FPM Applications in NWBC

$
0
0

Hello Experts!

 

I'm developing FPM Applications which should be used within NWBC for HTML. Now I have the requirement to navigate from FPM App 1 to FPM App 2 with Parameter passing. So I configured a Launchpad with type FPM_UIBB and implemented the following Code which is triggered after a FPM event:

 

     data:
           ls_navigation_key type         fpm_s_navigation_key,
           lr_navigation     type ref to  if_fpm_navigation,
           lv_target      
  like line of lr_navigation->mt_targets,

           ls_app_param      type         apb_lpd_s_params,
           lt_app_param      type standard table of apb_lpd_s_params.

     ls_navigation_key-key1 = 'LPD_ROLE'.
     ls_navigation_key-key2 = 'LPD_INSTANCE'.
     lr_navigation = wd_this->mo_fpm->get_navigation( ls_navigation_key ).

     read table lr_navigation->mt_targets
          into lv_target with key alias = 'APP2_ALIAS'.

     if sy-subrc = 0.
       ls_app_param-key   = 'testparameter'.
       ls_app_param-value = 'testvalue1234'.
       append ls_app_param to lt_app_param.

       call method lr_navigation->navigate
         exporting
           iv_target_key          = lv_target-key
           it_business_parameters = lt_app_param.

     endif.

 

The code works fine, but the problem is that in the NWBC menu FPM App 1 stays highlighted. But when I refresh the browser after navigation event, the  link still refers to FPM App 1.

fpm_navigation_problem.png

I'm aware that currently I use FPM navigation and maybe this causes the problem but I couldn't find any information on NWBC specific navigation.

Is there any NWBC specific navigation function or maybe a specific launchpad configuration that will solve my problem?

 

Thanks in advance,

Bernd

Update Custom Table on SAVE from different Tabs in FPM Risk assessment

$
0
0

Hi All,

 

I had a doubt in EHSM module where inside FPM Webdynpro screen from any standard tab when i press "SAVE" button all data are saved in their respective table. But when Custom tab is added to Standard Tabs, custom table is only populated only from custom tab not from other Standard Tabs. Attached is the screenshot for the same.

 

Issue.jpg

 

Here tab "Hazard Inventory" is custom and rest are Standard .

Is there any work around where i can also update Custom Table when i click "SAVE"    from any tab ??

SAP SRM 7 FPM Component Configuration

$
0
0


Hi Teeam,

 

 

Could you please share ways to assign z component configuration to a  standard FPM Component .

 

 

 

Thanks

Suvidha

FPM Chart UIBB (Pie)

$
0
0

Hi all,

i have created a new configuration for component FPM_CHART_UIBB with corresponding type "PIE".

 

The result data is correct, but i need to change color palette for a particular value in my internal table. Is it possible to change it?

 

My table example is :

 

CODE     PERCENTANGE (%)

L (in late)             55

D (to do)              35

C (complete)        10

 

In my pie chart type i would like to show the following colors :

 

L --> Red

D --> Yellow

C --> Green

 

Thanks in advance.

Regards.

Dario.

Layout Change from Tabs to Trays using OIF

$
0
0

Hi Guys,


I need your help to resolving this issue. I have requirement to change the layout of FPM created based on Web Dynpro ABAP application using Object Instance Floorplan (OIF) and the hierarchy is as shown below.

 

Variant

- MAIN VIEW : VIEW 1

- SUB VIEW : SUB VIEW 1 1

- UIBB 1_1_1

 

- MAIN VIEW : VIEW 2

- SUB VIEW : SUB VIEW 2 1

- UIBB 2_1_1

 

These two views are displaying as TABS in UI like VIEW 1 | VIEW 2

 

But my requirement is to make these views display one below another (Trays) with expand and collapse options as below.

 

_______________________________________________________

> VIEW 1

_______________________________________________________

_______________________________________________________

> VIEW 2

_______________________________________________________

 

But I'm not getting any documents related to this. Could you please help me to resolve this.

 

Thanks in advance

Viewing all 1726 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>