Change property

Hello ,
Is it possible to change the property of an variable?
I used User Entry / Default value, But i need to change now to Customer exit.
But it does not allow me to change!
Is there any way to change?
Kind regards
Ram
Points will be assigned!

hi
once defined u cannot change certain properties of variable.
some of this properties are
Technical name
Processing By (Replacement path, Sap exit etc.)
Reference Characteristics
Replace Variable with.
Variable Represents (Single, Multiple single, interval etc.)
it will be lot easier just to create a New variable.
if older variable represent wrong values or is created by mistake delete it.

Similar Messages

  • How to use warn about changes property with page menus

    how to use warn about changes property with page menus

    Hi,
    If u will enable this property, then u will get warning message as a popup in case of change of state of VO.
    Regards,,
    Gyan

  • Change property server behavior

    Page contains a list menu named "cities" whose label/value is
    populated by rs_cities:
    SELECT city_cit, provinceid_cit
    FROM cities_cit
    ORDER BY cityname_cit ASC
    and contains a list menu named "province" whose label/value
    is populated by rs_province:
    SELECT provname_prov, provinceid_prov
    FROM province_prov
    ORDER BY provname_prov ASC
    I would like to have the label of the list menu "province"
    change to where cities_cit.provinceid_cit =
    province_prov.provinceid_prov as a result of user selecting a city
    from the list menu "cities"
    Would this require the use of additional recordset that
    contains a join or the need for altering existing recordsets?
    How do I set the information in the "change property behavior
    " dialogue box?

    Rick - I know that is possible (in theory) to trap the keystroke using JavaScript and replace it (or, do a focus() call or similar to move the focus to another element), but figuring out where you are in the table can get quite hairy.
    To be honest, it's one of these things we've been meaning to implement on one of our apps (our issue is moving to the next element when the user presses ENTER), but haven't got round to yet.
    I'd therefore be very interested to hear if you crack it (either using JS or some other method).
    Cheers,
    John.

  • How to change property of control inside a cluster?

    Hello,
    1)
    I have cluster with dozen controls (booleans and slides).
    I want to change the slides control scale property in runtime.
    Im doing UnbundleByName to the cluster to pick the right slide, but how i continue from here? how i access to that slide property?
    2)
    The main problem is that i have vi with lot of controls, and i want to find a way to save the control values to file, so i decide to insert all those controls to cluster, and to use datalog...Is there any other elegant way?
    Tnx,
    HaD
    Message Edited by HaD on 08-06-2007 03:43 AM

    Hi HaD,
    controls usually have properties for Caption and Label. You can check one or both for the name of your control...
    The array of control references should contain the references in the tabbing order, but it's always a good idea to cross-check that you use thoe correct reference
    Message Edited by GerdW on 08-06-2007 11:21 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How can you change property files of a EJB at Runtime?

    Hi,
    I have got an ejb and want to change my variables which I stored in property file at Runtime.
    But the property file isn´t in the jar-file of my ejb...
    How can I add it.
    Or How can I change the property file without new compilation.
    Thanks
    Uli

    Hi Uli,
    the previous post is generally correct, but without taking any part in the sensibility of this (there are valid reasons why you would not store the values in a DB) it would be necessary for you to be a bit more specific.
    Is your problem that you can not see the file from your EJB or that you don't know how to change a property file entry in general?
    Cheers,
    Kalle

  • Changing property of select options

    Hi I have created a select options with the property read only = true by default, If a condition at the beginning is fulfilled I want to change the property read only of the previous field to false. I am doing it in the following way:
        DATA lt_range_table TYPE REF TO data.
      Data from select options
        rt_objid = wd_this->m_handler->get_range_table_of_sel_field( i_id = zdcl_wdr_matriz_decision_asf=>e_atrib_m_dec_asf-grupo_form ).
        ASSIGN rt_objid->* TO <fs_objid>.
      Create range tabl
        lt_range_table = wd_this->m_handler->create_range_table( i_typename = zdcl_wdr_matriz_decision_asf=>e_atrib_m_dec_asf-tipo_d ).
        DATA: id TYPE string.
        id = zdcl_wdr_matriz_decision_asf=>e_atrib_m_dec_asf-tipo_d.
        REPLACE ALL OCCURRENCES OF REGEX '\W' IN id WITH '_'.
        IF NOT <fs_objid> IS INITIAL.
        update property
          wd_this->m_handler->upd_selection_field(
           i_id              = id
           it_result         = lt_range_table
           i_read_only       = abap_false ).
        ENDIF.
    What is wrong here please?
    Help really appreciated

    Hi Jorge.
    Why do you perform the replacement? Are you sure, that the ID you used while adding the field is the same as the one you use for updating? What is the rror or does just nothing happen?
    Cheers,
    Sascha
    Message was edited by:
            Sascha Dingeldey

  • OS command  in Communication channel to change property of file...

    Hi All
    Can anybody let me know the OS command (to be written in command line prompt in receiver file channel) to change the property of a file written on Application server.
    A file is getting written on PI application server by a communication channel. Now how can we direct that channel to change the file's property of Read/Write/modify(777) while writing it to the location.
    Thanks in advance.

    Hi
    If you want it dynamically, use a post processing srcipt
    For unix Application system command is
    chmod <file name> 777
    For Windows Application system command is
    ATTRIB [+ R|-R] [A|-A] [ H|-H] [+ S|-S] [d:][path]filename [/S]

  • Howto change property of javabeans based data control?

    Hi,
    I have a swing application which displays a combobox. This combobox is bound to a javabeans based model using ADF.
    The combobox is enabled/disabled based on a value in another combobox, so sometimes the combobox is enabled, sometimes it's not.
    We've currently implemented this using an action listener, which call comboBox.setEnabled(false).
    This works, but when you refresh the iterator binding for the panel, the combobox is always enabled. I assume this is caused by the fact that the adf xml file describing the javabean contains the following attribute: IsUpdatable="true".
    How can i programatically change this attribute? Can i set a property for the jcombobox control binding, or can i change the AttributeDef used by the combobox?
    Thanks,
    Andrej

    How do i programatically change an adf javabeans based control value from editable to not-editable?

  • How to change property file contents during run time?

    Hi everyone. First post so go easy on me please.
    I have a couple of properties that I want to read from a from a file. To achieve this I simply use:
    ResourceBundle.getBundle("my.package.MyItems").getString("MyProperty");
    This works like a wonder. The problem is, i want to change the property "MyProperty" during runtime. I've found the properties file (MyItems.properties) inside weblogic, but if a change its contents it does not reflect in the application.
    I can come up with a couple of justifications:
    * I'm not looking in the right folder/changing the wrong file in the server;
    * Weblogic caches the properties file, meaning that I have to redeploy the project (defeating the purpose of actually having a properties file).
    Can anyone help with this one?
    [EDIT] Forgot important info:
    * JDeveloper 11.1.1.4
    * Weblogic 11.3 (not 100% sure)
    * Both JDev and WebLogic running on Windows 7 64 bits
    Thank you in advance!
    Best Regards
    J. Peixoto
    Edited by: 868634 on Jul 12, 2011 9:37 AM
    Edited by: 868634 on Jul 12, 2011 10:21 AM
    JDeveloper 11.1.1.4, not 3

    I tried it all.
    Just an explanation of my context.
    I have 1 application with 2 projects in it. First project is called "CommonUI_ViewController" and the second one "FO_ViewController".
    The properties file I'm trying to change is located inside "CommonUI_ViewController", in package "PropertiesConfig" and the file is called "PhaseListener.properties".
    "FO_ViewController" is dependent on "CommonUI_ViewController". When I run "FO_ViewController" the integrated weblogic server log shows this (among other things):
    [10:25:55 AM] Wrote Web Application Module to D:\JDeveloper\dump\system11.1.1.4.37.59.23\o.j2ee\drs\SPV_BPM\FO_ViewControllerWebApp.war
    [10:25:57 AM] Wrote Web Application Module to D:\JDeveloper\dump\system11.1.1.4.37.59.23\o.j2ee\drs\SPV_BPM\CommonUI_ViewControllerWebApp.war
    Note: both lines above point to folders. "FO_ViewControllerWebApp.war" and "CommonUI_ViewControllerWebApp.war" are NOT war files, but folders that have that name.
    I tried changing the properties file in the following locations:
    * D:\JDeveloper\dump\system11.1.1.4.37.59.23\o.j2ee\drs\SPV_BPM\FO_ViewControllerWebApp.war\WEB-INF\lib\adflibSPVCommonUI.jar > PropertiesConfig\PhaseListener.properties;
    * D:\JDeveloper\dump\system11.1.1.4.37.59.23\o.j2ee\drs\SPV_BPM\CommonUI_ViewControllerWebApp.war\WEB-INF\lib\adflibSPVCommonUI.jar > PropertiesConfig\PhaseListener.properties;
    * D:\JDeveloper\dump\system11.1.1.4.37.59.23\o.j2ee\drs\SPV_BPM\CommonUI_ViewControllerWebApp.war\WEB-INF\classes\PropertiesConfig\PhaseListener.properties (no need to open any jar/war to get to this one).
    I changed all these files with different values but no change was shown in the application (using the method in the previous post).
    I believe that I'm still doing something wrong :/
    Thank you for your help so far vinod_t_krishnan!
    J. Peixoto

  • Change property of a page in Weblogic Portal

    Hi all,
    I'm new to Weblogic Portal and I'm trying to change the "Presentation class" property of a .page file, to add a css class to a div. After changing the file and starting the server, nothing seems to have changed. I'm accessing the portal through appmanager, but when I access it the normal way it doesn't work too.
    This is the correct way of doing this?
    Thanks in advance,
    Joao Paulo

    HI Baskaran,
    In the existing functionality the class if_wd_component is being used to change the ui element property but now two elements have been binded to one context which is causing both the elements property to change when if_wd_component~set_enabled method is being used. Is there any other method that can be used to set the property of particular ui element of the context?
    Praveen, thanks for the info, my current changes are in post exit only. I am looking for the right method to use to set the ui element property for bound context
    My issue is similar to this thread: Issue for Hide fields and buttons in applications  WD ABAP

  • Changing Property Values from within a Function

    I'm wondering how I can change a property of an instance from
    within a function inside a method. I have some code here...
    Basically I just need to set _lynn_idle to false when a tween is
    occuring and _lynn_idle to true when the tween is finished.
    Unfortunately I can't seem to simply set it to false or true inside
    these listener functions like I'm able to anywhere else (seems the
    variable is only local to the function when I need it to access the
    variable associated with the instance). Any help is much
    appreciated.

    Inside callback handlers the class members go out of scope.
    To remedy use a local (local to the function) reference to the
    current object.

  • Change property of an item by using Set_Item_Property

    Hi
    How i can change the color property of a text item(FOREGROUND_COLOR, BACKGROUND_COLOR) by using Set_Item_Property in the WHEN-VALIDATE-ITEM trigger.
    Advance thanks.

    I haven't tried in when-validate-item trigger, but this is what I use in setting colors based on user color selections.
    set_item_property(block.item, background_color, field_rgb_color);
    set_item_property(block.item, prompt_foreground_color, text_rgb_color);
    set_item_property(block.item, foreground_color, text_rgb_color);

  • Change Property of any field during report execution.

    Dear All,
    Can any one tell me that
    HOW CAN WE CHANGE THE PROPERTY OF ANY FIELD IN ANY FRAM / SECTION, DURING REPORT EXECUTION ( I MEAN ACCESSING THE PROPERTY OF ANY FIELD IN TRIGERS ).
    Please help ....

    Thank You Dear aguero ...
    You got my point but still it is not applicable. Don't worry, I have solved my problem by other way. The complete story is as under
    PROBLEM
    ========
    I have a field DT as a part of query and this field is in the group G_DT. I am using repeating frame based on the group G_DT. I have another TEXT ( not field ) B5 at the bottom margin of the page ( it is a stand alone text and not the part of G_DT ). I want that if DT >= '02-Oct-2007' then show B5 otherwise hide it.
    SOLUTION
    ========
    I have defined a user parameter P_Note as character. I have used this parameter in the triger BEFOREREPORT as under.
    function BeforeReport return boolean is
    begin
    if to_date('02-'||:DT,'DD-MON-YYYY') = '02-Oct-2007' then
    :P_Note := 'Y';
    else
    :P_Note := 'N';
    end if;
    return (TRUE);
    end;
    AND USED ANOTHER FORMAT TRIGER as under
    function B_5FormatTrigger return boolean is
    begin
    -- Automatically Generated from Report Builder.
    if (:P_Note = 'N')
    then
    return (FALSE);
    end if;
    return (TRUE);
    end;
    It works and my problem is solved ..
    Thanks for your attention ...... dear aguero

  • DRm 11.1.2.103: Howto: Not allowed to change property value after value set

    Tips on how to ensure this?
    I would appreciate help on solving the following request: a property must be set by a user (ex property 'Entitytype' of a Unit node). However as soon as the property has been defined (value of property is not blank) this cannot be overridden again (example; if Unit node is set to COMPANY it cannot be set to DEPARTMENT, but the property value must be allowed to be set in the first place and overridden if blank only) Also remove value of this property should not be allowed if value is not blank or 'nothing. I assume this must be a common request, but I cannot get my head around how to solve this in DRM since DRM does not have a way to check the 'previous value' of a propery when validating (as far as I know)

    Hi,
    Try this
    1. Create a derived property e.g. Can_Change with a formula like this
    Equals(Date,Now(),AddedOn()) --depending on your requirement you may either use AddedOn() or ChangedOn()
    This will return True of the system date and create date are same. which mean user should be able to change the value for the first time.
    Now create a real-time validation based on the above property to stop the user from changing the value.
    hope this helps.
    SJ

  • Change property of numeric input

    Hi,
    I have to change the property of a numeric input. The spin buttons (up
    and down) should disapear an the border- and backgroundcolor should turn
    to transparent. But i couldn't find these properties in the property
    node.
    Does anybody know how to handle this?
    thanxs a lot,
    Max

    hello Max
    If using Labview 7, there is a property node "increment decrement visible" to hide/view the up/down arrows.
    To make trasnsparent the border, use the color tool, and to make transparent the background, use the "numeric text>>text colors" property node.
    If using other version,or want to keep the control that way, best choice is "edit>>customize control" and save it for other purposes.
    Hope it helps.
    Alipio
    "Qod natura non dat, Salmantica non praestat"

Maybe you are looking for

  • IOS7 will not work with current version of iTunes

    My phone has had a recurring problem with the mic not working unless the phone was in speaker mode. I haven't bothered to update to iOS7 before now, but finally got annoyed with not being able to have a phone call in public, so I attempted to restore

  • Merging two results into a single row

    Hi, Everyone... I think this is a weighted question and I feel like it's a bit difficult to phrase, so if it doesn't make sense - let me know and I'll try to clarify or provide some more concrete examples (if I can) :) I have a few tables inner joine

  • Can programs be installed on an external hard drive with my mac pro?

    Can programs be installed on an external hard drive.  I am running low on space.  Final Cut Pro X spins off the rendering files which takes a large chunk of space.  Like to at least have those rendered files on an external drive, but can find that op

  • Vat return

    Dear sir, I need the vat retirn filling  so please send the process and where to finding the report of avt so i fill the vat report

  • Signed Applet  gives "java.lang.NoClassDefFoundError" message

    I am using a Signed Applet to access resources on the disk and as well as to write on to the disk. My Applet class "Applet.class" is bundled along with other required jar files(SignedA.jar , SignedB.jar) into a single jar file "SignedApplet.jar". The