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

FPM GAF Toolbars need to place below the UIBB

$
0
0

Hi Experts,

 

In FPM GAF -  toolbar needs to be display below the UIBB. (our system SAP ECC 6.0 EhP6 ).

 

i'm new to FPM. Could you please explain where i need to Configure the changes to place the toolbar below the UIBB.

 

Thanks in Advance.

 

Regards,

Balaji


Change field 'Maximum Utilization in Percent' - TM

$
0
0

Hello Guys,

 

I have a small request to change the logic(how the value is calculated) for the 'Maximum Utilization in Percent' field from TM system. This field appear when I display a Freight Order .I will attach a print screen.

Can you tell me exactly where the value for this field is calculated? class/method.?

 

Thanks a lot.

 

Ovidiu

 

 

Capture.JPG

Not able to change sequence number of a button in the FPM toolbar

$
0
0

Hi Experts,

 

I want to add a custom button in one existing custom FPM application. It already has some std buttons as well as custom buttons. I want to add the a new button in the last position in the toolbar.

 

I am adding toolbar element of type 'Other Function' and to put it in the last position I am changing the sequence number attribute. But system is automatically changing the sequence number to 1. I am not understanding why it is happening.  I am just making sequence number = last button's seq no  + 1.

 

Please help me.

 

Regards,

Sameer

FPM interview Question

$
0
0

Hi,

 

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

Enable user at runtime to adjust column width of list-uibb

$
0
0

Hi!

 

With Webdynpro ALV the user can adjust the width of a column with the mouse.

We have been searching for the same feature in List-UIBB in the FPM, but did not founded => the column width cannot be adjusted by the user.

 

With kind regards,

Reinhold Strobl

FPM based process and form

$
0
0


Hi All,

 

I have created a custom FPM based process and form and need to add validation message for certain field(highlighting the field), can you please guide how I can add the custom message if incorrect values are entered by user.

 

Do we need to use feeder class for this. Please reply with details.

 

Thanks,

Shilpa,\

Issue in Resume via IF_FPM_NAVIGATE_TO

$
0
0

Hi Experts,

 

I have an OVP application from within which the user clicks on a button to be navigated onto a GAF application. After reading around the FPM cookbook & going through the standard component FPM_TEST_SUSPEND_RESUME I managed to implement the Suspend-Resume functionality in my application.


Now the issue is that while navigating from OVP to GAF everything go's smoothly with a INPLACE navigation mode and the OVP gets replaced by the GAF. However the issue comes while trying to get back to the OVP from the GAF upon click of another button. I do get navigated back onto the OVP but it gets opened up as a new tab instead of being overwritten on the same page. I have specified a similar INPLACE navigation mode within the action handler of my buttin on the GAF but somehow what works from OVP->GAF isn't working from GAF->OVP. Request you to help suggest as to what might be the issue.

 

Regards,

Uday

How can I know what is the target tab when I use FPM_TABBED_UIBB component?

$
0
0

Hi guys!

 

I would like to know what is the target tab using FPM_TABBED_UIBB component. At the moment I only know what is the current but when I change  I always get the last one and not the new one. I have seen an attribute in CL_FPM_TABBED MV_TARGET_TAB but It is always empty. 

 

 

DATA lr_cl_fpm_tabbed TYPE REF TO cl_fpm_tabbed.

 

 

   lr_cl_fpm_tabbed ?= io_tabbed.

 

   lv_target_tab = lr_cl_fpm_tabbed->MV_TARGET_TAB.

 

 

 

How could I solve it?

 

 

Thanks


FPM_FORM_UIBB_GL2 issue with freely programmed search help

$
0
0

Hi Experts,

 

I am experiencing a strange issue.

 

I have created a freely programmed WD search component that implements the wd_value_help interface. The search help works 100% and is used in an FPM_FORM_UIBBUIBB and it populates a field correctly.

 

I am now trying to use the same search help in a FPM_FORM_UIBB_GL2UIBB but I am experiencing some issues.

 

What basically happens is that the search help will populate the field correctly just like in the previous form but as soon as any action is performed on the screen like pressing a button, the field that the search help populated will get initialized and the IF_FPM_GUIBB_FORM~FLUSHmethod in
the feeder class will bring the field as initial.

 

I have verified that this is outside of my feeder class and in the FPM_FORM_UIBB_GL2 component itself because I have used the same feeder class in both the FPM_FORM_UIBB configuration and in the FPM_FORM_UIBB_GL2 configuration but for some reason for the FPM_FORM_UIBB_GL2 form the search help is not behaving consistently. The search help for the field is being set in theIF_FPM_GUIBB_FORM~GET_DEFINITION of my feeder class.

 

lv_field_desc-wd_value_help = 'ZWD_VALUE_HELP_COMPX'.

 

Please can I get some help?

 

Kind regards,

Thabiso

 

 

 

 

 

 

Hiding operators drop down in Select options 20(wd_select_options_20).

$
0
0

Hi Experts,

 

Is it possible to hide operator drop down in new Select Options i.e. WD_SELECT_OPTIONS_20... in Webdynpro ABAP.

 

SO_20.JPG

 

Please let me know the process as early.

 

Thanks in Advance.

 

Regards,

Pavithranad.

Plausibility Check for Fields in FPM

$
0
0

Hi Experts,

 

When I add a fixed value list to a field, there is an automatic plausibility check, if the entered value is in the fixed value list. If the value is not in the list, an error message appears and the the field is highlighted red. You have to enter a valid value or delete the value before the message dissapears and the field color returns to white.

 

