Field Visibility

Hello,
         I am having a Radiobuttonlist in my form with options as Yes or No. When i click on 'Yes' I have to make a Dropdownlist as Invisible and when i click on 'No' I have to make that Dropdownlist as visible.
        In my form i am having three pages, in the first page there is a subform within that subform i had kept these Radiobuttons and dropdownlist.
Page1
  -->Subform
          -->Radiobutton
               -->yes
               -->no
           -->Dropdownlist
     In the *click method of Radiobutton i have writtern the javascript.
My problem is that, this is not working in this form that too in that particular page(Page1), I have tried the same with other pages in the same form but its working fine. When I tried the same by creating a new form it is also working.
Can any one tell me what will be the problem in this.

Hey Arunagiri,
If you want it to work, you could try to reference the Dropdown with an absolute path, so for instance, in Javascript...
if (this.rawValue == "Yes") {
      Page1.subform.dropdown.presence = "invisible";
} else {
      Page1.subform.dropdown.presence = "visible";
I have done this for a Radiobutton group before, same scenario, and I placed the code in the radio button group, under Click.
Hope this helps...
Cheers,
Kevin

Similar Messages

  • PDF created in InDesign -Field Visibility Issues in LifeCycle

    I am working with pdf versions of brochures created in InDesign/Illustrator etc.  I am adding two simple fields to these forms and in the past it has worked easily. I have an image field where a logo can be uploaded and a text field next to it.  Behind the image field I have always used another text field visible on screen but not in print That simply states, "place logo here".  This A.M. I had an update from Adobe that installed and now if I designate the field as visible on screen, it prints.  This is the simplest of forms and I am wondering if I may have inadvertantly changed a setting somewhere along the way that has deactivated this option.

    Yes, I have added cropmarks and page info to the pdf.
    I checked the separations in Acrobat Pro with a friend. Both Pantone colors and CMYK show up. When I disable the CMYK, nothing of the design disappears (cropmarks and page info don't disappear either, they seem to be in both Pantone and CMYK).
    I saved a new pdf, without crops and page info, and CMYK still shows up in the separations.
    I'll contact the printer tomorrow, I'm pretty sure he should be able to use the file I sent him.
    Thank you all for your help!

  • Based on DDL value ,How to make few other fields visible in Adobe forms in SAP CRM??

    Hi All,
            I need to make few fields visible in adobe forms, based on the dropdown value which user selects.....

    Hi Vignesh,
         In the "EXIT" or "CLICK"event of the particular Drop down field you can write the below code(in Java script).
    if (this.rawvalue == <value> )
          <field name>.presence = "invisible";
    else
        <field name>.presence = "visible";
    Thanks,
    Ashok N.

  • Making Screen field visible for BDC upload

    Hi All
    I have an existing BDC program to add Vendor data to LFB1 table using transaction FK01
    Now I want to add Personnel No. PERNR value in LFB1-PERNR
    On the Account Information (SAPMFK02 Screen 0210) screen field Personnel number is not visible so I am not able to run the BDC program it says LFB1-PERNR field not available on screen.
    Please let me know how can i make that field visible on the screen

    Hi Akshay,
    U can make it visible thru SPRO transaction.
    Financial accounting --> accounts receivable and acounts payable --> Vendor master --> Master data --> Define screen layout per company code.
    Choose the specific company code and make the necessary changes,.
    thank you.
    reward points if u find the discussion useful

  • SRM PO Header - field visibility change

    Hi All,
    I am on SRM 7.0 How can I change the visibility of fields on the PO Header. Please help

    First you need to check if it can be done from WD configuration. for this right click on the screen, get the configuration name, WD component name and change. Here you can set the fields visibility,
    If this is not satisfying your need then you need to do a post implementation on WD component for WDMODIFYVIEW.

  • Field visibility in Table control

    Hello Experts,
    In a standard SAP transaction the standard screen variant that showed certain fields got overridden and doesn't display the fields any more. As suggested by a note a new screen variant was created with the fields and added to the transaction. But the new screen variant is not showing the fields that is set as visible. Can someone please help?
    Thanks, Sumitha

    Hello, The visible length of the field is set as 0. I created a new screen variant and activated it. Still the field length remains as 0. What settings am I missing. Can some one please help? It is very urgent. Thanks, Sumitha

  • How to make field visible and invisible dynamically in webdynpro ABAP

    Hi Experts,
    I am working on simple webdynpro application, in which I have two radio buttons and three fields.
    When I select second radio button second field should be invisible out of three and when I select first radio button the second field should be visible. ie I wanted this happen dynamically. I tried with using some methods but no output....
    Please help out.
    Thanks
    Basanagouda

    Hi Prabhu,
    I have two radio buttons ex: R1 and R2 and three Fields Ex: Vendor, User Name and Password.
    When I select R1 Vendor field should be Visible and when I select R2 Vendor field should be invisible.
    I created one attribute of type WDUI_VISIBILITY and binded in Visbility property of Vendor field.
    On action of R1 I am setting attribute value as Visible using Set_attribute method and On Action of R2 I am setting BLANK in Set_attribute method. But somehow I am unable get the solution......
    Thanks
    Basu

  • Master Pages fields visible after reopening the PDF.

    I have a subform on the Master page, I want to hide them upon click of a button.
    For the first time when I click on the button, the subform gets hidden. But, when I re-open(Reader Extended) the form in the Adobe Reader the subform gets visible.
    Can anyone please help here?
    Thanks
    Tanmay Singh

    this is one way to resolve it.
    1- on the master page set a field that will be hidden. On your button that hides the page you will set the value of that hidden field to something like a 1 or hidden or something like that. Does not really matter.
    Now on your initialize event you will create a script:
    if(hiddenField.rawValue == "1"){     //hiddenField is the name of the field you placed on the page
    Masterpage1.presence = "hidden" //Masterpage1 is the name of the master page or section etc.
    I hope this helps

  • Adobe Form Fields Visibility

    hi all,
    I have created an adobe form using adobe life cycle designer.
    In the form I have to placed a radio button with options yes and no.
    If yes radio button is clicked then the another check box should apper in the form .
    If the user clicks no radio button then the checkbox  need not appear.
    And if the user clicks on the checkbox ,one textfield should appear.
    How to control the visibility of the fields?
    Or how can I enable or disable the field....
    Please provide me th calcform script to be written and in which event it should be written...
    Please help
    Regards,
    Rheema Rahael

    hi,
    Thanks for your reply.
    Please tell me what will be the path of the check box.How can i get it?.....
    Can you tell me what is the <b>condition</b> that i should check before setting the check box to be made visible on invisible...
    When I click on the radio button ,I need the the check box to be made visible on yes and on no check box is invisible....
    Please tell me what condition should be placed inside <b><b>if(....)</b></b>
    Regards,
    Rheema Rahael

  • Field visibility depending profile

    Hello,
    Is it possible to hide fields depending the user profile?
    On a Service Request, we would like to have a field which is visible and editable by the manager, but hidden on the agent screen.
    As we will implement 2 different profiles for these 2 kind of users, if I create 2 different Service Request page layout, one for each profile, will it work?
    I have created a weblink which copy my SR (not all fields). Will it copy my hidden field?
    Thanks in advance

    Ok, thanks!
    I know R17 will provide the Copy function, but here, it is a kind of selective copy function. I do not copy all field... But the hiden field should be copied.
    If I integer the field in the URL, will it be copied? even if the agent do not see it on its screen?
    Thanks in advance,
    Laurent

  • Keeping a field visible

    Is this a bug?
    I have a form that has a lot of HIDDEN fields that are made visible when certain criteria are met. This function is working perfectly. Initially!
    However when the form is submitted by e-Mail (either PDF or XML) or saved as, all of these fields become HIDDEN again... even though the criteria is still there. It becomes necessary to deselect and reselect the various objects to make the fields and their data visible again.
    Or am I missing something? Is there a method to lock a field down so it remains visible (and stays that way) when data is present???
    This is some sample JS used on a check box:
    if(this.rawValue == "1")
    HIDDEN_subLivelink.presence = "visible";
    HIDDEN_sprLivelinkOW.presence = "visible";
    HIDDEN_sprLivelinkOW2.presence = "visible";
    else
    HIDDEN_subLivelink.presence = "hidden";
    HIDDEN_sprLivelinkOW.presence = "hidden";
    HIDDEN_sprLivelinkOW2.presence = "hidden";
    We use Designer V8.05.2073.1.374024 from Creative Suite 3 Standard.

    Hi
    You can study the VPD and aplied as said .
    But as an alternate ,if u u can manage user list then u can try Decode function to show filed data or null for user login,
    eg decode(user,scott,sal,null).
    this way other user can not see value.
    further if u do not want to show blank data then use exception or condition to filter further.
    have a try ,
    Rgds
    NP

  • Making presentation column fields visible / editable at runtime

    Hi,
    I am new to presenation.
    In my presentation, suppose if i have 3 fields
    First one is combo.. and other two are text fields.. Depending upon the value selected, i like to enable second text box ,disable thrid one..and vice-versa..
    How can i enable / disable or change the editable property at runtime
    Can any one help on this. Thanks in Advance

    Hi,
    There are three steps to doing this.
    1. You first have to find out the names of the fields on the presentation you want to make visible or invisible. To do this, go into the BPM Object Presentation -> click the field -> look at the Properties tab on the right and see the name in the "Name" field. It is normally "text1" or "text2", etc.. This is the field name you will want to use in the logic in the next step. A very common mistake is to use the attributes name (e.g. "customerName") in the logic in the next step. This will not work - you must always use the field's name instead.
    2. Create a method in the BPM Object with logic similar to this:
    // see which value was picked from the combo dropdown
    if valueInCombo = "A" then
        // make the attribute associated with the "text1" field on the presentation
        //   not visible
        setVisible this
          using componentId = “text1”,   // the field name
              visible = false,       // “true” to make visible
              collapsed = true     // removes the space vacated
        // make the attribute associated with the "text2" field on the presentation
        //     visible
        setVisible this
          using componentId = “text2”,   // the field name
              visible = true,      
              collapsed = false
    elseif valueInCombo = "B" then
        // make the attribute associated with the "text1" field on the presentation
        //    visible
        setVisible this
          using componentId = “text1”,   // the field name
              visible = true,      
              collapsed = false 
        // make the attribute associated with the "text2" field on the presentation
        //     not visible
        setVisible this
          using componentId = “text2”,   // the field name
              visible = false,      
              collapsed = true
    end 3. On the presentation, click the combo dropdown. Once again look at the Properties tab on the right and click the "On Change Invoke" property. Once clicked, pick the method you just created in the above step.
    Hope this helps,
    Dan

  • Making a field visible for a particular row in table control.

    Hi Experts,
    I have a scenario where in there are 7 columns in table control wherein last column I have made invisible. Now I got to make that column visible only for the selected row and this column for the rest of the rows should be invisible.
    How can I achieve this. Tried a lot playing with table control current line and cols structure but no fruit.
    Please help. <removed by moderator>
    Thanks,
    Edited by: Thomas Zloch on Oct 19, 2010 2:38 PM

    Hi All,
    Sorry for late response. I was out of station for a while.
    I tried a lot after going through the link provided by Robert and also tried what Anmol has suggested but its not working,
    The column becomes invisible but it is not becoming visible again for the selected row.
    The code I have written is as follows.
    process before output.
    module status_9000.
      module tc_details_change_tc_attr.
      loop at   it_test
           into wa_test
           with control tc_details
           cursor tc_details-current_line.
        module tc_details_get_lines.
         module customize.  " Module to update table control dynamically
      endloop.
    module CUSTOMIZE output.
    LOOP AT TC_DETAILS-cols INTO cols.
               if  cols-screen-name = 'WA_TEST-REMARKS'. " and wa_test-sel = 'X' ).
           IF WA_TEST-SEL = 'X'.
             COLS-SCREEN-ACTIVE = '1'.
             COLS-INVISIBLE = '0'.
             MODIFY TC_DETAILS-COLS FROM COLS INDEX SY-TABIX.
             ELSE.
              COLS-SCREEN-ACTIVE = '0'.
             COLS-INVISIBLE = '1'.
             MODIFY TC_DETAILS-COLS FROM COLS INDEX SY-TABIX.
             ENDIF..
             ENDIF.
              ENDLOOP.
    endmodule.  
    Please help.

  • [new-GL]How can I make "order" and "WBS" field visible in KSV7 or KSU7?

    Hi,
    I found that sender/reciever screen of KSV7 or KSU7 is different from that of KSV1 or KSU1. There were no fields to enter order and wbs in KSV7 and KSU7.
    How can I add those field in KSV7 and KSU7?
    I tried t-code GCA6 but couldn't find what to do. Hel~~~~~~~~~p me plz.
    thanks

    Goto SPRO ..for IMG .. Controlling --> General Controlling --> Organization --> Maintain Versions. Select the version and then select the Controlling Area settings..Again select the version within and click on settings by fiscal year from the left hand side panel under Controlling Area Settings. Highlight the year you are considering for plan. and then enable the checkbox under Orders/projects named Integrated planning with cost centers/bus.processes. Then try KSU or KSV7

  • Field Visibility in matrix

    Hi all!
    I am trying to get the properties of some columns in a matrix, a system matrix. I want to know if they are visible/notvisible, editable/noteditable... While the later is easy to get  with the oColumn.Editable property, the first one is not so easy. I can access the property with the oColumn.Visible property, but it is always true!
    I have used "trial and error" method and these are my results, so, is it a bug or am I doing something wrong?
    I'm using 2004A PL:30.
                          Jon Arranz
    Message was edited by: Jon Arranz to add SBO version number.

    Thanks Jurgen, but that's not what I need.
    What I really need is a way to know -by code- if a column is displayed or not, which should be easy looking at the oColumn.Visible property,... the problem is that the oColumn.Visible property is ALWAYS set to true, even when the column is explicitly marked to be nonVisible.

Maybe you are looking for

  • Will iphone dock with viewsonic viewdock monitor?

    Hi, Will the iPhone dock with: 22" Viewsonic VX2245WM monitor. It is described as "made for iPod" Anyone tried? Thanks

  • Solaris 10 Installation for Oracle RAC 10g Rel2

    Hello, I have bought Enterprise 4000 and 250 in order to install and explore Oracle 10g Rel2 RAC. In this regard I need some guide lines for 1. Installinig Solaris 10 2. Should I use ASM or other other volume manager? If anybody can give me a startin

  • Problem in pattern matching

    I am trying to validate a string having a proper user's name as: santosh tripathi rahul shekh tarun bhatnagar I have used this code snippet:    public void validateName(String name)throws ValidatorException{         Pattern isString = Pattern.compile

  • Edge animate animation does not start the first time I load the page. But does the second time.

    Hi all, I am having trouble with an edge animation on a web page. It doesn't load the first time the page is loaded, but loads fine the second time or any time after that. To test I am clearing my cache, then reloading the page. It seams to work in I

  • Https&proxy answers

    Hi to everybody, I'm trying to connect to an https url via proxy/firewall; I'm using the SSLSocketClientWithTunneling.java example with some new line added just for the authentication. It seems that a connection is established but i get back from ser