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

Make Visible FPM Toolbar Button(Add->'Other bank') on Bank Data Delete

$
0
0

Hi Experts,

 

I have implemented the requirement to restrict a user's other bank data to 2.

 

I have used the feeder class (CL_HRESS_PER_OVERVIEW) IF_FPM_GUIBB_LIST~GET_DATA method to implement the same.

 

But When I delete the bank data the get data method is not getting called.

 

I read that the visibility of FPM toolbar in ESS can only controlled by that method.

 

So during delete how can I make it visible.

 

The method is called on toggle the toolbar tray. If it is not possible to make visible the FPM Toolbar is it possible to toggle the tray by code.

 

Please help me I am stuck on this for almost a month.

 

 

Regards,

Porselvan


FPM_LIST_UIBB, selected items when customer sorted table

$
0
0

Hello FPMers!

 

I'm building a suite of application using mainly FPM. In this specific case, FPM_OVP_COMPONENT with FPM_SEARCH_UIBB and the FPM_LIST_UIBB.

 

I'd like to allow my users to select one to many rows in the FPM_LIST_UIBB and perform actions for those selections using a button in the toolbar. This works just fine.

 

I'd like to enable the rendering style "ALV Rendering" on the FPM_SEARCH_UIBB, in order for the users to sort and filter the data. This works just fine.

 

However the combinations of the above fails. I.e. I want them to be able to select one or many of the rows in the table after they have sorted and/or filtered, and then perform the functions on those rows, by clicking a button in the toolbar.

 

In my implementation of if_fpm_guibb_list~process_event, how do i get the actually selected data?

 

IT_SELECTED_LINES contains indexes of the selected lines as displayed, but that does not match the indexes of my data table, which remains as found by my search feeder class.

 

Also IV_LEAD_INDEX and IV_EVENT_INDEX behaves as displayed and not according to my data table.

 

 

Please advice on how to proceed to get the data i want. Or is sorting and selection mutually excluded in FPM_LIST_UIBB?

 

Alternatively, please advice on another approach to allow users to sort data and select rows.

 

Best regards!

Jörgen Lindqvist

Vattenfall

Sweden

FPM OVP pop-up

$
0
0

Hi All

 

I´m trying to call a pop-up when click on radio-button.

 

I´m using FPM OVP. I have made a Dialog Box, but  do not know if this is correct.

 

When click on radio button in MOBILE Page, I need to launch a POP up .

 

 

 

 

Thanks

UIBB Configuration Makes Trouble

$
0
0

Hi Experts,

 

We've made a component configuration (called YMAINTAIN_POSITION_REQ) for SAP's Web Dynpro component "MAINTAIN_POSITION_REQ", in order to hide a table column in the view "REQ_OVERVIEW_VIEW". This component will be processed within the Web Dynpro application "maintain_position_req" (component FPM_GAF_COMPONENT).

 

To get our configuration YMAINTAIN_POSITION_REQ processed we also made an own configuration for application maintain_position_req (called YMAINTAIN_PRQ_GAF). In this configuration we changed the configuration for implementation "FPM_GAF_COMPONENT" from "MAINTAIN_PRQ_GAF_COMP" to "YMAINTAIN_PRQ_GAF_COMP", the third own configuration (this time a component configuration for FPM_GAF_COMPONENT). In this third configuration we changed a special UIBB configuration (from empty) to the first mentioned one "YMAINTAIN_POSITION_REQ", belonging to component "MAINTAIN_POSITION_REQ".


Here comes our problem: The column could be hided with this work. But unfortunately the view "REQ_OVERVIEW_VIEW" of Web Dynpro "MAINTAIN_POSITION_REQ" gets no data, when the configuration is used. The debugger shows, that the local context of the view keeps empty and we don't know why.


Anyone here with helpful hints?


Best regards!

Messagehandling in AppCC

$
0
0

Hallo,

 


is it possiblein anFPMapplicationwithseveralGUIBBsto display the messages direktly in the GUIBBs? Ormustall message display in a commonmessagearea on top of the page?

I am using therelease7.02.

FPM interview Question

$
0
0

Hi,

 

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

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!

Switching pages in FPM OVP with an HTMLISLAND causes FPM to hang

$
0
0

