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

Layout Change from Tabs to Trays using OIF

$
0
0

Hi Guys,


I need your help to resolving this issue. I have requirement to change the layout of FPM created based on Web Dynpro ABAP application using Object Instance Floorplan (OIF) and the hierarchy is as shown below.

 

Variant

- MAIN VIEW : VIEW 1

- SUB VIEW : SUB VIEW 1 1

- UIBB 1_1_1

 

- MAIN VIEW : VIEW 2

- SUB VIEW : SUB VIEW 2 1

- UIBB 2_1_1

 

These two views are displaying as TABS in UI like VIEW 1 | VIEW 2

 

But my requirement is to make these views display one below another (Trays) with expand and collapse options as below.

 

_______________________________________________________

> VIEW 1

_______________________________________________________

_______________________________________________________

> VIEW 2

_______________________________________________________

 

But I'm not getting any documents related to this. Could you please help me to resolve this.

 

Thanks in advance


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

FPM interview Question

$
0
0

Hi,

 

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

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?

Access via 'NULL' object reference not possible

$
0
0

Hi,

 

I have created a simple web dynpro program which add and remove records,

I am also planning on using  FPM_OIF_COMPONENT to configure my program, however I wanted to test my code (Actions & methods) by creating a web dynpro application and this is the error I'm getting every time I am trying to login. it didn't work even with a blank view embedded to my window.

you help is highly appreciated.

 

Thanks

 

 

 

sap/bc/webdynpro/sap/ztest was not called due to an error.

 

    

Note

 

The following error text was processed in the system LR1 : Access via 'NULL' object reference not possible.

The error occurred on the application server  and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Method: PREPARE_NAVIGATION of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: MODIFY_VIEW_ASSEMBLY of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: FIRE_EVENT of program CL_WDR_COMPONENT==============CP

Method: IFWDR_INTERNAL_API~RAISE_EVENT of program SAPLWDR_RG_PROXY_FACTORY

Method: IF_COMPONENTCONTROLLER~FIRE_PREPARE_NAVIGATION_EVT of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: WDDOBEFORENAVIGATION of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: IF_WDR_COMPONENT_DELEGATE~WD_DO_BEFORE_NAVIGATION of program /1BCWDY/W626HUHUS4NGX9SADQSK==CP

Method: DO_BEFORE_NAVIGATION of program CL_WDR_DELEGATING_COMPONENT===CP

Dynamically hide/show the links on launch pad

$
0
0

Hello,

 

I have developed a custom launch pad for ESS (Employee Self Service). But I want to hide/show the links on the launchpad dynamically i.e. according to user's employee group/subgroup that he belongs to.

 

Is there any BADi/User exit that can be used to do this.

 

Thanks,

Bhushan

Display Freestyle UIBBs in OIF as trays

$
0
0

Hi Experts,

 

    I have a requirement to show Freestyle UIBBs as trays(like the ones in OVP - collapsible) in an OIF configured application. Can this be done?

 

Thanks,

Suhas.

Is it possible to dynamically collapse a UIBB?

$
0
0

I wish to collapse a UIBB based on the application state.  Is it possible to change UIBB attributes such as it's collapse state programmatically?


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!

Webdynpro - FPM Dialog box - pass data

$
0
0

Hi,

 

I have a scenario where I'm thrwing a dialog box I configured in FPM WebDynpro. However I'm not able to pass any data to the dialog box that I called.

 

Any suggestions for me

 

Cheers

Arnab

Display Freestyle UIBBs in OIF as trays

$
0
0

Hi Experts,

 

    I have a requirement to show Freestyle UIBBs as trays(like the ones in OVP - collapsible) in an OIF configured application. Can this be done?

 

Thanks,

Suhas.

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

How to use a generic configuration editor as per note 1283405

$
0
0


Hello,

 

I need to use the URL parameter USE_DEFAULT_EDITOR = X so that I can use the generic configuration editor as per note 1283405. My webdynpro and FPM applications are all SAP standard applications and I am trying to enhance those components. SAP has recommended to set the URL parameter using note 1283405. Can anyone help me in understanding how i can pass this parameter.

 

Thanks & Regards,

Naresh.

Webdynpro - FPM Dialog box - pass data

$
0
0

Hi,

 

I have a scenario where I'm thrwing a dialog box I configured in FPM WebDynpro. However I'm not able to pass any data to the dialog box that I called.

 

Any suggestions for me

 

Cheers

Arnab

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


FPM interview Question

$
0
0

Hi,

 

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

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

Determining Edit/Display Mode from Within Freestyle Component

$
0
0

I am new to FPM.  We are running ESS.

 

I have enhanced a new Web Dynpro Component onto an Edit page of an OVP (as a Freestyle Component).

I want the new WDC to behave differently based on the mode I am in.

How, from within the new WDC, can I tell if I have entered the Edit page in Edit (pencil) or Display mode?

 

Thanks...

 

...Mike

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.

FPM interview Question

$
0
0

Hi,

 

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

Viewing all 1726 articles
Browse latest View live


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