Is it possible to make value attribute editable ?

Hi,
i have one field which is value attribute under contact node.
it is in not editable mode, i am trying to make it editable by commenting the code rv_disabled = 'TRUE' in GET_I method.
but still it is in non editable ..
is it possible to make editable this value attribute ??
pls suggest.
Regards,
Venkat

Hello Venkat,
Please check the following.
1.In the htm page of the view check if the "displayMode" value is passed as a attribute to <chtmlb> tag.
If yes, then check what value is passed like TRUE or FALSE.
2.go to the configuration of the view and check if the "Display only" property is checked for that field. If yes please uncheck it.
Br,
Navn

Similar Messages

  • Possible to make an item editable for certain users and read only for other

    Is it possible to make an item editable for certain users and read only for others?
    I've been able to accomplish this by taken the select statement that I used to define an authorization scheme, placing it in the Read Only condition of the item. However, I would like to simply reference the authorization scheme to utilize caching, and to help keep things cleaner for future maintenance.
    Is it possible to reference an authorization scheme in an item condition similar to the way another item can be referenced by preceding it with a colon (i.e. :P1_First_Name)?

    Thank you, your suggestion worked.
    It would be nice on a future release of APEX if a drop-down box existed under the Ready Only section that would allow an existing Authorization Scheme to be selected or negated when applying the Read Only attribute to a form item.

  • Is it possible to make OINV.CardName field on Sales Invoice Editable?

    Hi Forum,
    Sales Invoice has cardcode and cardname. Is it possible to make the cardname editable  on the form to be able to change the name on invoice.
    Thank you.

    Hi,
    Unfortunately, it is not possible in the application window where you can change the cardname which has been defiined for a cardcode field in the OINV table.
    The field is not editable .
    However, you can check and option of having a UDF to define and have the value appear which you want. Purpose for change name requirement is unknown to me but if it is required in the Print out then you can check the display of the UDF field in the print layout.
    Kind Regards,
    Jitin
    SAP Business One Forum Team

  • How to make visible value attributes of a Search Node

    Hi All,
    We have a requirement to enhance the search context node SEARCH ( Dynamic Query Object SVYQ ) of component SVY_S.
    But the enhancement category of Attribute Structure CRMST_QUERY_SVYIL is 'Can't be enhanced'.
    So we are adding value attributes to this context node. How to make this value attributes available in view configuration tab?
    Please suggest a better approach if there is any.
    Thanks in adv.

    Hi  Suchindra,
       You assign these  enhanced  attributes to design layer. so you can see these fields in Config tab.
    How to do:
    IMG->Customer Relationship Management -> UI Framework -> UI Framework definition -> Maintain
    design layer
    Here include the enhanced attributes and then go to component work bench and in context attributes right click assign the desing layer, selct your attribute and  in the bottom click on SAVE button.
    Then check it in configuration tab your attributes will available in show available fields.
    I hope this will solve your problem
    Regards,
    Sagar

  • Table Control: make a field editable or not based on another field value

    HI All,
    How to make a column field input enabled or disabled based on another field value in a Table Control.
    Here's the scenario:
    I have a table control with two columns, KTOKK and LIFNR. Now for certain KTOKK, the LIFNR field should be editable and for certain KTOKK it should not be editable.
    Eg.,  KTOKK = 0001 =>  LIFNR field is not editable.
            KTOKK = ZKTO => LIFNR field is editable.
    But these fields are in a table control.
    Please advice.
    Thanks in advance,
    RK.

    Hi RK,
    Go through the below link..
    how to make special field editable or diseditable in table control?
    the code mentioned in the link.. just add ur conditions in the module....
    Best Regards,
    Brijesh

  • Is it possible to make a log in page for Adobe Digital Publishing Professional Edition?

    I would like to create a log in page with key in username and password on the first page of the DPS App.
    Is it possible to make a log in page for Adobe Digital Publishing Professional Edition?

    No. You need enterprise edition to create a custom storefront.
    Neil

  • Does BC work with "Make attribute editable"?

    Previously, I've built templates which include editable optional regions where I can then edit the template properties and adjust the classes using Modify > Template > Make Attribute Editable, and be able to change the class of an item per page. When I try to do this now, Modify > Template properties is greyed out, so I can't implement this feature (I'm assuming because it's a BC-integrated template). Does this feature integrate well with BC? I can't figure out the best way to implement a sub-menu system where the current page class changes for a menu item (see image). Any thoughts/ideas? I don't want to hve to make 15 templates to have to edit.
    Would content holders work?
    In case you're not familiar with this feature:
    Here's Adobe's feature page for this:
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7aa5a.h tml
    And a YouTube tutorial:
    http://www.youtube.com/watch?v=KlD2e9QkGvA

    Not what I was refering to in terms of the tag but admin use. You may not use the admin to manage sites but cleints do. I see a lot of people develop or build BC sites in a way that do not consider their cleints using it properly. I Can implement heaps more things then I actually do for clients but I do not do so if it wont be nice to manage. It is scraped and other sollutions made. Even if that means more scripting.
    I did the above ONCE and the client had a very very hard time managing their pages in the admin, it was a mess and never did it again.
    Script could work but you would also need to strip out the spaces or replace them with regex. The effort though and then the need to add them in into the css manually each time is not really very maangeble. There are a number of other options instead.

  • Using "Update All Mapped Fields" with multi-value attributes

    Is it possible to update a value in a multi-value attribute through the import manager?  It appears that if a source value is different then it just gets added as another value to the record.
    For example, a product has an attribute of speed which is measured in revolutions/minute. Some products can be rated at two speeds (i.e. 1800/3600).
    I created a numeric attribute for speed and enable only nominal rating and selected multi-valued.
    In import manager, I set "/" as multi delimiter for source field.  This created two entries in destination attribute, 1800 and 3600. 
    However, if on subsequent imports the speed values changes for this record (i.e. 1200 and 1800) then I will now have 1200, 1800, and 3600 as values for this record.
    Would the proper solution be to create two individual numeric attributes that are single valued (i.e. Speed1 and Speed2)?

    Hi Aaron,
    in your example it would make sense to use two different attributes called "Speed1" and "Speed2". Using the multi value option, MDM allows you to store a list of values into a single field. This list is more or less unlimited, you can add as many values as you like. A change of an existing value is not possible. The reason is that Import Manager does not know, which value you've changed! So it simply adds the "new" record (which is the 1200 in your example) to your value list. This is the intended behaviour of the "update all mapped fields option". If you really want to replace the values, you can check if the "Replace" option is useable for you. But note, that the replace will replace the complete existing record with the incoming new one. This means if the product you want to import with the replace option is smaller than the existing one (maybe it does not contain values for all segments), you'll loose data in MDM.
    BR Michael

  • Values not passing from form to context attributes (value attributes)

    Hi Experts,
    I have bound the properties of theadobe interactive form (WD-Java) to the context attributes but the values are not passing to the value attributes at runtime.
    For your information I have not bound the pdfsource binary attribute of the view to the custom controller pdfsource binary attribute.
    Please advise.
    Thanks,
    Shobhit

    Context
       GetData - ModelNode mapped to controller context (DataSource)
             Attribute1 - Value Attribute (Form Field)
    Is it allright to have the Data Source as a ModelNode (mapped to the controller context node) and then have Value Attributes under the ModelNode which are then bound to the adobe form input fields.
    I know its frustrating to advise on such questions without looking at the code actually. But I would definitely need your support.
    If possible could you mail me a project of yours where you have the form being PREFILLED with some values coming from a RFC FM and then the same form gets posted to SAP though another RFC FM.
    Thanks,
    [email protected]
    OK. When I create a Fresh Adobe Interactive Form application, it works fine.
    The problem Im facing is in the case, when Im using an existing PDF file created in the ABAP stack (TCode SFP). I am importing this PDF file into the WebDynpro Java Application and then binding the fields. So in this case the context binding does not work.
    You guyz are right, I need to check if there is any other script which exists. But still what are views after this update?
    Message was edited by:
            Shobhit Swarup Mathur

  • Model attribute binding to value attribute.

    Hi all,
          I have problem that i have used a model in my view. First i will me executing that model. Then i need to use the ouput parameter of that model to assign it to the value attribute present in the same view. And make it to be visible in the field to which that value attribute is assigned. Please help me out.

    Hi Selvakumar,
    Is it that, Your value attribute , say 'var' (which is bound to the view field) is
    the child of a value node(say this value node be 'MyNode')??
    Then give
    If only 1 record is needed for 'MyNode' set the cardinality of 'myNode' as 1..1 and then give
    wdContext.currentMyNodeElement().setVar(wdContext.<outputModelNode()>.<currentOutputmModelNodeElement>.getOutResult());
    Thanks
    Smitha
    Message was edited by:
            Armin Reichert

  • Facing problem with Value Attributes

    Hi,
    I have created a value attribute under the context node. This attribute is editable field. User can enter value for this attribute on WEBUI.
    Now, my problem is in GET_METHOD.
    In get method, normally we get the value using "COLLECTION_WRAPPER" or "ITERATOR". If the attribute is BOL attribute , then we can get the value from these . However my attribute is value attribute, and I am unable to get the value using COLLECTION_WRAPPER or ITERATOR. So, when the user enters any value it is coming into GET_METHOD, and displaying blank value on the screen.
    Now my bottom line question is: if the attribute is value attribute, how can we get the value in GET method.
    Note: I can't add it as BOL attribute, for my case it is not possible.
    Thanks,
    Sandeep

    Hi,
    if it is a pure value note then you could access this using this class instead of bol class:
    lr_value_node TYPE REF TO cl_bsp_wd_value_node.
    Kind regards
    Manfred

  • ERM5.3 - Is it possible to make Sub Process & Project/Release non-mandatory

    Hi All.
    I would like to know whether it is possible to make Sub Process & Project/Release in Create Role Definition section non-mandatory fields?
    If so where would I be able to change the config?
    Thank you.
    Mike Hannie

    Dear Mike Hannie,
    It is not possible. Project/Release ID and Subprocess are required fields.
    The Project or Release ID field allows you to track and filter roles by project or release based on your organizationu2018s requirements.
    When you create a role in Enterprise Role Management, the business process you assign to the role is one of the roleu2018s defining attributes and determines which subprocesses you can assign to that role. During the role creation process, the subprocesses available for you to select as role attributes are determined by the business process to which the subprocess is mapped.
    Condition group:
    A condition group is defined from a set of role attributes (such as a business process, subprocess, functional area, role type, or role name) and is based on role values and conditions. After you create a condition group, the system applies it to a role creation process to override the default role creation process when the criteria from the condition group are met. You can apply multiple condition groups in one role creation process, but you cannot associate multiple processes to one condition group.
    Regards,
    Naveen

  • How to make a query editable?

    Hi,
    I would like to combine two tables to an editable view:
    Person:
    - id: varchar(50)
    - fname: varchar(50)
    - lname: varchar(50)
    FirstAider:
    - id: varchar(50)
    - firstaider: bit
    There is a 1:1 relationship between Person and FirstAider using the attribute "id".
    There are now rows in the FirstAider table yet...
    If I combine these two tables into a view, the view is not editable!
    How can I make the view editable?

    Please don't use edit screen for modifying data.
    Use SSMS query editor and write t-sql query.
    Please note that the FirstAider table is empty. I would like that a corresponding row is created automatically
    when I set the firstaider value...
    How are you setting the firstaider value? Through the screen?
    If yes just pass id corresponding to the name and do an insert.
    INSERT FirstAider (id,firstaider)
    SELECT id,1
    FROM Table
    WHERE fname = @Fname
    AND lname = @Lname
    Please Mark This As Answer if it solved your issue
    Please Vote This As Helpful if it helps to solve your issue
    Visakh
    My Wiki User Page
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Is it possible to make consumption as 101 Q -- 543 Q.

    Is it possible to make consumption as 101 Q -->543 Q.
    Means for getting final product into Unrestricted project stcok  through subcontracting order is it possible to do default consumption as 543 Q
    Edited by: Csaba Szommer on Aug 13, 2011 5:36 PM

    Yes, you can make any kind of logic in LV. Some would say even illogic. To implement a latch or any other logic with memory you can use a while loop with a shift register. If the shift register is uninitialized (nothing wired to the left terrminal from outside the loop), it will retain the previous value. You can use case statements to control when various pieces of the logic execute. It would not be difficult to construct a flip-flop which could be type D or JK or T depending upon the value of and input selector.
    Lynn

  • Retrieve front end values of editable alv in same format

    I have a problem to retrieve the front end values in editable alv filled by user.
    I am able to get it from MODIFIED CELL method but it gives the values after
    alv automatically conversion. For example if user filled 1 in cell of type numc
    then i want to keep it as 1 not as 00..001 format of numc.
    Same for when user fill alphbets in small letter the alv convert it in CAPS.
    I want to retain it as it as filled by user.
    Example: User filled aAbBcFG in a cell
    then it should update in database in same format not like AABBCFG as alv did
    <offer removed by moderator>
    Edited by: Rocky_S on Jan 20, 2011 7:50 AM
    Edited by: Rocky_S on Jan 20, 2011 7:51 AM
    Edited by: Thomas Zloch on Jan 20, 2011 11:24 PM

    Hi Srinivas I have used CONVERSION_EXIT_ALPHA_OUTPUT for number input. My problem is that
    when user fill 0 in the alv cell then alv automatically convert it into 00000000. My field is of type numc
    that why it converts in 00000000. I want to retrieve it as the user fill in alv cell. Through this function
    module the import parameter parameter is of numc format not as filled by user. In my case if it is 0
    then then i should retrieve it as it is.
    My actual scenario is i have a numc type field in alv and i want to keep it as mandatory. For which i am
    writing a logic. Because in my table there is a valid entry of 0. If user do not fill 0 then it takes automatically
    0 as input because of initial value of numc field. I want to restict it. I can not convert this field as char.
    Give me some logic to make numeric field mandatory.

Maybe you are looking for