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

Navigate between two FPM OVP applications

$
0
0

Hi all,

is it possible to navigate between two OVP applications?

The first OVP is the main application, meanwhile the second has to be called at button event.

 

Thanks in advance.

Regards,

Dario.


Changing the title of UIBB section

$
0
0

Hi,

I'm trying to change the name of a UIBB section via component configuration

 

The component is FPM_OVP_COMPONENT. and the  details are as follows

 

Application: HRESS_A_PTARQ_LEAVREQ_APPL

Application Configuration: ZHRESS_AC_PTARQ_LEAVREQ

Application Component: PA-ESS-XX-WDA

 

 

Start Component

Component: FPM_OVP_COMPONENT

Component Configuration: ZHRESS_CC_PTARQ_LEAVREQ

Personalization: ZHRESS_CC_PTARQ_LEAVREQ

Application Component: BC-WD-CMP-FPM

 

I need to change 'TIme Accounts Overview' to 'Leave Balances Overview'

UIBB1.png

The title seems to be hardcoded against the UIBB section

UIBB2.png

 

I've tried to change the title in additional settings but this just changes the title underneath

 

UIBB3.png

 

I have the same issue change the tab titles for all WD ABAPs

 

Any help much appreciated

 

Andrew

How to grayout input fields in fpm guibb ?

$
0
0

How to grayout input fields in fpm guibb ?

raising error messages on click of Next Button in GAF

$
0
0

Hi ,

I have created OIF application for my WD component using FPM_GAF_COMPONENT.

I am able to generated the roadmap and on the second step of the roadmap , I have certain input fields. Now based on some validations, I want to generate the error message.

 

I have made a button and in the onaction of that , I am successfully able to validate the fields using report T100 message.

 

  DATA: valid_characters         TYPE string .    CONCATENATE '0123456789' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ '  'abcdefghijklmnopqrstuvwxyz&' INTO valid_characters RESPECTING BLANKS.  DATA lo_nd_node_vname TYPE REF TO if_wd_context_node.  DATA lo_el_node_vname TYPE REF TO if_wd_context_element.  DATA ls_node_vname TYPE wd_this->element_node_vname.  DATA lv_vname LIKE ls_node_vname-vname.
* navigate from <CONTEXT> to <NODE_VNAME> via lead selection  lo_nd_node_vname = wd_context->get_child_node( name = wd_this->wdctx_node_vname ).

* get element via lead selection
  lo_el_node_vname = lo_nd_node_vname->get_element(  ).

* get single attribute
  lo_el_node_vname->get_attribute(    EXPORTING      name =  `VNAME`    IMPORTING      value = lv_vname ).  IF NOT lv_vname CO valid_characters.    CALL METHOD wd_this->mr_message_manager->report_t100_message      EXPORTING        iv_msgid          = 'ZVM_MESSAGE_CLASS'        iv_msgno          = 000        io_component      = wd_this        iv_severity       = if_fpm_message_manager=>gc_severity_error        iv_lifetime       = if_fpm_message_manager=>gc_life_visibility_automatic        io_element        = lo_el_node_vname        iv_attribute_name = `VNAME`.  ENDIF.

 

But my requirement is to validate the input fields on click of the Next button of the roadmap

How can I do it?

 

Thanks,

Amit

Conditionally enable/disable a field in ALV display on Webdynpro

$
0
0

Hi users,

I have a requirement where in a webdynpro ALV display, in which I have to enable/disable the particular cell and not the column or row completely based on business conditions. Please suggest me if there are any method to set the AVL cell settings.

 

Regards,

Zabeen

Enable / Disable a Step in GAF

$
0
0

I have an application with 4 steps. In the step 1 I want to disable the step 3 and 4. How do I do that? I use GAF in FPM for the web dynpro application. Thanks!

Open adobe form on button click

$
0
0

Hii.

 

I hava a list uibb with print button and i want that when press event is raise to open adobe form(adobe form - sfp transaction)

How i do it in fpm?

 

Tnx

How to add buttons in Main toolbar in SAP EHSM?

$
0
0

Hi All,

 

We have a requirement where we need to add button to main toolbar in incident creation in SAP EHSM.

 

Comp. Configuaration : EHHSS_INC_REC_OIF_V3

 

Tool  bar.JPG

 

In the above picture, we want to add custom button "Submit". But when i add new button in comp. configuartaion, my application stops responding and i get time out error.

 

Please suggest,how to move forward.

 

Thanks,

Vimal


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.

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

