Select option in FPM form UIBB

Hi Experts,
how can we implement  select option in FPM form UIBB ?
I need to pass multiple values in FPM FORM UIBB and that will not be Low High kind of it will be just multiple,
So if there is any work around please help me.
Thanks in Advance.
Best Regards, Ashutosh

Hi Ashutosh,
you can use from or search uibb according to your requirement.
For example you need to display multiple line item based on search condition as below then go for search UIBB.
you can refer this link http://webdynproabap.wordpress.com/2014/02/10/data-transfer-between-two-uibbs/
Regards,
Ragavendra

Similar Messages

  • Selecting user input from Select option into smart form

    Hi,
    when i use parameter then i wil show company code in smart-form output
    but when i use  select option then its throwing error parameter specified here is different
    what should i do in this case i want to design a big select option screen for taking user input
    REPORT  ZMM.
    TABLES BSEG.
    DATA : V_FORMNAME TYPE TDSFNAME VALUE 'ZPUR_REG',
           V_FMNAME TYPE RS38L_FNAM.
    *PARAMETERS SO_BUKRS TYPE BUKRS.
    SELECT-OPTIONS : SO_BUKRS FOR BSEG-BUKRS.
    DATA : Z_CONTROL TYPE SSFCTRLOP,      "Smart Forms: Control structure
            Z_OPTIONS TYPE SSFCOMPOP.      "SAP Smart Forms: Smart Composer (transfer) options.
    MOVE 'X' TO : Z_control-no_dialog,        "SAP Smart Forms: General Indicator
                   Z_options-tdnewid,          "New Spool Request (Print Parameters)
                   z_control-PREVIEW.         "Print preview
    MOVE 'LP01' TO Z_options-tddest.         "Spool: Output device
    MOVE space  TO Z_options-tdimmed.        "Print Immediately (Print Parameters).
    MOVE 'PRINTER' TO Z_control-device.      "Output device
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME = V_FORMNAME
      IMPORTING
        FM_NAME  = V_FMNAME.
    CALL FUNCTION V_FMNAME
      EXPORTING
        CONTROL_PARAMETERS = Z_CONTROL
        OUTPUT_OPTIONS     = Z_OPTIONS
        USER_SETTINGS      = ''
        BUKRS              = SO_BUKRS.
    pls help me in this regards.
    ketan..

    hi
    thnx for your reply
    can u pls elaborate in my code
    now i changed code   BUKRS    = SO_BUKRS-low.
    either i can give low or high but how to select from range
    REPORT  ZMM.
    TABLES BSEG.
    DATA : V_FORMNAME TYPE TDSFNAME VALUE 'ZPUR_REG',
           V_FMNAME TYPE RS38L_FNAM.
    *PARAMETERS SO_BUKRS TYPE BUKRS.
    SELECT-OPTIONS : SO_BUKRS FOR BSEG-BUKRS.
    DATA : Z_CONTROL TYPE SSFCTRLOP,      "Smart Forms: Control structure
            Z_OPTIONS TYPE SSFCOMPOP.      "SAP Smart Forms: Smart Composer (transfer) options.
    MOVE 'X' TO : Z_control-no_dialog,        "SAP Smart Forms: General Indicator
                   Z_options-tdnewid,          "New Spool Request (Print Parameters)
                   z_control-PREVIEW.         "Print preview
    MOVE 'LP01' TO Z_options-tddest.         "Spool: Output device
    MOVE space  TO Z_options-tdimmed.        "Print Immediately (Print Parameters).
    MOVE 'PRINTER' TO Z_control-device.      "Output device
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME = V_FORMNAME
      IMPORTING
        FM_NAME  = V_FMNAME.
    CALL FUNCTION V_FMNAME
      EXPORTING
        CONTROL_PARAMETERS = Z_CONTROL
        OUTPUT_OPTIONS     = Z_OPTIONS
        USER_SETTINGS      = ''
        BUKRS              = SO_BUKRS-low.
    ketan..

  • Passing SELECT-OPTIONS to smart forms

    hi ,
       how can we pass select options from a program to a smart form.
    Regards
    Arun

    Hi,
    Just try to append the valid values in select options  to internal table from report.
    Then pass that internal table(ofcourse, you need to create user-defined struture if needed in SE11) from report to smart forms.
    Rgds,
    J.Jayanthi

  • Can you pass a hidden value along with your select option in the form selec

    Can you pass a hidden value along with your select option in the html form select

    Off topic. Locking.

  • F4 help in FPM Form UIBB (Get Default Config)

    Hallo,
    I need help to configurate a Form UIBB dynamicaly.
    I insert in the Method Get_Default_Config some fields of the Table SPFLI - this works fine. But my Problem is that all the fields doesn't have a F4 Help.
    What is my mistake?
    And how can I configurate the length of a textfield?
       Data: lt_dfies Type STANDARD TABLE OF dfies,
       ls_dfies LIKE LINE OF lt_dfies,
       lv_group_id TYPE string,
       lv_text TYPE string,
       lv_elment_id TYPE string,
       lt_action TYPE fpmgb_t_action,
       ls_action LIKE LINE OF lt_action,
       ls_fieldname TYPE name_komp,
       iv_row Type integer.
      CALL FUNCTION 'DDIF_FIELDINFO_GET'
        EXPORTING
          tabname              = 'SPFLI'
           TABLES
        DFIES_TAB            = lt_dfies
       EXCEPTIONS
         NOT_FOUND            = 1
         INTERNAL_ERROR       = 2
         OTHERS               = 3.
    *Hinzufügen der ersten Gruppe
       lv_group_id = io_layout_config->add_group(
       iv_title = lv_text
       iv_index = 2
       iv_group_type = if_fpm_guibb_constants=>gc_group_type-full_width_one_column ).
    *Hinzufügen des ersten Elements
    LOOP AT lt_dfies into ls_dfies.
       ls_fieldname = ls_dfies-fieldname.
       Read TABLE lt_dfies Into ls_dfies With key fieldname = ls_fieldname.
      lv_text = ls_dfies-scrtext_m.
      lv_elment_id = io_layout_config->add_element(
      iv_group_id = lv_group_id
      iv_name = ls_fieldname
      iv_display_type = if_fpm_guibb_constants=>gc_display_type-text_edit
      iv_row = iv_row
      iv_visibility_label = cl_wd_uielement=>e_visible-visible
      iv_column = 1
      iv_text = lv_text
      iv_row_start = iv_row
      iv_row_end = iv_row ).
      iv_row = iv_row + 1.
    ENDLOOP.

    Hi Julia,
    Try to use IS_SPECIAL_PROPERTIES parameter (ALT_DDIC_SHLP_NAME field) of ADD_ELEMENT method.
    Kind regards, Aliaksandr.

  • Multi-select options in Dreamweaver form?

    Hi folks,
    I am creating a booking form that is hosted on a secure site for credit card transmission. This is the form customers complete https://supersecure.co.nz/users/9ba5/215/form_walks_retail.html and they are directed from this page: http://www.qtnz.co.nz/2013
    A typical booking would be 2 adults and perhaps 1 or 2 children and they'd likely choose only one of the activity options.
    Previously I've used pick lists for customers to choose the number of places they are booking but my clients' product list has grown and it's very tedious having to create individual fields and labels for each possible activity that can be booked.
    I am stuck with this particular method of collating credit card data, so an e-commerce site is not really an option.
    As folks here are far more experienced than I in DW forms I'd be grateful if anyone could suggest an easier way of taking bookings through a Dreamweaver form.
    Thanks in advance for advice
    Jo

    Same question. Any ideas?

  • 2 weeks ago, Firefox changed. It will not print graphics in a web page or show them in print preview. It also does not provide the ability to select options in "print forms". they are now grayed out.

    I am using www.investools.com
    It prints the graphics in the normal page fine
    but when I switch to prophetcharts, which loads javascript, the graphs do not display or print.
    The text on the left side of the display show but graphs do not, even when I reduce printing size to 30%.
    I am using an HP 8500 Pro Officejet.
    Everything works in IE fine (but I don't want to use IE).

    Hi ArielAce , thanks for getting back to me!
    I would recommend downloading and running the HP Print and Scan Doctor.
    Please keep me posted!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • How can I re-display my selected option?

    In my jsp, I gain option values for a list of 'types' and 'names'
    If the currentType = null I do not show the form that accepts the 'names'.
    When a type is selected the Action class calls the getMethod in the ActionForm
    and upon success returns to the jsp page and presents the 'name' form.
    Unfortunately the 'type' form redisplays the first type in the list and not the
    currentType.
    Question. How can I set the selected option in my form to display the currentType?
    <!-- Access session bean for picklist types -->
    <jsp:useBean
    id="typesBean"
    scope="session"
    class="com.aaa.zzz.refdata.beans.CPartyTypesBean" >
    <jsp:setProperty name="typesBean" property="*" />
    </jsp:useBean>
    <%
    CPartyTypesBean typeBean = (CPartyTypesBean) session.getValue("typesBean");
    String[] PicklistTypes = typeBean.getTypes();
    %>
    <!-- Access Form Bean (ActionForm) for current Name & Type -->
    <jsp:useBean
    id="pb"
    scope="session"
    class="com.aaa.zzz.refdata.beans.CPartyPicklistBean" >
    </jsp:useBean>
    <jsp:setProperty name="pb" property="*" />
    <%
    String currentType = pb.getType();
    String currentName = pb.getName();
    %>
    <html:form action="/typeAction" focus="type">
    <table>
    <tr>
    <td WIDTH="20%">
    Picklist Type
    </td>
    <td WIDTH="30%">
    <select name="type">
    <%
    for(int i=0; i<PicklistTypes.length; i++)
    out.println("<option>" + PicklistTypes[i] + "</option>");
    %>
    </select>
    </td>
    <td WIDTH="20%">
    <html:submit property="submit" value="GetType"/>
    </td>
    <td WIDTH="30%">
    </td>
    </tr>
    </table>
    </html:form>
    <%
    if (currentType != null)
    %>
    <html:form action="/nameAction" focus="name">

    Thanks Beattris, I guess 'selected' is the obvious answer but what I was looking for was
    how to apply 'selected' to the loop that prints my options.
    However I figured it out and did this:
    <%
    for(int i=0; i<PicklistTypes.length; i++)
    String sel = null;
    if(currentType != null && currentType.compareTo(PicklistTypes)==0)
    sel = " SELECTED>";
    else
    sel = ">";
    out.println("<option value=" + PicklistTypes[i] + sel + PicklistTypes[i]+"</option>");
    %>

  • Select-options in perform

    If I am passing a SELECT-OPTIONS to a FORM (PERFORM routine not SmartForms) what would be the "structure" for it in the FORM? I am assuming one passes these as tables.
    Thanks.
    Nic

    Hi,
    Try this..
    SELECT-OPTIONS: SO_MATNR FOR MARA-MATNR.
    PERFORM TEST USING SO_MATNR[].
    FORM TEST USING LT_MATNR LIKE SO_MATNR[].
    ENDFORM.
    Thanks,
    Naren

  • Format of select-option

    Hi all,
    is it possible to use a select-option in the "using" part of an form routine?
    I would like to create a form routine where I can format the select-option into a string to write the result on screen.
    I have multiple select-options but want to create a single form routine to handle them all.
    For instance, when I write a Debitor select option it looks like:
    Debitor IBT00000000010000000004
    But I want to show it like this (after calling a form routine which uses a select-option and returns a string):
    Debitor between 1 and 4.
    When I want to reach the sign part of the select-option in the form routine
    I get an DataObject has no structure and therefore got no "sign" component error message.
    Can you folks help me with this?
    Thanks in advance!
    Greetings Fred.

    Hi Fred!
    Your problem is the <i>generic</i> interface, I see.
    You have to work with the length of the field. I once had a FM for this, but I didn't copy the coding :-(.
    Here the logic:
    describe the field length.
    The first is including / excluding.
    The 2nd and 3rd is between / equal...
    The rest 'field3((length-3)/2)' and field3+(length-3)/2((length-3)/2) are your fields.
    E.g. length 15, so it's field3(6) and field9(6).
    Use conversion_exit_alpha_output for display explicit, convert date, time and quantities explicit, too.
    Hope you got the picture,
    Christian

  • How to pass select-options variable to a form.

    I have a select-options variable smatnr. I need to pass this select-options variable to a form by
    perform using smatnr changing svar.
    form cond_types using pmatnr changing svar.
    IT gives an error saying imcompatible types been passed between smatnr and pmatnr.
    Any ideas, what is wrong. How do I pass a select-option variable into a form the right way.
    Thanks
    Ram

    Try like this:
    TABLES: vbak.
    SELECT-OPTIONS: s_vbeln FOR vbak-vbeln.
    START-OF-SELECTION.
      PERFORM get_data USING s_vbeln[].
    *&      Form  get_Data
    FORM get_data  USING  p_s_vbeln LIKE s_vbeln[].
    ENDFORM.                    " get_Data
    Regards,
    Naimesh Patel

  • Attributes select-options in form view.

    How to make UI form view context attributes multiple selection ?
    Ex: Employee Id attributes. I need provide this employee id like select-options in form view.
    Thanks,
    kaaviya

    Hi,
    this is an interesting requirement.
    please correct me if my understanding is wrong, do you mean that you want to enable a function like:
    employee ID = 3271 or 3270
    if we take this field in employee IC employee identification for example, you'd like to enable customer to enter more than one ID to start the search without using wildcard (as sometimes wildcard does not help)
    if this is your requirement, maybe try to check the following?
    here is an example for account ID search
    I enter Account ID = 3271;3270 and start search
    in
    CL_ICCMP_BP_BUPASEARCHB2B_IMPL
    FIRE_QUERY
    it will
    er_bo_col  ?= iv_query_service->get_query_result( ).
    how about use a loop to make two query?
    In the above example,
    IV_QUERY_SERVICE->PARAM_STRUCT_REF->PARTNER = 3271;3270
    maybe try to split the string with ; and start the query until the end of this string.
    and then combine the two collection?
    Hongyan

  • How to pass select-options to the Adobe Form?

    Hello Experts,
    I am facing an issue on passing the SELECT-OPTIONS from driver program to Adobe Form .I created a structure which holds sign,Option,Low and High fields, assigned to the  table type and passed to the form,Its going dump can anyone resolve the issue.
    Regards,
    Girish Kumar vedurupaka.

    Hello simi ,
    Using se11 created a structure for select-options the created a table type for that structure. I pass that table type to the importing parameter in the form interface.
    in the Global data:
       IT-MARA TYPE TY_MARA.
    IN TYPES :
    TYPES :BEGIN OF ty_mara1,
             MARA TYPE MARA,
             ERSDA TYPE  ERSDA,
             ERNAM  TYPE ERNAM,
             LAEDA  TYPE LAEDA,
            END OF TY_MARA1.
      TYPES TY_MARA TYPE TABLE OF TY_MARA1.
    IN CODE  INITIALIZATION  I WRITE THE SELECT STATEMENT.
    SELECT MATNR ERSDA ERNAM FROM MARA INTO TABLE IT_MARA
    WHERE MATNR IN S_MATNR.
    in the driver program exported the S_MATNR to the the form.
    when i am executing the program and giving the range in S_MATNR values are not importing and and going to dump.  

  • SAP HCM P&F : FPM Form List UIBB Table Width...

    Dear All,
    I am stuck with strange issue. In SAP HCM Process & Forms with FPM Form, when we use UIBB List layout configuration, how can we set the width of the table?
    During run time,table is displayed from left to right (column A-H) and all other form fields are from column A - G only, so the table looks very annoying.
    Any suggestion how can I set the width of the list layout table in FPM Form ?
    Chohan

    Dear Sahir,
    Thanks for reply as always.
    My setting for List UIBB is :
    and during run-time the list UIBB is shown like this, and I want its width equal to the above comment box' width.

  • ABAP WD application using Select Options  & Adobe form :Don't see form data

    Hi,
    I am trying to get multiple PDF forms by passing multiple order numbers.I was able to get one PDF form successfully and now I am enhancing this application.
    For doing this I have created nested WD Context .
    1) Created a Node for Selections. ND_SELECT  ,
    Cardinality: 1..n ,
    Selection: 1..n ,
    Intialization lead Selection : Checked ,
    Singleton : Checked
    2) Created a Node for Output Structures ADOBE_DATA
    Properties same as above
    3) As we need Nesting Under ADOBE_DATA node I have created a subnode for Header: HEADER
    Properties same as above
    4) Under HEADER node I have created a items Node : ITEM
    Properties same as above
    As I have used Select-options and I am getting both header and Item data in to button search method .
    DATA lo_nd_adobe_data TYPE REF TO if_wd_context_node.
      DATA lo_nd_header TYPE REF TO if_wd_context_node.
      DATA lo_el_header TYPE REF TO if_wd_context_element.
      DATA ls_header TYPE wd_this->element_header.
    * navigate from <CONTEXT> to <ADOBE_DATA> via lead selection
      lo_nd_adobe_data = wd_context->get_child_node( name = wd_this->wdctx_adobe_data ).
    * navigate from <ADOBE_DATA> to <HEADER> via lead selection
      lo_nd_header = lo_nd_adobe_data->get_child_node( name = wd_this->wdctx_header ).
      lo_nd_header->bind_table( new_items = it_header  set_initial_elements = abap_true ).
      DATA lo_nd_item TYPE REF TO if_wd_context_node.
      DATA lo_el_item TYPE REF TO if_wd_context_element.
      DATA ls_item TYPE wd_this->element_item.
    * navigate from <CONTEXT> to <ADOBE_DATA> via lead selection
      lo_nd_adobe_data = wd_context->get_child_node( name = wd_this->wdctx_adobe_data ).
    * navigate from <ADOBE_DATA> to <HEADER> via lead selection
      lo_nd_header = lo_nd_adobe_data->get_child_node( name = wd_this->wdctx_header ).
    * navigate from <HEADER> to <ITEM> via lead selection
      lo_nd_item = lo_nd_header->get_child_node( name = wd_this->wdctx_item ).
    lo_nd_item->bind_table( new_items = it_item  set_initial_elements = abap_true ).
    Could you please tell me where I am doing wrong?
    In adobe form
    Created one MainForm  and its properties are
    Binding : $record.HEADER.DATA[*]
    Repeat subform for each data item Checked , Min Count: 1
    Subform Content : Flowed ,Western Text , Allow page breaks withing Content Checked
    Accessibility /Subform Role: None
    Inside this Mainform I have created a small table ITEMTABLE  with 3 fields and mapped it item data.
    Itemtable properties
    Binding : ITEM
    Uncheck Repeat table for Each Data item.
    I have Itemtablerow inside Itemtable  and its properties are:
    Binding : DATA[*]
    Repeat row for each data item Checked ,Min count: 1
    Accesibility:/Subform Role: Body row
    Row: body row, Check Allow page breaks within content
    Still donu2019t see data on form.here is what i have in Hierarchy tab.
    ADOBE_DATA (no Caption)
    - (Master pages)(no caption)
             Page1
                      Untitled Content Area(no caption)
    - Mainform(no Caption)
                       PSPID {PSPID}
              -ItemTable (No caption)
                      - ItemtableRow (no Caption)
                                   PSPID(no Caption)
                                    CJTDAT(no Caption)
                                    CPERCO(no Caption)
    What could be going wrong ?
    Rgds
    Vara

    Hi John,
    In the WD4A view, there is a button "Show/Hide Layout Preview".
    Click on that button to be able to see the Layout.
    Note that this button is next to the Pretty Print button.
    regards,
    Reema.

