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

Short questions regarding FPM functionalities

$
0
0

Hello dear FPM community and experts,

 

I have a few specific questions regarding what can or cannot be done with FPM (I couldn't find the answers in the cookbook and haven't discovered any fitting parameters, so I'd be happy if any experts could help out)

 

1. Can the size (width, height) of buttons in the Form GUIBB be set by the developer?

2. Is it possible to customize the text on such buttons? (e.g. text size or line breaks within the text)

3. Is it possible to control the margins between the columns of a chart in the chart GUIBB? So far, I have seen charts like

chart1.png

but I wonder if it is possible to configure the columns in such a way that they're displayed like this:

chart2.png

Many thanks in advance!


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.

EX-PLACE navigation does not work in Portal

$
0
0

Hi Experts,

 

This is my scenario.

 

 

I have an INITIAL PAGE in which I am displaying a list of Purchase Orders by using LIST ATS GUIBB.

I have exposed the FPM_NAVIGATE action in the GET_DEFINITION method of the LIST Feeder.

I have assigned FPM_NAVIGATE event to a column ( PO Number ) in the LIST.

Processing Mode is 'EXECUTE SEARCH AND LEAVE'

I have specified the PADE ID as one MAIN PAGE in the same Application.

I have not specified any ROLE or INSTANCE .. I have not created any Launchpad config.

 

This set up is working just fine when I test. When I click on a PO number, it opens the MAIN Page and here I am able to capture the source attributes from the LIST and display some detailed result. The MAIN Page is opening as a new window( This is what I need as opposed to in-place navigation where the INITIAL page will be replaced by the MAIN page ).

 

However, when we integrate this app to Portal, when we click on a PO number, it tries to open a new window. But in the new window all we see is an error message as below.

 

 

"Page not found. Refresh the page or try again later. If the problem persists, contact your portal administrator for assistance".


Could anyone suggest some tips to fix this issue?


Thanks,

Ajith Cheruvally

Using FBI - Related View tab

$
0
0

Hello Consultants,

I am new to FBI. I am facing issue with "Related view" tab in FBI view..

 

Below are the steps I have followed to create application:

 

1. Created component configuration for FORM UIBB

2. In Feeder class parameters, I have given the FBI view. I have used FBI view to display fields from multiple nodes of the BOPF.

3. In the Elements, I got all the fields from multiple nodes in popup

 

Issue is that, When I placed the fields on UI, Only fields in ROOT node are in editable and rest other fields are disabled for input. What is the issue behind this behaviour?

 

Thanks,

Riz..

FPM interview Question

$
0
0

Hi,

 

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

Problem definig FPM screen .

$
0
0

Hi Experts

I am working with nwbc / FPM.

 

 

I created a Fast Order Screen to be called like First screen

when the user open a Forwarding Order.

 

1.png

 

 

This configuration worked correctly , because when the user open a

Forwarding Order my FAST Order screen is called:

 

2.png

 

My problem is: When i am using STAGES AND CLICK in BUTTON to call other screen,

and i back in this moment ,my FAST_ORDER IS NOT SHOWED ,BUT the main screen is showed

This problem has been ocurring when i call others screens too.

 

How to solve this problem?

 

 

Thanks

Dialog Boxes in FPM applications

$
0
0

I have created many dialog boxes in FPM FORM UIBB ,but all of them open with small window size as default .

 

Is there any way ,by which Dialog Boxes open with big default size

Dropdown in Search GUIBB

$
0
0

Hi Experts,

Could you please explain how to create a dropdown in search GUIBB?

 

In Form UIBB it is configurable - but couldn't find a option for the same in search uibb.


Launch_URL menubar still displaying

$
0
0

Hi,

 

Does anyone know how to hide the menubar when launching a new window?

menubar.jpg

Below is the code I am using

 

DATA ls_params TYPE apb_lpd_s_portal_parameters.

       ls_params-window_features = 'directories=no,location=no,menubar=no,status=no,titlebar=no,toolbar=no'.

 

       CALL METHOD if_nav->launch_url

         EXPORTING

           is_url_fields            = ls_url

           is_additional_parameters = ls_params.


regards

Julian

 

FPM TREE GUIBB Master Column with dynamic fixed values

$
0
0

Hi experts,

I have a GUIBB Type FPM_TREE_UIBB.

Now the requirement is to create a dynamic valuehelp for the master column. So that I can change the values at any roundtrip (maybe in the get_data Method, like i can do it for every other field by changing the field catalog.

Problem is, there is no entry in the field catalog for the master column.

 

Anyone an idea?

 

Thanks and BR,

Sebastian

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

Difference Between Types Of Components

$
0
0

Hello Experts,

                      I am new to fpm can any one explain me what is the use of fpm & advantages? What is the difference betwen different types of components(gaf,oif,ovp & qaf) in fpm.

Regards,

Ramesh

Link to URL in FPM FORM UIBB does not work

$
0
0

Hello,

I have tried to display URL on FPM FORM uibb but I could not get it to work and just to let you know, I tried to follow the SCN thread http://scn.sap.com/thread/3163322.

 

I have implemented the method IF_FPM_GUIBB_FORM~GET_DEFINITION of my custom feeder class Z**** as follows.

 

Types: BEGIN OF ty_link,

              zurl          TYPE string,

              Zabs_url   TYPE string,

            END OF ty_link .

 

 

Method IF_FPM_GUIBB_FORM~GET_DEFINITION.

 

DATAls_field           TYPE fpmgb_s_formfield_descr,

           l_component    TYPE abap_compdescr.

 

   eo_field_catalog ?= cl_abap_tabledescr=>describe_by_name( 'TY_LINK' ).

 

   LOOP AT eo_field_catalog->components INTO l_component.

     CLEAR: ls_field.

     CASE l_component-name.

       WHEN 'ZURL'.

         CLEAR: ls_field.

         ls_field-name                        = l_component-name.

         ls_field-label_text                  = 'Click Link'.

         ls_field-default_display_type  = 'LU'.

         ls_field-link_ref                     = 'ZABS_URL'.

         APPEND ls_field TO et_field_description.

     ENDCASE.

   ENDLOOP.

Endmethod.

 

Then I implemented method IF_FPM_GUIBB_FORM~GET_DATA to get populate the URL reference field ZABS_URL.

 

Method IF_FPM_GUIBB_FORM~GET_DATA.

data: ls_field_usage like line of ct_field_usage.

 

   field-symbols: <fs_data> type ty_link.

 

   assign cs_data to <fs_data>.

   <fs_data>-zabs_url  = 'https://www.google.com/'.

   ev_data_changed    = 'X'.

 

Endmethod.

 

Here's what I see as output (link is not clickable):

 

not_clickable.jpg

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

$
0
0

Hi,

 

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


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

FPM Image Scaling issue

$
0
0

   I am working on  a functionality to display image from MIME repository in FPM  application . I need scale down the image size.

I am not able to find a way to do this. If anyone has worked on this kind of requirement or having solution , please send me mail or ping me .

Display of Image:

Flame1.JPG


 

 

FPM Field Attributes:

flame2.JPG


FPM TREE GUIBB Master Column with dynamic fixed values

$
0
0

Hi experts,

I have a GUIBB Type FPM_TREE_UIBB.

Now the requirement is to create a dynamic valuehelp for the master column. So that I can change the values at any roundtrip (maybe in the get_data Method, like i can do it for every other field by changing the field catalog.

Problem is, there is no entry in the field catalog for the master column.

 

Anyone an idea?

 

Thanks and BR,

Sebastian

Making field as mandatory in Forwarding order application

$
0
0

Hi,

 

I am working in SAP Transportation Management UI.

Please help me for below questions.

1.In forwarding order application,i want to make particular input field as mandatory. I know if it is Web Dynpro ABAP we will selet the state property of input field as required. We have to call 2 methods(Either CHECK_MANDATORY_ATTRIBUTES or CHECK_MANDATORY_ATTR_ON_VIEW) for checking mandatory.

But SAP TM is desgined based on the GUIBB concept and integrated with FBI and BOPF how it can be done here?

2. In same application, i want to hide some tabs based on the role assgined to user. Where will i have to write this code to check what are the roles assigned to user and based on these i should display or hide the tabs.

I believe we have to enhance the existing configuration to achieve the above points. But not sure how or where to enhance?

I have good exp on Plain Web Dynpro ABAP.

Please guide.

 

Thanks,

Bharath.

FPM POWL GUIBB - column width

$
0
0

Hi guys - does anyone know if it is possible to allow the user to change the column widths of fields when accessing a GUIBB POWL ?

 

I have a report with a maintainable dropdown field and I cannot for the life of me get to to display the full text, or enable the user to be able to resize the columns, or manually set the size of the column in the GET_FIELD_CATALOG method of the feeder class so that the whole text is displayed.

 

FYI the largest text in that field would be about 40 chars. I thought it might be because I have the wrapping flags set, but turning them off doesn't make a difference.

 

I'm calling it from an application against FPM_OVP_COMPONENT.

 

Any pointers would be VERY helpful.

 

thanks in advance.

Sean

Viewing all 1726 articles
Browse latest View live


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