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

F4 event in List UIBB

$
0
0

Dear Experts,

 

Is it possible to trigger automatic event after F4 help in List UIBB?

 

In Form UIBB, I find there is a parameter 'No Automatic Event after F4 Help' in FORM component configuration, but I can't find such parameter in List UIBB.

 

Thanks,

Sukai


Error in the application after upgrading the system

$
0
0

Hi Guys,

 

we have upgraded our sisytem from NW 702 SP Stack 12 - 14. Before this upgrade the system worked correctly.

We use FPM_TABBED_UIBB to define tabs and each tab has different WD applications. Now we have a problem Access via 'NULL' object reference not possible when we want to change from a tab to another the second time. For example: I go to the tab1 and all is correct, then I go to tab2 and it works correctly but when I go back to the tab1 the system fails.

 

The dump stack is the next:

  22 METHOD       CL_WDR_COMPONENT==============CP    CL_WDR_COMPONENT==============CM01E     3

     CL_WDR_COMPONENT=>IF_WD_COMPONENT~GET_COMPONENT_INFO

  21 METHOD       CL_FPM_COMPONENT_MANAGER======CP    CL_FPM_COMPONENT_MANAGER======CM00A   336

     CL_FPM_COMPONENT_MANAGER=>GET_RELEASE_FEASIBILITY

  20 METHOD       CL_FPM========================CP    CL_FPM========================CM00P    51

     CL_FPM=>CALL_RESOURCE_MGR_ONHIDE

  19 METHOD       CL_FPM========================CP    CL_FPM========================CM005    77

     CL_FPM=>PROCESS_EVENT

  18 METHOD       CL_FPM========================CP    CL_FPM========================CM00C    34

     CL_FPM=>RUN_EVENT_LOOP

  17 METHOD       CL_FPM========================CP    CL_FPM========================CM002     5

     CL_FPM=>IF_FPM~RAISE_EVENT

  16 METHOD       CL_FPM_TABBED_ASSIST==========CP    CL_FPM_TABBED_ASSIST==========CM008    39

     CL_FPM_TABBED_ASSIST=>ONACTIONSELECT_TAB

  15 METHOD       /1BCWDY/0O2TIPOPNELM1MBN5PCA==CP    /1BCWDY/B_0O2TIPOPNELM1MD83UIC        583

     CL_TABBED_VIEW_CTR=>ONACTIONSELECT_TAB

     Web-Dynpro-Component          FPM_TABBED_UIBB

     Controller                    TABBED_VIEW

  14 METHOD       /1BCWDY/0O2TIPOPNELM1MBN5PCA==CP    /1BCWDY/B_0O2TIPOPNELM1MD83UIC        320

     CLF_TABBED_VIEW_CTR=>IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER

     Web-Dynpro-Component          FPM_TABBED_UIBB

     Controller                    TABBED_VIEW

  13 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM006     6

     CL_WDR_DELEGATING_VIEW=>INVOKE_EVENTHANDLER

  12 METHOD       CL_WDR_ACTION=================CP    CL_WDR_ACTION=================CM00A    38

     CL_WDR_ACTION=>IF_WDR_ACTION~FIRE

  11 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM00U    95

     CL_WDR_WINDOW_PHASE_MODEL=>DO_HANDLE_ACTION_EVENTS

  10 METHOD       CL_WDR_WINDOW_PHASE_MODEL=====CP    CL_WDR_WINDOW_PHASE_MODEL=====CM002    85

     CL_WDR_WINDOW_PHASE_MODEL=>PROCESS_REQUEST

   9 METHOD       CL_WDR_WINDOW=================CP    CL_WDR_WINDOW=================CM00V    12

     CL_WDR_WINDOW=>PROCESS_REQUEST

   8 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00I    76

     CL_WDR_MAIN_TASK=>EXECUTE

   7 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00U     6

     CL_WDR_MAIN_TASK=>IF_WDR_RUNTIME~EXECUTE

   6 METHOD       CL_WDR_CLIENT_ABSTRACT_HTTP===CP    CL_WDR_CLIENT_ABSTRACT_HTTP===CM01C   100

     CL_WDR_CLIENT_ABSTRACT_HTTP=>HANDLE_REQUEST

   5 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM010    81

     CL_WDR_MAIN_TASK=>_HANDLE_REQUEST

4 METHOD       CL_WDR_MAIN_TASK==============CP    CL_WDR_MAIN_TASK==============CM00J    19

   CL_WDR_MAIN_TASK=>IF_HTTP_EXTENSION~HANDLE_REQUEST

3 METHOD       CL_HTTP_SERVER================CP    CL_HTTP_SERVER================CM01B   388

   CL_HTTP_SERVER=>EXECUTE_REQUEST_FROM_MEMORY

2 FUNCTION     SAPLHTTP_RUNTIME                    LHTTP_RUNTIMEU02                     1152

   HTTP_DISPATCH_REQUEST

