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

Launch BI Query from FPM

$
0
0

Hi ,

 

I have a requirement that to launch BI query from FPM application .I tried with interface  if_fpm_Navigate_to  which has a method to execute BI queries  launch_BI_query,but it is not working.Can anyone provide the sample code .

 

Regards,

Vasavi.


How to change semantic color (text color) cell-based in a ATS list UIBB

$
0
0

Hallo altogether,

 

I am looking for a method to set the text color (also called semantic color in the UIBB configuration) of my table cells in an FPM List UIBB.

 

I am well aware of the CELL_DESIGN_REF of the FPMGB_S_LISTFIELD_DESCR, which works as expected except that I am obviously only able to change the background color of the cell, not the text color (or am I missing a value which switches the text to green or red?)...

 

If it matters, I am on EHP6 for ERP6.0, which is 7.31 SP3 currently.

 

Thanks for any help,

Sven

How to pass values from FPM to Webdynpro Screen

$
0
0

Dear Experts,

 

I have view 1 in my webdynpro component from View 1 using plugs i will move to view 2.

 

Inside View 2, I have called a FPM application inside an Iframe Ui element using the url of the applictaion binded to the iframe.

 

Using the application parameters i am passing data from Webdynpro to FPM.

 

Now once all the action is completed in my FPM i have a Button in my View 2, during which i need some data from FPM back to webdynpro.

 

I have set the value to the global attributes in the PROCESS_EVENT method but the same is not reflecting in my view 2 button methods.

 

I doubt opening the FPM as an URL is considered as a different session.

 

Kindly suggest how to pass the data in this situation. After the end of my FPM action i need to pass some data back to me webdynpro attributes.

 

Need ur valuable suggestions.

 

Thanks.

Nalla B.

Popup in FPM using the message manager

$
0
0

Hi experts,

 

I`m using FPM and want to display certain warnings as popup. When I use the FPM Message Manager, method  REPORT_MESSAGE, REPORT_T100_MESSAGE or REPORT_BAPIRET2_MESSAGE and set import parameter IV_LIFETIME = 'POPUP_AUT' I get a popup, however this popup looks really ugly:

The text of the message is displayed just to about 28 characters and a horizontal scrollbar appears. Is there any way to influence the attributes (size and so on) of the popup?

 

Thanks,

Markus

 

P.S: I have asked this question already two years ago without success, just hoping there might be some new solution ;-)

Search Help in FPM

$
0
0

Hi FPM expert,

 

I have created a custom search help and defined 12 parameters. And I seted SPos value for each parameter.

 

In bootstrapscreen use the inputfield this search help.

 

but the search dialog does not show all the parameters, but only four.

 

What should I do to show the 12 Parameters in the dialog.

 

$63C67D6DF263DB57.jpg$373DED0443553F6E.jpg

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.

Performance Management (Appraisal Documents) ABAP webdynpro error on HTTPS

$
0
0

Hello all,

                  Please help , in resolving the issue with Performance Management Application "Appraisal Documents" getting Blanks Screen on the routing back from "Appraisal Document" after user close the application. Issue is only applicable in 'HTTPs' and work fine in internal network.

 

On HTTP Watch :  "ERROR_HTTP_INVALID_SERVER_RESPONSE"   in the trace.

 

 

Steps to replicate :

 

1. User click on the "Appraisal Documents" link on the Area page and open the application on the new window.

2. User select one of the "Appraisal document" from the list available to work on it , which result in another window.

3. User close the application after finishing the work on the "Appraisal Document" and return on the Parent window "Appraisal Documents".

4. At this point "Appraisal Documents " window get refresh and every things looks great.

5. Now if user want to select another appraisal document to work on it in "Appraisal documents" window, it freeze or give blank screen.

 

Thanks in advance.

How to hide a nested UIBB in an FPM OVP application ?

$
0
0

Hi Experts ,

 

    I have an FPM OVP application which basically contains the following nested UIBB's .

 

   a ) Main Page

 

             This has two sections i ) Header  ii) Items .

 

              

             In the Header section i in turn have two UIBB's .
                                      a) Form UIBB
                                      b) Composite UIBB.


                      The Composite in turn contains a  a) Master List UIBB

                                                                        b) Tabbed UIBB .

              

                                         The Tabbed UIBB then contains a) Tree UIBB
                                                                                        b) Chart UIBB with a drop down option . 

 

      I need to hide/remove the Chart UIBB based on the drop down option . I tried to do so in the   OVERRIDE_EVENT_OVP method of the controller exit class . However on selection of the event for Hiding the chart from the drop down menu on the chart toolbar . I am able to only get the UIBB's from the highest level ie i am able to get only the FORM UIBB , Composite UIBB from the header section . I am not able to drill down inside the composite UIBB > Tabbed UIBB > and lastly the CHART UIBB to hide it .

 

    Is there any way to get and hide the UIBB from such a nested level ? If yes , then how do i go about it ?

 

Thanks and Regards ,
Sheldon Rodrigues


Popup in FPM using the message manager

$
0
0

Hi experts,

 

I`m using FPM and want to display certain warnings as popup. When I use the FPM Message Manager, method  REPORT_MESSAGE, REPORT_T100_MESSAGE or REPORT_BAPIRET2_MESSAGE and set import parameter IV_LIFETIME = 'POPUP_AUT' I get a popup, however this popup looks really ugly:

