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

How to establish Active delegation enhancement

$
0
0

Hi, I have made  a copy of EHHSS_INC_REC_OIF_BINF_V_FRM into ZZ_EHHSS_INC_REC_OIF_BINF_V_FRM and added a list of custom fields as per requirement. I want to establish an active delegation to this ZZ component instead of the SAP standard component. How do I get this assignment established? Thanks, Tanmoy


FLUID: Not able to collapse / uncollapse General Settings and Preview in Component Config

$
0
0

Hi experts,

 

I added a freestyle component to an OVP and wanted to add an application specific component controler. But it is not possible to uncollapse the "General Settings" area.

 

 

Version:

SAP_BASIS / SAP_ABA: 740, SP 5

SAP_UI: 740, SP 9

 

 

Note search was not successful.

 

Has anybody an idea?

 

 

Best regards,

Markus

Needs_conformation fpm

$
0
0

Hi all,

 

I need write own popup window as per my requirement is it possible in fpm(Dynamically only ) .

It is possible please guide me.

 

Thanks,

Sekhar

Hide the FPM Page Master in OVP

$
0
0

Hi all,

 

I have an OVP with a Page Master and a toggle button for manually collapse this page master.

 

My requirement is to make automatically invisible the page master area when the user click on a certain row in page master.

I tried to raise an 'FPM_TOGGLE_PAGE_MASTER' event and to change the status of toggle button with io_ovp->change_toolbar_toggle_button method but it doesn't work. My code is here below.

 

Any help?

 

Thank you,

 

Francesca

 

 

DATA: ls_toolbar_toggle_button TYPE IF_FPM_OVP=>TY_S_TOOLBAR_TOGGLE_BUTTON,

           lv_content_area_id      TYPE FPM_CONTENT_AREA_ID.

 

       ls_toolbar_toggle_button-element_id = 'FPM_TOGGLE_PAGE_MASTER'.

       ls_toolbar_toggle_button-index = 1.

       ls_toolbar_toggle_button-text = 'Customer Bucket'.

       ls_toolbar_toggle_button-image = '~Icon/BusinessPartner'.

       ls_toolbar_toggle_button-enabled = 'X'.

       ls_toolbar_toggle_button-visibility = '02'.

       ls_toolbar_toggle_button-action_id = 'ACTION_ID_1'.

       ls_toolbar_toggle_button-event_id = 'FPM_TOGGLE_PAGE_MASTER'.

       ls_toolbar_toggle_button-checked = 'X'.

 

       io_ovp->change_toolbar_toggle_button(

         EXPORTING

           is_toolbar_toggle_button    ls_toolbar_toggle_button

       ).

 

       DATA:

         lo_event_params TYPE REF TO if_fpm_parameter,

         lr_event        TYPE REF TO cl_fpm_event,

         lo_fpm          TYPE REF TO if_fpm.

 

       CREATE OBJECT lo_event_params TYPE cl_fpm_parameter.


       lo_event_params->set_value(

         EXPORTING

           iv_key = 'FPM_CHECKED'

           iv_value = 'X' ).

 

       CREATE OBJECT lr_event

         EXPORTING

           iv_event_id   = lo_event->gc_event_toggle_page_master

           io_event_data = lo_event_params.

 

       lo_fpm = cl_fpm_factory=>get_instance( ).

       lo_fpm->raise_event( lr_event ).

Highlight FORM UIBB field with colour

$
0
0

Hi All ,

 

I have requirement to highlight  FORM / LIST UIBB field value based on condition . Can anyone please tell, how to achieve this requirement

How to control default main Page definition in NWBC?

$
0
0

Hi experts.

 

I'm working with  NWBC aplication.

 

When I click in Air Forwarding Order Management menu

and I click in "New" button  I choose a document type and click ok

then the Main page default is called , my problem is:

when the type is 'INT' FOR EXAMPLE I need to call other main page (fast order)

like default.

 

1.png

 

Today I configured the mai page like default.

 

2.png

 

But i need to define it when i choose the document type and click ok.

How to do it?

 

Thanks.

How to add a nevigation link to an error message using search GUIBB

$
0
0

Hi all,

 

I'm using a Search GUIBB and would like to display an error message if one of my mandatory search fields is empty.

I would also like that error to have a link to the field in question and have that field appear in red.

 

How can I do that from my feeder class method process_event ?

 

Ziv

How to change button position dynamically in fpm

$
0
0

Hi Guys,

  

            this is siva i am developed a toolbar button(button choice) dynamically but i want to change my button position in  fpm toolbar  can you please send me the fast reply  regarding this .


Attachements in FPM

$
0
0

We have to create button in PO create/ change  ,which is capable of selecting file from user desktop and save it . We are using FORM GUIBB . If anyone has worked on this scenario .Can you please guide, how to achieve this requirement .

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

Attachements in FPM using RUIBB

$
0
0

Using RUIBB ,we can create and save attachments in FPM application .Does any one know , how to send attachments from FPM application to SAP

adding Table inside component FPM_FORM_UIBB

$
0
0


Hi All,

 

I have an requirement where i need to add a table after Investigation name in the Investigation Tab. Also When i go Inside Component i am not able to see the fields/buttons inside view which appear on standard screen.

 

Attached is the Doc showing the same.

 

Please provide you inputs.

 

Thanks ,

Sreenish Nair

how to create a button in fpm and how to use that button HRESS_A_PERSINFO

$
0
0

Hi All

Help me how to do it?

how to create a button in fpm and how to use that button HRESS_A_PERSINFO.

 

Thanks

ekhar

Attachements in FPM saving to Me23N

$
0
0

Hi All ,

 

I have requirement to upload attachment in FPM application and on saving ,it should get attached to PO and be visible at ME23N level .

 

Can anyone please help.

 

I can upload Attachment in FPM using RUIBB ,but do not know how to send it to SAP ME23N Tcode

Odd issue....modal pop-up (search help) not displaying?

$
0
0

I stumbled  upon a really weird one this week. One (yes only ONE) of our testers/users is reporting that when they click on "input help" fields which launch a pop-up search window, the "screen goes dark and nothing happens". Watching them remotely, it looks as if the "screen goes dark" is when the main application window is darkened as a modal dialog pop-up overlays it and is highlighted (focused). However, the pop up never displays. I tried to duplicate this and everything works fine for me. I even tried turning on/off the built in pop-up blocker and that had no effect. This just started happening to them as well because they never hit this before and had been running these applications a lot. I checked for an OSS notes and found nothing. Has anyone come across this before?


FPM LIST FIELDS

$
0
0

I have created FPM application using LIST_UIBB , but m unable to input values into columns,although , field type is Input field .Can any one please advice .

Hide New Page in fORm UIBB

$
0
0

Hi all,

 

How can we hide , initial Page of FORM UIBB, based on some condition , so that it directly goes to MAin screen

How to change button position dynamically in fpm

$
0
0

Hi Guys,

  

            this is siva i am developed a toolbar button(button choice) dynamically but i want to change my button position in  fpm toolbar  can you please send me the fast reply  regarding this .

FPM Enhancement in different Language Error?!

$
0
0

Hello everyone,

I hope you are having a nice day.

 

This language difference is preventing me from opening existing FPM enhancements so I may view what the enhancements have changed.

 

Is there a way to translate FPM enhancements between languages? (Chinese ZH to English EN?)


The Error Message received when trying to select this FPM enhancement is, "Requested language English (EN) is different to original language Chinese (ZH)".

 

Please see screenshot below for clarification.

 

fpm enhancement.jpg

 

Thank you very much for your time and have a great day.

 

From,

Reinell

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>