1 MODULE (PBO) SAPMHTTP                            SAPMHTTP                               13

   %_HTTP_START

 

What is the source of this error? How could I solve that?

 

Bests,

Sergio.

Deselect a row in FPM List

$
0
0

Hi all,

 

I have an UIBB List with a list of customer in my sales application.

I need to allow my users to deselect a row from this list but I didn't find a solution (an event like FPM_LEAD_DESELECTION or similar ?).


Any help?


Thanks in advance,


Francesca

Changing Title FPM OVP at runtime

$
0
0

Hi,

 

I want to change the title of my OVP Floorplan. But the correct way for OIF (IF_FPM_IDR) seems not to work:

 

data lo_idr TYPE REF TO if_fpm_idr.

data lo_fpm TYPE REF TO if_fpm.


lo_fpm  = cl_fpm_factory=>get_instance( ).
lo_idr ?= lo_fpm->get_service( cl_fpm_service_manager=>gc_key_idr ).

 

After this step LO_IDR is initial.

 

 

So I try IF_FPM_OVP. There are two methods GET_CURRENT_CONTENT_AREA and CHANGE_CONTENT_AREA. The second method has an attribute to change the title.

data lo_ovp type ref to if_fpm_ovp.

lo_ovp ?= lo_fpm->get_service( cl_fpm_service_manager=>gc_key_cnr_ovp ).

ls = lo_ovp->get_current_area( ).

ls-title = 'TEST'.

lo_ovp->change_content_area( ls ).

This application dumps at runtime, message "Configuration can not changed at this moment" (German "Konfiguration kann zu diesem Zeitpunkt nicht geändert werden").

Reason:

Method IF_FPM_OVP~CHANGE_CONTENT_AREA (CL_FPM_OVP)

Var: me->mv_changeable_by_application = abap_false (Var is initial at runtime)

--> Raise Exception

How can I change this parameter?

Can anyone help?

Best regards

HCM ESS - Employee Connection - Link not working

$
0
0

Hi all,

 