The text of the message is displayed just to about 28 characters and a horizontal scrollbar appears. Is there any way to influence the attributes (size and so on) of the popup?

 

Thanks,

Markus

 

P.S: I have asked this question already two years ago without success, just hoping there might be some new solution ;-)

FPM OVP pop-up

$
0
0

Hi All

 

I´m trying to call a pop-up when click on radio-button.

 

I´m using FPM OVP. I have made a Dialog Box, but  do not know if this is correct.

 

When click on radio button in MOBILE Page, I need to launch a POP up .

 

 

 

 

Thanks

How to upload and display Image in FPM FORM UIBB

$
0
0

Hi Experts,

 

I have a requirement to upload and display image in FPM FORM UIBB. I have created two elements in UI of type image and file upload.

 

Once I upload the image, I get information like, MIME type, Name and content in XSTRING format.

Please let me know, how I can use XSTRING information to display an Image.

 

Regards,

Sunil

How to enable previous button in sub step(first sub step) /how to invisible/rename FPM buttons

$
0
0

Hi All,

 

  1. I couldn't able to get a way to make enable the previous button for the first sub step , so I couldn't able come back to main steps until I finish my substeps..please find the screen shot for better view.
  2. Second one -  how can I invisible the FPM stranded buttons(Previous/Next) and rename them.
  3. Is there any way that I can trigger the FPM event(OVERRIDE_EVENT_GAF/PROCESS_EVENT) from web dynpro events ?

 

Thanks in advance

Rajesh

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.

basics for FPM in webdynpro abap

$
0
0

Hi Experts,

 

I am new to webdynpro know some basic concepts.

 

I want to learn the FPM. what exactly FPM and why need FPM.

 

what is ehp4,we have to install any patches for using eph4 or any version we have to isntall.I have ecc6.0.

 

I know package ABP_FPM_DEMO in that some application using FPM are there.But I ma not understaing taht can you please give me small hello world application from step by step how to configure,what is configuration and what is the use of FPM.

 

 

 

Thanks

How to hide a nested UIBB in an FPM OVP application ?

$
0
0

Hi Experts ,

 

    I have an FPM OVP application which basically contains the following nested UIBB's .

 

   a ) Main Page

 

             This has two sections i ) Header  ii) Items .

 

              

             In the Header section i in turn have two UIBB's .
                                      a) Form UIBB
                                      b) Composite UIBB.


                      The Composite in turn contains a  a) Master List UIBB

                                                                        b) Tabbed UIBB .

              

                                         The Tabbed UIBB then contains a) Tree UIBB
                                                                                        b) Chart UIBB with a drop down option . 

 

      I need to hide/remove the Chart UIBB based on the drop down option . I tried to do so in the   OVERRIDE_EVENT_OVP method of the controller exit class . However on selection of the event for Hiding the chart from the drop down menu on the chart toolbar . I am able to only get the UIBB's from the highest level ie i am able to get only the FORM UIBB , Composite UIBB from the header section . I am not able to drill down inside the composite UIBB > Tabbed UIBB > and lastly the CHART UIBB to hide it .

 

    Is there any way to get and hide the UIBB from such a nested level ? If yes , then how do i go about it ?

 

Thanks and Regards ,
Sheldon Rodrigues


LIST GUIBB

$
0
0

Hi Guys,

             Is it possible to have buttons like 'Print Version' , 'Export' ( As in ALV ),

in LIST GUIBB ?

 

There are alos options provider for Filter and Settings in ALV list display.

How can this in achived in LIST GUIBB?

 

Thanks and advance!

Rohit.

FPM_OVP_Component: add icon to tab text

$
0
0

I am developing an FPM_OVP_COMPONENT application.  It has the Column Stack attribute marked for the Section so that it displays in a tabbed layout. Is there a way to change the text of a tab so that it has an icon at the end?  For example, I want a green led icon on the tab if certain conditions apply.

 

Thanks,

 

Kenneth

Display LIST ATS with multiple headers

$
0
0
Main Header 1
Header 1
Header2Header 3
datadatadata
datadatadata

 

I need to display LIST ATS with multiple headers (as shown in table above).

Is this possible?

Adding a button in you can also

$
0
0

Hi Guys,

            I have to add a button in you can also on clicking on that button a wda will be open as a pop up.

Refresh of UIBB in FPM_SAVE

$
0
0

Hello All,

 

I have created a FPM OVP application page with one section .In that one section I have two UIBBs one is form and the other one is a List.

Form I am showing some details and List I am showing total details with some editable cells. I have also create a global Button SAVE with standard event FPM_SAVE.

 

As per my requirement, after clicking Save button my Data should persist and the two UIBBs should be clear and collapsed.

 

Currently only the Form UIBB is clearing. But the List UIBB is not clearing. Also the SAVE button is greyed out ( This greying out is as per requirement)

 

As I understood the FPM_SAVE can clear these two UIBBS and greyed out the buttons which is associate with it.

 

So can you tell me how can I make clear the List UIBB too with FPM_SAVE in Use.

 

 

Regards,

Partha

Viewing all 1726 articles
Browse latest View live


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