Maybe you are looking for

  • Designing Java Apps for Users Without a JRE Installed Yet

    Hi, sorry if this post is in the wrong place, but here goes: I'm designing a Swing Java application for a client. My client intends to distribute/sell this application. I'm concerned because, chances are that at least one of the people he distributes

  • How do I disable the Mac Startup Sound?

    http://www5e.biglobe.ne.jp/~arcana/StartupSound/BETA/index.en.html I tried that but it doesn't work for me. Must be outdated?

  • How can IWD_VALUE_HELP return multiple values, instead of one

    Hello expert, I have requirement to use F4 help to return multiple values to the using WD component. Basically in my main WD component, I have a View where I have a list box, this list box has a F4 assigned to it, clicking on the F4 brings up hte F4

  • How to read XML and parse all child nodes

    Here is a sample of my XML file and I want to be able to put into a grid the Server Name, User ID, Password, and then list under all Databases associated with that server. <Servers>   <Server>     <Name>PROD_Server</Name>     <Database>CUSTOMER</Data

  • Beim Synchronisieren des Ipod (touch's) tritt immer wieder folgende Fehlermeldung auf:

    Beim Synchronisieren des Ipod (touch's) tritt immer wieder folgende Fehlermeldung auf: iTunes kann keine Apps mit dem iPod "User iPod touch" synchronisieren, da nicht festgestellt werden kann, welche Apps auf dem iPod installiert sind. Was hat diese