We are facing an issue with the ESS portal in (Employee Connection-> New Hire and Life Events -> Birth). The links are working fine till the Benefits Enrollment. But when it reaches the 'Benefit enrollment'the system is throwing the following error (The Domain Name Server (DNS) is not reachable, The Domain Name Server (DNS) does not have a listing for the website's domain, etc.). This was working fine before, it happened after and upgrade to EHP 7.


The problem seems to be a configuration issue as we are able to directly execute the application configuration ‘ZHRESS_XXXXXXX’ of WD application ‘HRESS_XXXXX’.  Also checked the implementations of BADI ‘HRESS_MENU’ and could find anything related to this.

 

I don't have  admin role for checking whether the link has been properly maintained. But the portal admin already had a look on the issue and he couldn't find anything useful.


What could be the possible reasons for this issue? Also will be very useful, if anyone could provide an idea on the tables which we can look for configurations/ link maintenance, etc. (as I don't have portal admin role).

 

portal.jpg

Thanks and Regards,

Johan

Updating the BOL

$
0
0

Hi ,

 

 

I am working in the HCM ESS Portal side, and the standard system uses BOL for several process. I havea doubt regarding updating the BOL buffer.

 

 

The actual requirement is, we need to modify some data through an enhancemnt and that we are able to do. But since the data in the BOL buffer is not updated with the current changes, the sytem is not processing to the next level.

 

 

These are details from Genil_Model_Editor.

 

 

Component : HRBENF

 

 

Root Object : PERNR_BEN

 

 

Dependent Object HEALTH_PLANS

Component                      HRBENF

Object                             HEALTH_PLANS

Object Type                     C Dependent Object

Key Structure                   HRESS_S_BEN_HEALTH_KEY

Attribute Structure             RPBEN_OA

Root Object                      PERNR_BEN

 

 

Relations

Aggregation HEALTH_DEP_REL Child Cardinality 0..n

Component                            HRBENF

Relation                                 HEALTH_DEP_REL

Source Object                        HEALTH_PLANS

Card. of Srce Object               C1

Relation Type                         C Aggregation

Card. of the Assigned Object   B 0..n

Assigned Object                     DEPENDENTS

 

 

My requirement is to update the value of an attribute in the Relation HEALTH_DEP_REL.

 

 

Please help me with this. It will be very helpful if you could provide the sample code for this.

 

Thanks

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.


Problem with tooltip on Link to Action columns

$
0
0

Hi all,

 

I have a problem with tooltip when the user does mouseover on Link to Action colums of order list.

I have a column of Link to Action type, this column is configured as below:

attributes.PNG

When the user go on mouse over this column, the fpm open a window that shows a large version of image contained in Image Field:

tooltip.png

 

I would like to remove all behavior on mouse over: I would like to remove the large image but even the system tooltip "Get PDF".

If I try to leave blank the Tooltip field in configuration, the fpm shows anyway a system tooltip that I don't like.

 

Thanks in advance,

 

Francesca

Selection popup for print preview in SAP SRM 7

$
0
0

Hello gurus,

I'm facing a task for a desired specification on SRM 7.0.

 

On Purchase Order and Contracts WD views, there's a button called "Print Preview" which triggers a smartform-generated function module.

In our scenario, a specific BADi implementation contains the logic that selects the specific smartform that will be triggered.

 

Now, the desiderata is as follows:

- for CERTAIN DOCUMENTS, e.g. the ones which refer to a specific organization, we should generate a selection popup in which the user can choose which type of smartform has to be triggered. This event (the selection popup) should be triggered by the pressure of the "Print Preview" button.

 

So far, lots of doubts... I hope someone could give an hint on the task:

- since "Print Preview" is a button that belongs to the WD "FPM_OIF_COMPONENT" (view CNR_VIEW), first of all, how can I check for condition on the document to determine whether the popup should be triggered or not? In other words: how can I check @FPM level data of the underlying document?

 

- what's the easiest way to trigger a popup after the button has been pressed?

I've seen that *any* button on FPM_OIF_COMPONENT triggers the method "ONACTIONBUTTON_PRESSED"; should I enhance the method by creating a pre-exit which checks against doc's data and eventually triggers a popup?

 

- How can I then propagate user's selection to the underlying layer? As far as I've seen, Smartform determination is performed AFTER the button has been pressed, so ... does the solution sketched above make sense, or there's another spot in which is useful to introduce my custom routines?

 

Thanks to anyone which would give me hints or suggestions on the task.

Kind regards,

M.

FPM application was started without configuration

$
0
0

Hi,

 

An error 'FPM application XXXXX was started without configuration' is displayed when running an application in portal.

Can you please let me know why this error is being thrown even an application configuration is created for the web dynpro component.

 

Thanks,

Shruthi

Passing custom URL parameter to a FPM app

$
0
0

Hello,

 

I am facing a problem when trying to pass an URL parameter to a GAF FPM application.

 

The standard way by adding a parameter to the WD application and adding a parameter to the default plug in the window doesn't work for FPM... at least in my case.

 

Does anyone know how URL parameters work with the FPM framework?

 

Thank you and BR,

Chris

Link to URL in Form GUIBB cannot be clicked

$
0
0

Greetings,

I am dealing with a Form GUIBB with an element of type Link to URL.

No matter how hard I try it appears in my form as unclickable.  I have tried changing the

value of the attributes read_only, disabled and a few others in the code of my feeder class

(in GET_DEFINITION) but I have not succeeded.   In the component configuration this element

has Link Type = Navigation.

Any suggestions?    Thanks in advance!

Regards, Eric

Chart UIBB: Export Chart Image

$
0
0

Hello Everybody,

 

I was wondering whether it is possible to export the chart displayed in a Chart UIBB as an image as it is already possible to export data from a List UIBB to a spreadsheet (if enabled in configuration).

 

Picture1.png

 

Do you have any idea if that's possible? FPM Team: Is this feature already existing / planned?

 

 

With kind regards,

 

Michael

Deselect a row in FPM List

$
0
0

Hi all,

 

I have an UIBB List with a list of customer in my sales application.

I need to allow my users to deselect a row from this list but I didn't find a solution (an event like FPM_LEAD_DESELECTION or similar ?).


Any help?


Thanks in advance,


Francesca


HCM ESS - Employee Connection - Link not working

$
0
0

Hi all,

 

We are facing an issue with the ESS portal in (Employee Connection-> New Hire and Life Events -> Birth). The links are working fine till the Benefits Enrollment. But when it reaches the 'Benefit enrollment'the system is throwing the following error (The Domain Name Server (DNS) is not reachable, The Domain Name Server (DNS) does not have a listing for the website's domain, etc.). This was working fine before, it happened after and upgrade to EHP 7.


The problem seems to be a configuration issue as we are able to directly execute the application configuration ‘ZHRESS_XXXXXXX’ of WD application ‘HRESS_XXXXX’.  Also checked the implementations of BADI ‘HRESS_MENU’ and could find anything related to this.

 

I don't have  admin role for checking whether the link has been properly maintained. But the portal admin already had a look on the issue and he couldn't find anything useful.


What could be the possible reasons for this issue? Also will be very useful, if anyone could provide an idea on the tables which we can look for configurations/ link maintenance, etc. (as I don't have portal admin role).

 

portal.jpg

Thanks and Regards,

Johan

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

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

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

Adding additional tab and auth object in WD development using FPM - OIF

$
0
0

Hi ,

 

I have a requirement to add an additional tab for the standard WD development. I could able to add this but it should be displayed based on authorisation object. This screen been designed and added using FPM and after addiign the additional tab with screen using FPM, Im not able to find a solution to put an authorisation. The type of FPM used is OIF, it would be helpful if any solution available for this.

 

 

Regards,

Praveen

Viewing all 1726 articles
Browse latest View live


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