Adding a custom button to FPM - how to manage the custom event

$
0
0

Hello experts,

 

I'm dealing with a simple task, that is, adding a custom button to FPM (OIF) in a standard application.

 

So; I found that the standard application (RFx process in SRM) uses FPM_OIF_COMPONENT with the configuration /SAPSRM/WDCC_FPM_OIF_RFQ_PR_PU.

 

I then used the Component Configurator on /SAPSRM/WDCC_FPM_OIF_RFQ_PR_PU , enhancing that in order to add a custom button, say FOO.
The element ID is the set to "FOO" while FPM Event ID is set to "FOO_BAR" (I have to implement this, right?).

 

Now, starting from the point that the button is visible thru the application but obviously, it doesn't work...Searching in SDN I found that I should write my own code into the PROCESS_EVENT of ComponentController... but which ComponentController?

 

As the application uses FPM_OIF_COMPONENT, it has a lot a subordered MainView, and each one of these contains a WD Component. Each one has its own ComponentController.

 

This makes me thinking that once I add to identify what's called "appCC" for a certain configuration. I used to do it via Configurator on a SAP SRM 700.

 

Is this the right direction or I'm missing something?

 

If I'm following the right path... there's a problem. I'm now dealing with a SAP SRM 702 and the Component Configurator layout has been modified a bit; I cannot locate the option to see what's the appCC reference for that configuration.

 

Could you please help me? Thanks!

Visibility of a Table element - WebDynpro ABAP

$
0
0

hi all,

 

I m trying to do the next  ...

 

I have a select options with a button that trigger a method.  In this method I want to set on  the visibility of a table with the result of a SO .

 

I see that I can put  'visible'  throgh  properties of the table . but I dont know how i can do visible again the table.

 

any ideas?

 

regards

Usability issue with OVP toolbar in BlueCrystal

$
0
0

Hello all,

 

we are using the FPM Overview Page Schema in the BlueCrystal theme and have the following usability issue:

 

As opposed to the Corbu theme, the toolbar is displayed in the bottom of the page, whereas it is displayed on the top of the page in Corbu. Now, most of our UIs have been designed under the assumption that the toolbar is on top. Usually the OVP has the following layout:

 

 

Header data
Item data

Item details/Additional Data

 

The global toolbar contains actions on header level, for example an action "Release". The corresponding status "Release" is displayed on top of the page in the header section. So in Corbu, the button is close to the affected fields. However, in BlueCrystal the field and button are separated by the item and details section which are completely irrelevant. This might sound like a very minor issue, but when you actually use the UI it is highly disturbing and we are even discussing switching back to Corbu just because of this.

 

Does anyone else have the same issue? What are your thoughts on this?

 

Who would we have to address if we think this should be changed?

 

 

Thanks and regards,

Marc

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 grayout input fields in fpm guibb ?

$
0
0

How to grayout input fields in fpm guibb ?


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

Enhance standard FPM for having Z fields on screen and saving them to database

$
0
0

Hi Experts,

 

Am working at a requirement where I have to enhance a standard FPM component and add some custom fields on the screen.I have enhanced the standard tables VBAK and VBAP and created a Z component having a header view and item view with these Z fields. i have sucessfully created the Tabs at item level and header level and these fields are now displayed at the FPM as well.

 

Can i expect some help in saving these fields in the database, I cannot figure out as how i can pass the data from these fields and get the table updated with these fields.

 

Below is the configuration which i have enhanced,

 

LO_OIF_FORM_HEAD_EHP5 - for the header fields

 

The standard components involved are

 

FPM_LIST_UIBB and FPM_FORM_UIBB

 

Any help in this regards would be appreciated,

 

Thanks,

Shitanshu Sahai

FPM - Hiding custom tab dynamically.

$
0
0

Dear friends,

 

Let me start with details.

Details :

 

STD WDC : FPM_OIF_COMPONENT(there are 5 views in this component)

Component configuration name : /SAPSRM/WDCC_FPM_OIF_PO_PURCH

 

In this CC, i have added a new custom tab as 7th position in the tab strip and given my own Z Webdynpro component in the attributes.

 

Requirement : The custom tab should appear only for certain conditions.

 

My method :

 

1) I have tried to put some code in the modifyview and post-exit of MAIN to hide based on condition - Requirement not met.

2) same as above, in post-exit method of CNR_VIEW - Requirement not met.

 

Solution :Any methods apart from the above to achieve this requirment would surely be appreciated.

 

Regards,

Vinay

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

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>