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

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


Determine portal system alias in WebDynpro application

$
0
0

Hello experts,

 

I created an FPM OVP application that lauches an FPM GAF application, from there it's possible to go back to the OVP application. I'm using the suspend resume functionality to achieve this:


DATA lo_nav TYPE REF TO if_fpm_navigate_to.
DATA ls_webdynpro_fields TYPE fpm_s_launch_webdynpro.
DATA ls_additional_params TYPE apb_lpd_s_add_wd_parameters.


lo_nav = wd_this->go_fpm->get_navigate_to( ).
ls_webdynpro_fields-system_alias     = 'SAP_DUMMY'.
ls_webdynpro_fields-wd_namespace     = 'SAP'.
ls_webdynpro_fields-wd_application   = 'ABC'.
ls_webdynpro_fields-wd_configuration = 'DEF'.
ls_additional_params-navigation_mode    = cl_apb_launchpad_api=>e_nav_mode-inplace.
ls_additional_params-use_suspend_resume = abap_true.

 

lo_nav->launch_webdynpro_abap(

  EXPORTING is_webdynpro_fields      = ls_webdynpro_fields
            is_additional_parameters = ls_additional_params
  IMPORTING et_messages              = lt_message
            ev_error                 = lv_error ).


The scenario works fine if the application is called directly. But when the application is called in a portal environment, I get a portal exception:

 

[EXCEPTION]
com.sapportals.portal.appintegrator.ApplicationIntegratorException: Unknown system alias.
System Alias:  'SAP_DUMMY'


If I leave the field SYSTEM_ALIAS blank, I get the error message that the field is mandatory. I could ask the portal administrator for the correct system alias, but if it changes, I have to update my program code.

 

Is it possible to determine the given portal system id for the system the application is running on if an application is called from the portal? I found example code for WebDynpro Java, but not for WebDynpro ABAP.

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.

Launch transaction from FPM_OIF_COMPONENT (without launchpad)

$
0
0

Hi,

 

We are using FPM_OIF_COMPONENT for a web dynpro application in ECC 6.0. The application is triggered via a Z* parameter transaction code, set up with STARTMODE = BROWSER. Due to the older SAP version, we are running IE 11 in compability mode.

 

To launch standard SAP transactions from the application, we have tried to use IF_FPM_NAVIGATE_TO-LAUNCH_TRANSACTION. However, when calling this method, nothing happens (and no error messages are returned from the method).

 

Is it possible to launch a transaction from a web dynpro application without launchpad in this environment? If so, what is required (set up of SYSTEM_ALIAS, determination of GUI type WIN_GUI / WEB_GUI, etc.)?

 

All help/feedback is highly appreciated.

 

Regards,

 

Mari V.

List with sub-headers using List ATS UIBB

$
0
0

Hi Experts,

 

     I have a requirement to achieve the following layout using List ATS UIBB. i.e with headers and sub-headers. Since I am new to FPM I am not sure if it is possible using the list ATS UIBB or not. If Yes, Could somebody please guide me through the steps to achieve the same.

 

list.PNG

Thanks & Regards

Anoop

feeder class parameter is not showing

$
0
0

Hi all,

 

I am doing some enhancement in the component configuration. I am unable to see the feeder class, feeder class parameters, final flags.

 

Do I need to implement any notes ??

 

 

 

feederclass parameters.JPG

 

In staging server, I am getting like below the moment I copied the component configuration:

 

feederclass parameters1.JPG

 

Please suggest what I need to do.

 

Regards,

Namsheed.

Wiring data is not working in Feeder class

$
0
0

Hello All,

 

We have recently moved from EHP 6 to EHP 7.In the older version we have created a custom feeder class with Super class as /BOFU/CL_FBI_GUIBB_LIST . We have used the same Get data code also and modified as per our requirement in our custom feeder class.

 

But after the EHP7 upgrade , the data is not displayed in the Screen. And as per my initial analysis I found out that  the below code part is not able fill the lt_keys in our custom  feeder.

 

if Lo_entity_collection IS BOUND.

lt_keys = lo_entity_collection->get_self_keys( ).

 

Endif.

 

I have checked and cross verified with our old version that all the wiring is also correct. EV_DATA_CHANGED is also consider correctly for data change.My  port identifier is CO now.

 

Can  any one let me know what should be the done in EHP7 from EHP6 so that I will get the values displayed in my LIST.

 

Regards,

Partha

 

 

 

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


Not able to find the code where Data binding is happening in SAP TM

$
0
0

Hi,

 

I got an opportunity to work in SAP Transportation Management as a technical consultant. I have prior Web Dynpro and FPM exp but do not have FBI and BOPF exp.

I see couple of standard components(FPM_FORM_UIBB, FPM_LIST_UIBB..etc) are used for designing and developing the SAP TM applications.

I know that data has been retrieved from BOPF and displayed in the Web Dynpro UI.

But as per my experience, to display the data in UI, we should use BIND_TABLE, BIND_STRUCTURE or SET_ATTRIBUTE or SET_STATIC_ATTRIBUTES..etc methods should had been used.

I do not see any such coding exist in the SAP TM Web Dynpro applictions.

Kindly someone please guide me where can i find the code for data binding. My understanding is like without these methods we can not display the data in to UI screens.

This coding is written in which method of the WD component or which method of the feeder class?

Please help me.

 

Thanks,

Bharath.

Adding custom UIBB's into Standard WDA FPM application

