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

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.


Adding custom UIBB's into Standard WDA FPM application

$
0
0

Dear Expert's,

 

I am working on enhancing an Standard WDA FPM component EAMS_WDC_JOB which has some custom configurations.

 

My requirement is to add two custom UIBB's in the popup screen and I am not sure, how to pass data from standard application to custom UIBB's feeder class.

 

I am new to FPM and it will be helpful, if someone can guide me on how to pass data between Standard and Custom UIBB's. Is it possible to add a standard configuration of an UIBB (Form) and get the data passed ? Also, i have functionality to save back the data.

 

Thanks and Regards,

Gaurav.

FLOOR PLAN MANAGER WITH WEBDYNPRO ABAP

$
0
0

Hi All,

 

How to learn FPM , please help me....and please send some doc's...

 

 

 

Regards.

Sunil B

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

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.

FPM personalization

$
0
0

Hello,

 

My query is regarding personalization, when the user clicks on the personalization icon on the extreme right hand side (say during the display of the LIST UIBB) and sets the settings for few columns like col A width is changed and col B is hidden and then he/she saves this as a personalization.

next time he loads the LIST UIBB and invokes this particular personalization, I want to read this personalization in my backend code i.e. feeder class        ( during the load event of the UIBB and do some processing based on the personalization values set for those columns).

 

can you please let me know how to achieve this?

 

Thanks,

Ravish

How to keep the standard buttons like Next, Save Draft and Previous bottom of the UIBB's ?

$
0
0

Hi All,

 

Could anybody let me know how can I move the standard buttons like Next, Previous and Save Draft bottom of UIBB's .... using GAF.floor plan manager...

 

Thanks in Advance....

Pavithranad.

How to display domain description using FBI viewexit class?

$
0
0

Hi

i want to display description of Domain on instead of  key on FPM UI  here i am using FBI view Exi Class for My BO

 

How can i Achied this functionality  using View Exit Class in FBI.


How to Set visibility of nested UIBB using using FBI view Exit class?

$
0
0

HI ,

 

i want to Hide my form UIBB based on event available on list  both are  available inside composite UIBB .

 

i tried with if_fpm_ovp it is giving the config ID  of composite uibb  but i am not getting how i can  get the config id of uibb's inside  coposite UIBB

 

Please Suggest how can i achieve this .

How to add a button in the FPM application..?

$
0
0

Here is my FPM application for MDG(Material data governance)

Anybody please tell me how to add it.

Is there any thing to do with the feeder class because it is bassically built by using the feeder classes.

MDG_2.JPG

 

I that screen, near to the CHECK Button i have to add another button and wanted to do some event for that.


It will be realy helpfull if some could tell me the answer.

Context data lost during Suspend-Resume navigation

$
0
0

Hi Experts,

 

My clients requirement is to enable back & forth navigation between an OVP application & a GAF application. I could realize this by using the Suspend-Resume functionality as how showcased within the standard component FPM_TEST_SUSPEND_RESUME. ( Am relying on the LAUNCH_URL method of the interface IF_FPM_NAVIGATE_TO)


However I encountered an issue in my application after reaching the final stages of my development. To verify the concept I created a dummy component involving the same 2 way navigation in between an OVP & GAF. Let's say the user: navigates to the GAF by SUSPENDING the OVP, enters some data within the steps of the GAF & now clicks on a button to RESUME back to the OVP. If he now tries to revisit the GAF from the OVP, the earlier data entered by the user is lost. (Ex: 20 in this case)

 

OVP1.JPG

 

GAF1.JPG

I suspect that the data is retained only during a SUSPEND state but is it possible to achieve a scenario where both the OVP & GAF retain their information as the user navigates back & forth between them? My actual application is quite complex with both the OVP & GAF capturing lot of information from the user.


Regards,

Uday

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 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

SRM 7 FPM_OIF_COMPONENT

$
0
0

Hi Team,

 

COuld any body share steps to add custom fields in FPM_OIF_COMPONENT for below given component  -

 

Invoice_header_FPM.png

How to display domain description using FBI viewexit class?

$
0
0

Hi

i want to display description of Domain on instead of  key on FPM UI  here i am using FBI view Exi Class for My BO

 

How can i Achied this functionality  using View Exit Class in FBI.


FPM Tutorials for 7.02 available now!

How to Set visibility of nested UIBB using using FBI view Exit class?

$
0
0

HI ,

 

i want to Hide my form UIBB based on event available on list  both are  available inside composite UIBB .

 

i tried with if_fpm_ovp it is giving the config ID  of composite uibb  but i am not getting how i can  get the config id of uibb's inside  coposite UIBB

 

Please Suggest how can i achieve this .

SAP FPM Form Repeater UIBB dynamic programming.

$
0
0

Hi Experts,

 

I want to know how to change the form repeaters input fields length/Data type in form repeater UIBB dynamically. I have came across ET_FIELD_DESCRIPTION exporting parameter in form repeater interface-GET_DEFINITION method. In this exporting table there is a column called field length. I tried creating technical field in CT_DATA(within UI structure) and mapped the field name in GET_DEFINITION. And filled data for the column in GET_DATA. But the length is not reflecting in UI.

Am I missing something or some steps...!?

 

There was an another field called READ_ONLY_REF this worked perfectly fine for me.

System in use:

ComponentReleaseSP-Level
SAP_APPL6060010

 

Thanks In Advance...

 

Please let me know I you need further details on this.

FPM Best Practise - Performance Queries

$
0
0

Hi Experts,

 

We have a FPM application(OVP) which has around 7 GUIBBs inside. Now, two feeder classes are used, one class acts as the feeder of 6 GUIBBs and one separate for one GUIBB.

 

Now, whenever user performs some operation in one of the GUIBBs, process_event for all GUIBBs gets triggered inside a loop. Now in UAT, users are facing performance issues.

 

Any particular tips that I can follow to improve performance in these kind of scenarios..?

 

Many thanks in advance.

 

Saikat

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

Viewing all 1726 articles
Browse latest View live


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