Now my question. Is there a possibility to implement such a check manually? I know the Methods in the Feeder-Class and I know how to implement an error message. But can I highlight the checked field (I know I can use collors for every field, but i don't want to implement a "collor handling" for every single field in my application) and can I check in Flush method or an other method if there are highlighted fields that have to be checked?

 

Thanks and regards,

Sebastian 

How to move to the next step after failed event

$
0
0

Hi experts,

 

I have a requirement like in FPM GAF I need to show a pop up confirmation in the Initial screen.

 

Based in the pop up result Yes or No I need to go to the next step all the time.

 

BAsed on Yes or No some lagic will be done to display the next screen details.

 

How to achieve this solution? When i click on No it is going to the after failed event and from there how to pass the control to the process_event?

 

I have done the below coding but its not working for me.

 

 

 

 

  READ TABLE it_interface_views INTO wa_interface_views INDEX 1.

    IF sy-subrc = 0.

      CASE wa_interface_views.

        WHEN  'ZHELV_MAINREQ_WIND'.

          CASE io_event->mv_event_id.

 

WHEN 'FPM_LEAVE_INITIAL_SCREEN'.


              wd_this->lo_fpm = cl_fpm_factory=>get_instance( ).

              lr_event = cl_fpm_event=>create_by_id( 'FPM_LEAVE_INITIAL_SCREEN' ).

              wd_this->lo_fpm->raise_event( io_event = lr_event ).

 

ENDCASE.

 

Kindly suggest.

 

Thanks in advance.

 

Nalla B.

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

Dynamically making read only for a field in get_data(CL_EHHSS_INC_BINFA_UI_FRM)

$
0
0

Hi Experts,

 

I am making read only for a field based on condition in get_data method of class CL_EHHSS_INC_BINFA_UI_FRM.

 

But it is not working. Pls find the code for the same.

 

LOOP AT CT_FIELD_USAGE INTO lw_field WHERE NAME = 'OC_INC_TYPE'.

 

   lw_field-read_only = ABAP_TRUE.

 

   MODIFY ct_field_usage FROM lw_field TRANSPORTING read_only.

 

   ev_field_usage_changed = 'X'.

 

ENDLOOP.


Pls help me what is wrong in this coding.


Regards,

Reny Richard

Flush Method in Feeder class CL_HRPAO_GUIBB_PA_DETAIL

$
0
0

Hey All, 

 

I have craeted a Z copy of the feeder class CL_HRPAO_GUIBB_PA_DETAIL. I am trying to set some global variable in flush() method.

 

problem is flush method is not having the current values  in IS_DATA. It have values of the previous event round trip and not the current values.

 

Also the table IT_CHANGE_LOG is blank even if values are changed in the FORM.

 

Please adive on how to get the current values.

 

Thanks,

Shilpa


catch the close event of a pop-up dialog

$
0
0

hi all Experts,

 

i have a questions.

 

I have a FPM application and there is a main page in it.

 

In the mainpage there is a LISTUIBB, i added a button here to pop-up a dialog box by API:

 

lo_fpm->open_dialog_box(

      EXPORTING

        iv_dialog_box_id         = 'ADP_S0_SEARCH'    " FPM: ID of the dailog window

    ).

 

in the dialog box, there is a search UIBB and a list uibb, the list uibb will display the searching result from sarch uibb.

 

now my question is, when i close the dialogbox, i want to catch the close event from the LIST UIBB which has called it. (not the list uibb in the dialogbox, in the uibb which in the dialogbox, the close event can be catched. )

 

I do not know how to catch the close event from the mainpage, please give me some hint.

 

Thanks.

 

Hao

Plausibility Check for Fields in FPM

$
0
0

Hi Experts,

 

When I add a fixed value list to a field, there is an automatic plausibility check, if the entered value is in the fixed value list. If the value is not in the list, an error message appears and the the field is highlighted red. You have to enter a valid value or delete the value before the message dissapears and the field color returns to white.

 

Now my question. Is there a possibility to implement such a check manually? I know the Methods in the Feeder-Class and I know how to implement an error message. But can I highlight the checked field (I know I can use collors for every field, but i don't want to implement a "collor handling" for every single field in my application) and can I check in Flush method or an other method if there are highlighted fields that have to be checked?

 

Thanks and regards,

Sebastian 

How to check all mandatory fields in different UIBBs which are not active

$
0
0

Hi FPM colleagues,

 

Thanks for your time in advance:).

 

We are using FPM to develop our application(Solution Manager) Now we get a requirement from user that they want fields mandatory property to be configurable according to their own business requirement.

 

The first idea coming up to us is that we create component configuration to change fields mandatory properties and apply them to FPM application configuration. And then check those fields validation by framework method:

 

    CALL METHOD cl_wd_dynamic_tool=>check_mandatory_attr_on_view

          EXPORTING

               view_controller = lo_api_controller.

 

Since mandatory fields are configurable and may exist in several UIBBs in different main views. The check method will not work if those UIBBs are never created(e.g. user didn't click it, then the instance will not exist and check will not work)

 

So the question is: how can I check all mandatory fields by this framework method(since user need it to be configurable) in a FPM application even some UIBBs are not active. Or maybe I can activate all UIBBs by code? Thanks a lot for any answer regarding this requirement:):)         

 

BR,

Steve

Hiding operators drop down in Select options 20(wd_select_options_20).

$
0
0

Hi Experts,

 

Is it possible to hide operator drop down in new Select Options i.e. WD_SELECT_OPTIONS_20... in Webdynpro ABAP.

 

SO_20.JPG

 

Please let me know the process as early.

 

Thanks in Advance.

 

Regards,

Pavithranad.

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.

Viewing all 1726 articles
Browse latest View live


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