I have a freestyle component containing an HTMLIsland in the initial page of my FPM application.  One can switch to the main page.  If one goes back to the initial page (without refreshing the browser) the content in the htmlisland will be gone.  If the user right-clicks on the screen anywhere, or clicks on the button that navigates to the other page, the FPM application will perpetually hang.  This occurs in the latter scenario after the WD code has been run - immediately after SAPMHTTP method %_HTTP_START line system-call plugin id 'HTTP' value 'Finalize'. "#EC NOTEXT

No dumps occur.

 

I have confirmed this is the case with any sort of content in the HTMLIsland, including just a line of simple text.

 

Does any solution exist for this problem?


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?

How to hide default collapse button in FPM OVP

$
0
0

Hi,

 

I need to hide the collapse button. I am using FPM OVP Configuration with one UIBB in Page Master and Tabbed configuration in SECTION_1 of the same page..I checked out the configuration options to hide this collapse button.But it didn't find any option for the same.Is it possible to hide the standard collapse button.

Populate BO Data - Freight Order

$
0
0

Hello BOPF Masters,

 

I'm just starting with BOPF developments and I would like some help if possible.

 

I added some fields in the standard screen, and now I need to populate the data from another BO. The Information is the 'planning date' of freight order on the schedule line tab.

 

I also need to populate the fields entering the freight unit of BO.

 

If someone could guide me throught the necessary methods to get these informations or have some material that could share with me. I would be very grateful.

 

Many thanks.

 

Regards

Enhancing the User Interface - Create Ocean Booking (Popup)

$
0
0

Hi Masters,

 

I'm starting in BOPF developments and I would like some help on Enhancing the User Interface.

 

I need to add some fields in the screen below:

 

Transportation Cockpit -> Freight Orders/Freight Bookings -> New -> Ocean Booking -> Create Ocean Booking (Popup)

 

Current View

Component: FPM_FORM_UIBB

Component Configuration: /SCMTMS/WDCC_PLN_DLG_ADDTOROBJ (Transportation Cockpit - Add TOR Object Dialog)

 

In the configuration /SCMTMS/WDCC_PLN_DLG_ADDTOROBJ clicking on button Edit Parameter (Feeder Class Parameters), its do not show me FBI View, only information is Feeder Class name.

 

The question is, how can I get the business object, the node and the node UI strutucture defined in FBI View for this popup screen?

 

Regards,

 

Felipe Moraes

Integrating FPM in WDA

$
0
0

what is Floorplan Manager ?

Why it is used ?

 

How to integrate Floorplan Manager in Web Dynpro ABAP ?

Which method is triggered when browser is closed by user in FPM GAF

$
0
0

Hi Team,

 

I have developed a FPM application using GAF. My question is to find out which method is triggered when the user closes the browser by the close button on top right corner. Actually I would like to write some code for clean up activities of my application if user does so.

 

Please help on this.

 

Thanks,

Mainak

Attachment functionality in portal leave

$
0
0

Hi,

 

 

We require attachment functionality while applying leave from portal, And this attachment should be available to manager at the time of approval.

 

Note:

 

if you see below URL we can get above requirement  by updating patch , but client asking within the same patch he want the requirement.

 

How to Add – and Track – Attachments to Leave Requests


FLOOR PLAN MANAGER WITH WEBDYNPRO ABAP

$
0
0

Hi All,

 

How to learn FPM , please help me....and please send some doc's...

 

 

 

Regards.

Sunil B

What is FLUID - Flexible UI Designer ? How to use it in WDA ?

$
0
0

Please Share step-by-step process.

OVERRIDE_EVENT_OVP method not triggering for multiple components in FPM

$
0
0

I am using 2 different webdynpro components using the  FPM_OVP_COMPONENT configuration.

 

In the first tab, have used a custom webdynpro component and in the second tab another custom webdynpro component.

The override_event_ovp method is triggering for the first component.

 

In the second webdynpro component's View, I have created an Execute button and when I have clicked on the execute button, the override_event_ovp method is not triggering.

 

Please let me know the process when we are using multiple webdynpro components at the same Configuration.

 

Thank you!

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!

FLOOR PLAN MANAGER WITH WEBDYNPRO ABAP

$
0
0

Hi All,

 

How to learn FPM , please help me....and please send some doc's...

 

 

 

Regards.

Sunil B

Viewing all 1726 articles
Browse latest View live


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