$
0
0

Dear Expert's,

 

I am working on enhancing an Standard WDA FPM component EAMS_WDC_JOB which has some custom configurations.

 

My requirement is to add two custom UIBB's in the popup screen and I am not sure, how to pass data from standard application to custom UIBB's feeder class.

 

I am new to FPM and it will be helpful, if someone can guide me on how to pass data between Standard and Custom UIBB's. Is it possible to add a standard configuration of an UIBB (Form) and get the data passed ? Also, i have functionality to save back the data.

 

Thanks and Regards,

Gaurav.

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.

Type conflict with ASSIGN in program CL_MDG_BS_MAT_SERVICES

$
0
0

Hi All,

 

       I have a faced a problem while creating a material .Actually i add a new uibb in the layout and there i didn't get any error from there, but when i was trying with creating a new material i got the error.Please give me any solution as soon as possible,it's urgent.

 

 

type.png

 

Thanks and Regards,

T.Biren Kumar Patro

Copying a standard Tabbed UIBB into custom

$
0
0

Hi Experts,

 

I have a requirement wherein I need to copy the standard Tabbed UIBB to a custom one. I made the copy , but when i run the application only the list UIBB (green) is displayed , other UIBBs (red)  are not visible.

 

Below is the Nesting of the Tabbed UIBB : EHHSS_INC_REC_OIF_V3_TASK_MD

Copied Configuration : ZEHHSS_INC_REC_OIF_V3_TASK_MD

 

UIBB Scrnshot.png

Please let me know, any other config need to be done along with copying the UIBB, so that the nesting works correctly with the Zconfiguration.

 

Thanks in advance.

Change the text in the IDR view of FPM

$
0
0

Hi Webdynpro Experts,

 

Capture.PNG

Ingredients:

FPM_IDR :

General Information about the Application and Component

Application:

/SAPSRM/WDA_L_FPM_OIF

Web Dynpro Component:

FPM_IDR_COMPONENT

Window Information:

IDR

View Information:

IDR_VIEW

Configuration ID:

/SAPSRM/WDCC_FPM_IDR_BEV_RFQ

Information on Field

Field ID:

BOTTOM

Type of UI Element:

TEXT_VIEW

UI Element Library:

STANDARD

 

Webdynpro(WD) Component:

General Information about the Application and Component

Application:

/SAPSRM/WDA_L_FPM_OIF

Web Dynpro Component:

SAPSRM/WDC_AODC_BEV_ACT

Window Information:

IV_L_FPC_CA_DETAILS

View Information:

V_BID_ACTIVITY

Configuration ID:

/SAPSRM/WDCC_AODC_BEV_ACT_RFQ

 

Requirement


My Requirement is to change the text (*7384 Days 15:12:11) displayed in ticket_bottom of IDR view of FPM.

How to get the instance of this FPM IDR into the WD component SAPSRM/WDC_AODC_BEV_ACT?

 

Can anyone please help me out of this problem?

 

Thank You,

Swetha.C

Help~ question about lead selection in LIST UIBB

$
0
0

Hallo Expert,

 

I have one question about the lead selection in list uibb

 

in a list UIBB, usually a row is selected by uers' action: clicking the selection part.  Now if I want to do the selection by other way, for example, by checking a check box in another column of this row,  then this row is selected, is it possible?

 

as showing in the picture, when the check box(selected) is checked, this row is lead selected(the blue part), is that possible ?

 

hope you can help me.

 

thanks

 

Hao

 

Unbenannt.png


Hide and Rename custom group title in form guibb

$
0
0

Hi Experts,

 

I have recently started working on the FPM framework for my company and I have question regarding a scenario and hoping that you guys can help me with any comments:

 

 

On the incident basic information tab, I have created a custom group having some checkboxes in it(Please refer the attachment). The problems I am facing with it is:

 

1> How can make this group hidden at runtime based on certain conditions.

2> Why doesn't the application read the OTR text for the group title ?

 

 

I have already tried changing the field default values or hiding the individual fields in the GET_DATA method of the feeder class but that are all at individual field level but, I don't see anything where I can modify the groups.

 

 

Any help is appreciated

FPM How to hide standard Header text

$
0
0

Hi Friends,

 

In FPM i have a requirement to hide the Header details and almost i have done but the issue is i am not able to hide the Header text which is highlighted in the below screen shot,Please help me how to sort it.

FPM.png

Regards,

Vinodkumar.

FPM Best Practise - Performance Queries

$
0
0

Hi Experts,

 

We have a FPM application(OVP) which has around 7 GUIBBs inside. Now, two feeder classes are used, one class acts as the feeder of 6 GUIBBs and one separate for one GUIBB.

 

Now, whenever user performs some operation in one of the GUIBBs, process_event for all GUIBBs gets triggered inside a loop. Now in UAT, users are facing performance issues.

 

Any particular tips that I can follow to improve performance in these kind of scenarios..?

 

Many thanks in advance.

 

Saikat

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

alter position of global toolbar in fpm application

$
0
0


Hi,

 

There is a requirement in ESS timesheet application (com: HRESS_C_CATS) to put the global toolbar having (Save,Release & Release Directly) buttons at the bottom.

 

Normally always the global toolbar appears at the top in FMP applications.

 

Can we do it appear at the bottom somehow?

 

 

 

Thanks

Arindam

Viewing all 1726 articles
Browse latest View live


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