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

How to optimize initial loading of an application

$
0
0

Hi Experts,

 

could you pelase advise us how we could optimize the loading of an application in the following case:

 

we have an OVP application with page master. In the master we have a list and depending on its selection, in the details we show/hide dynamically different sections. The whole application consists of 39 UIBBs and we noticed that the method call_uibb_pbo is called for all of them. This causes some delay when starting the application. Actually on the initial loading we show only some of those UIBBs and processing all of them is not necessary. Just asking if there is a way to mark some of the UIBBs not to be loaded when starting the application.

 

Thank you in advance!

Kind Regards,

Miroslava


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

Select options and FPM dirty state

$
0
0

Hi,

 

In FPM_OVP_COMPONENT I am using my custom WDA component that has both ALV usage and WDR_SELECT_OPTIONS usage (the obsolete one.. i know.. but it fits my needs well).

 

My problem is to prevent ON_SEARCH event, or perform a check in the handler of that event, and issue the standard 'dirty' popup if there are already any changes in the ALV.

 

I know I can call IS_DIRTY method from controller implementing IF_FPM_WORK_PROTECTION interface, but how can i get the same pop-up, the standard one? Or can it be done in a more civilized way by registering my search in the event queue of FPM, so it checks dirty state for it?

 

Regards,

Michal

NWBC 4.0 tab close does not trigger dirty check

$
0
0

Hi,

 

I have an FPM_OVP_COMPONENT configured to use my custom WDA component, that has an ALV table usage.

I want to prevent user navigating from the screen if something in that table was modified.

For that in my custom component I implemented IF_FPM_WORK_PROTECTION->IS_DIRTY in my component controller.

 

..but on tab close in NWBC 4.0 or HTML NWBC client this method is not called at all, so no check/no message/data loss.

 

Am I missing something?

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 use pagescreen shoot method in webdynpro abap

$
0
0

Hi all,

 

Tracing tool class had different types of private method how to use that methods in my class.

 

 

Thanks,

Sekhar

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.

how to set two acions at a time when click on single button with same event id's?is it possible?

$
0
0

Hi guys,

 

 

this is Siva i am created  fpm component with oif  in this i have a button in main view in this when i am clicking the button(create) that  perform two action one is create  the new dynamic sub view using add sub view method in override_event_oif method . and second one is at the same time that dynamic view is active that is the my requirement any one please give the solution it is possible? if possible how ?if not any other way ?


Family Member/Dependents values are not displayed

$
0
0

Hi,

 

when i click the display button, the details on the family member/dependents (IT0021) are missing. We created a Z copy of the WDA (HRESS_AC_PERSINFO). See attached image. I am thinking this is a config issue. Any help please?


No values displayed same pernr:

No data.jpg



With data same pernr:

with data same pernr.jpg

How to find Feeder class from Component Configuration

$
0
0

Hi,

 

How to find Feeder class details for this component configuration /SAPSRM/WDCC_FPM_OIF_PO_PURCH

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.

FPM/FBI Fields are showing as Read only

$
0
0

Hi,

I am creating FPM component configuration using wired model with BOPF note , holding Bootstrap and Basic information in  EHSM .

when I am testing my application the output fields are displaying as ready only, the I have identified I dont have option CHANGE_MODE in my Application parameters.

 

can you please suggest me what I am missing to do here, thanks!

 

Regards

Mani

How to call different Main Page in one Application

$
0
0

Hi Guys,

 

How to call different Main Page depending on the data?

 

Ex:

If the user is under Personnel Area 1, Main Page 1 will be displayed to their screen.

If the user is under Personnel Area 2, Main Page 2 will be displayed to their screen.


It's like having a dynamic screen.

Main Page 1 is an editable GUIBB Form.

Main Page 2 is a PDF display.

 

How to do it?

Session time out in FPM applications - Problem

$
0
0

Hi Experts,

 

I am trying to find a solution to the session time out problem in my FPM applications. When the application is left inactive for long, even though it has timed out the user only gets to know when he/she clicks on a button or something. I have to find something to address this issue.

 

Now, I know that I cannot increase the timeout value( greater than the ICM setting) for a particular application and increasing the ICM setting timeout value wont be possible in my project.

So, the users want a warning message (lets say "Session will time out in 1 minute" )  if the application is going to time out. Now, this is FPM and I am on a lower system ( SAP_BASIS 702) so I don't have the TimeTrigger UI element.

 

Any idea how this can be achieved in my OVP FPM application.

 

Many thanks in advance.

 

Saikat

process browser: button needs to be conditionally hidden

$
0
0

Hi Experts,

 

 

I have a requirement of disabling or hiding the custom added Print Preview button in process browser detailed screen. The button needs to be enabled only when the print preview is available for the form, in case a form is selected for which print preview is not available it should be disabled.

 

Kindly help on the same.

 

Thanks,

Shilpa.


How to call Launchpad from SAP ABAP Enhacement

$
0
0

Hi

 

Is it possible to call FPM Lauchpad from SAP ABAP Enhancement action automatically...!

 

I found some of the links related to the FPM Lauchpad Calling

 

Launch transaction without launchpad

 

 

But I need to call a FPM Lauchpad Transaction from ABAP Enhancement..Is it feasible...!

 

Thanks,

Amarnadha Reddy K.

Add Custom Application Parameter

$
0
0

Hi,

 

One Portal iView is created based on standard Webdynpro ABAP FPM Application HRMSS_TEAM_DETAIL and its application configuration is ZHRMSS_TEAM_DETAIL.

 

I need to send some value from iView to webdynpro component which can be achieved through Application Parameters. My question is how can we add custom parameter to standard FPM Application or enhance application parameters?

 

Thanks,

Vasundhara.

Include Custom Webdynpro Component in FPM

$
0
0

Hello,

 

I have a requirement to include a Custom Webdynpro ABAP Component in the FPM Component FPM_FORM_UIBB. I created the Configuration for it . The View on it has several fields. I want to open the Custom Webdynpro Component view with a field which has OVS(Object Value Selector) which opens a popup. Instead of this OVS Popup ,I want to display the Custom Webdynpro ABAP Component View on clicking it . How can I achieve the same ?

 

Any help would be highly Appreciated.

how to create feeder class for custom webdynpro component in fpm?is it possible ?

$
0
0

Hi guys,

 

 

 

this is Siva , i want  to create feeder class for  webdynpro component ,  i am created a test program for this but, it is not ask the feeder class with custom webdynpro component (ztest_feeder)., i  am created a one more test program  with fpm_search_uibb,here feeder class option is came my dought  is feeder class is only for standard (form ,list, search component etc..)component or custom. it is possible to custom component? yes how ? please give me reply guys its urgent. tnx for advance.

How to create Drop-Down List in FPM, with values from intenal table?

$
0
0

Hi Experts!

 

I need to create a Drop-Down List Box in from UIBB. Drop-Down should contain values from an internal table. I know, that this is possible for Web Dynpro, but how can I manage values for FPM's Drop-Down list?

Viewing all 1726 articles
Browse latest View live


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