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

Edit single row in list UIBB

$
0
0

Hi Team,

 

I was working on a list UIBB. I have a requirement here. On selection of single row the row should become editable. My list will be read only initially. But once the user selects one row from the list it should be editable ? Any idea how to achieve this ? I searched field catalogue but we cannot control the field catalogue for each row. it is applicable to the whole column. Please help.

 

Thanks,

 

Vinod


UIBB for Adobe Forms

$
0
0

Hi Experts,

 

Is there any UIBB delivered by SAP to embed adobe forms? Just like we have BS_ANLY_CHART_UIBB for the business graphics?

 

Thanks

Akash

FPM ALV Table rendering expands and constricts - How do we disable this?

$
0
0

Hi All,

 

We are using a table using FPM list GUIBB  rendered as ALV table.

 

When we fix the number of columns displayed on the table, with horizontal scrolling the table shrinks or expands as per the length of the columns displayed.

 

This would confuse the user.

 

Is there any way to stop the ALV from doing this?

 

Thanks,

Vin.

new tab on RFx header FPM OIF componant

$
0
0


Hello,

 

I need to create new tab on RFx header screen, I have created new Z appcc and configuration also. I have enhance OIF configuration conponant and add z appcc there. I am able to see my new tab and view as well but not able to transfer data to database.

any specific code do i need to written.

 

Step that followed :

1. create z appcc with layout design

2. enhance standard RFx standard configuration

3. add new tab and assign z appcc and configuration id

4. able to see new tab with fields

5. not able to transfer data to database

 

please help..

 

Thanks

Pankaj Patil

Add a default value in a FormattedTextEdit

$
0
0

Hello,

I would like to customize a field in Job Scheduling in SAP Solution Manager.

I have to modify in

Package : AGS_EXTJOB_REPOSITORY

WebDynPro Components : WD_AGS_EJR_JOBDOC_BASIS

View : V_EJR_GENERAL

FormattedTextEdit : VE_TXTEDT_DOCUMENTATION (ROOTUIELEMENTCONTAINER/VE_TC_DOKU)

 

I would like to have a default value (Domain) when no description have been indicated.

 

Can you help me ?

Programmatic setup of FPM_OIF_COMPONENT

$
0
0

Hello,

 

I am searching a way to fast create a big structure of Main Views, Sub Views and UIBB Lists programmatic. Right now, I am left with creating these manually, but each creation of a single list and its configuration involves A LOT of clicks. I need to setup more than 50 UIBB list elements in a certain structure of views with individual column settings for each list. It's simply too comprehensive to do manually. However, all the information about each list is available to me, so if there is some way to do it programmatically, I could save my self a lot of time.

 

Is there any way to create/setup these components programmatic rather than using the UI?

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 

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


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

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.

FPM OVP layout issue

$
0
0

Hello,

 

I am trying to enhance the delivered OVP configuration - HRESS_CC_PER_OVP. I have created another FORM UIBB and added it to this configuration. I am not able to place my custom form uibb at the beginning of the screen.

 

1. I added the new form uibb to the configuration main page - PERS_DATA

2. Changed the sequence so that my new component comes first

3. In this setup Tabbed component(HRESS_CC_OVR_PERSDATA_PHOTO_XX) is displayed first

4. I have tried adding a complete new section and gave the sequence to be 1 to that new section also. This section is displayed at the end.

 

I have not found any help on why this is behaving like this? Please help me.

 

 

thanks in advance

FPM: No Roundtrip triggered after pressing Enter

$
0
0

Hi Experts,

 

In a Form Window, when I enter a value and press enter, no roundtrip is triggered. In my List Window a Roundtrip is triggered.

Anybody any idea how to solve this problem?

 

Thanks and regards,

Sebastian

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.

Dynamic table display in list ATS feeder in FPM

$
0
0


Hi Team,

 

I have a requirement to display a dynamic internal table. Is it possible to display it using list ATS feeder GUIBB in FPM? If possible, please provide me steps to achieve it.

 

Thanks,

Mainak

How to skip a step in FPM GAF variants

$
0
0

Hi experts,

 

I have an FPM GAF variant in which i have 6 steps.

 

Based on some condition in step 2, the step 3 need to be shown or skipped.

 

If i click on the next or pervious button to move to the screens it is working fine.

 

But the problem is if I directly click on any of the blocks after the 3 block ( say 4th block )  since there is a code to raise it to the next block to skip 3 rd one it is going to the block next to the one I selected ( Say  5th block ).

 

PFB the code used to raise to the next screen.

 

 

                 lr_event = cl_fpm_event=>create_by_id( cl_fpm_event=>gc_event_next_step ).
*       raise event
                wd_this->mr_fpm->raise_event( io_event = lr_event ).

 

 

kindly give some suggestions.

 

Thanks,

Nalla B.


How to upload and display Image in FPM FORM UIBB

$
0
0

Hi Experts,

 

I have a requirement to upload and display image in FPM FORM UIBB. I have created two elements in UI of type image and file upload.

 

Once I upload the image, I get information like, MIME type, Name and content in XSTRING format.

Please let me know, how I can use XSTRING information to display an Image.

 

Regards,

Sunil

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

Execption handling in data feeder class

$
0
0

Hi All ,

 

I am calling some class methods inside the data class. So i am using the statement catch exe in lo_exe1.

 

After how can i display the execption , I  mean the message manger will be initial inside the data class, So how can i handle the exceptions from data feeder class.

 

Please share your ideas!

 

Thanks,

Pradeep.

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

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

Viewing all 1726 articles
Browse latest View live


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