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.

Similar Messages

  • Can i write in to field of system matrix??

    can i write in to field of system matrix??

    Yes, that is possible, but only using the UI (not the datasource) and only if the field is visible and editable (if a user could write to it so could you)...
    A small sample on how to do it (C#):
    ((EditText)oMatrix.Columns.Item("coluid").Cells.Item(<rowNumber>).Specific).Value = "my value"
    Be aware though... Updating data this way can be quite slow...

  • 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.

  • AffectsFormMode property of User defined field in system matrix

    Hallo
    I added one UDF in System matrix of  service call id at panel  Solution.
    I  set formated search for that UDF field to populate Symptons data from  system knowldge base form (table).
    I set the fromatted search property for that UDF Column is Automatic.
    So when i nevigate record on Service call form, this UDF column fetch the value and so form goes in Update Mode.
    Please i want to   AffectsFormMode  property for that column, so i  have to get the form mode is "OK"
    How it is possible.
    Pleaase help me
    Narendra
    Edited by: NarenKD on Dec 28, 2010 12:24 PM

    Hi H2
    It is true,
    But When i  open 'Service Knowledge Base'  child form  by clicking ID Link Button in Solution Tab of Service Call Form
    and update that form (here symptoms field important for me),
    it does not change the state of Parrent Service call form  to update.
    Also there is not any link between this two table SCL1 service call  and OSLT Solution knowldege table In PLD.
    so i create Symptoms  UDF in matrix at solution tab of Service call form.
    also i create formatted search to fill this column.
    I set that formatted search as "auto refresh when field change"
    so when i navigate through service call records. it featches and put value in that UDF column and make form state "Update"
    I want to avoid it.
    means when i navigate the service call, when the value of  that UDF Is different then OSLT table then that Service Call goes to update state otherwise it have OK state.
    I used query in formatted search to fetch the value for UDF
    What will be the solution for this problem.
    Also tell me Can i call formatted search through program means can i give formatted search command (shift F2. or press formatted seach button) in program.
    Regards
    Narendra
    Edited by: NarenKD on Dec 29, 2010 9:41 AM
    Edited by: NarenKD on Dec 29, 2010 9:50 AM

  • User defined fields reference in Matrix VB6

    I have a couple of user defined fields on the Delivery Details Matrix that I need to update.  I know that I need to reference them by index as follows:
    Set oEditText = oDelDetMatrix.Columns("Index").Cells.Item(ivlRowCounter).Specific
    oEditText.Value = CCur(dvlSomePrice)
    The problem is even if I check Watch window for the indexes I can not be certain what indexes to use for these columns.  Is there a way to get exact index number?
    Is there a way to reference matrix columns by by field names?

    Spoke too soon.....I just solved it ->
    Set oEditText = oDelDetMatrix.Columns("U_DolPerOz").Cells.Item(ivlRowCounter).Specific
    oEditText.Value = dvlSomePrice

  • Connect a user field on a matrix system, an object "UDO" custom

    Hello everyone,
    I have a problem, I'm trying to add a user field that I inserted in the lines of the documents, the connection with my UDO but "SAP " returns the message: "Item - The item is not a user-defined item [66000-8 ]. "
    ' ==> pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_LOAD
    Dim frm As SAPbouiCOM.Form = mSboApp.Forms.Item(FormUID)
    Dim mtx As SAPbouiCOM.Matrix = frm.Items.Item("38").Specific
    mtx.Columns.Item("U_AZICK_STRM").ChooseFromListUID = OBJ_STRUN
    mtx.Columns.Item("U_AZICK_STRM").ChooseFromListAlias = "Code"
    How can I do?
    Thanks

    Hi
    I think it is not possible on a matrix.But you can create UDF and assign choose from list  in the header level .
    Regards
    Arun

  • 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

Maybe you are looking for