Cant change field names

I am working in the hierarchy and re-naming fields names for reference when pointing to them in scripts. Everything has been working fine for days now. Now for some reason I cannot re-name an object. I am allowed to highlight the object, delete the existing text, and re-type the new name for the field. But for some reason when I click on something else the object goes back to its original name. I have also tried right clicking and change the name there as well as in the binding tab. But still no luck.
Weirdly, I can change the names of other objects in the hierarchy, just not any of the ones I need to. Any idea's?

I have never heard of this before ...can you send the form to [email protected] and I will have a look. Please indicate which field is causing you the grief.
Paul

Similar Messages

  • In sets (t-code GS01-04): How to change Field name

    HI,
    I have created sets for rule in validation by t-code GS01. Where I have given Tbale name BSEG and Field name KOSTL(Cost Center No). Now, I want to change field name SAKNR (GL NO) instead of cost center. When I am trying to change field name t-code GS02, there is field name is in display mode and no way to change it.
    As I have lot of entries in each set, so that creation of new sets is very hard job again. Further when I trying to create new sets by reference it didnt change the table name and field name.
    Please provide me a solution.
    Khalid

    Hi,
    Hope it is not possible, logically total field is changing and the dependent entrie will not stay as it is. I don't think this is possible.
    Eventhough the values are same but the fields are different.
    VVR

  • Is there a way to change field names globally in Form Wizard?

    Form Wizard often selects nearby text to create a name for a text box. Is there a way I can globally change the field name for a series of text boxes? For instance, I have a field name that Form Wizard created that says "Policy NumberPolicy that requires a specific" and I want it to be simply "Policy Number."
    If there is no way to fix it globally, is there a way to prevent it happening in the first place?
    Also, is there a way to automatically convert a text box to a check box?
    Thanks

    Unfortunately, the answer to all of your questions is no.  The closest you can come is to use a script to create a new field with a new name that has most of the same properties as the old field, and then delete the old field, but you'd have to find some way of deciding which fields shold be changed. You do not have any control over the form wizard apart from changing the PDF so it has a different design/layout. Converting a text field to a check box wold have to use the approach metioned earlier, but you'd have the same problem of determining which ones to change.

  • Change field name in sql statement

    How can one change a field name in a specified table using an sql statement?
    Thanks.
    Dan.

    You will have to
    ALTER TABLE youredb.youretable ADD newcolname datatype(length);
    then copy the data from the old to the new collumn name.
    Then:
    ALTER TABLE youredb.youretable DROP oldcolname;
    Hope this helps, i dont think there is any way to rename a field in 1 operation.

  • Cant change domain name

    I cant seem to get rid of my old domain name in iweb every time i try to visit my new site it always takes me to my old domain and also at the bottom of the iweb page it still lists my old domain in parentheses. I have tried over and over to change domain in my account page at .mac but it will not change the name. I dont understand

    every time i try to visit my new site it always takes me to my old domain and also at the bottom of the iweb page it still lists my old domain in parentheses.
    What is at the bottom of the page doesn't matter, iWeb is still publishing to .Mac and your url is always still http://web.mac.com/username. Also best to avoid the Visit button and just make a bookmark for your url.
    I have tried over and over to change domain in my account page at .mac but it will not change the name.
    Is the old name still there? Can you not make it blank?

  • Cant change screen name

    can any one tell me how to change my screen name??
    the link to edit is gone..

    I believe no edit capability for changing screen name has ever been provided. That would just lead to confusion, once you already have a posting history. Think about it.

  • Change the name of std field in the std screen....

    Hi All,
    I want to change the name of the std field.....
    I used CMOD option but it changed the name across the client ......
    so i dont want that...i want it to be region specific......like for india only this text should display and for rest it should show the std name....
    the txn is VL01n/VL02n/Vl03n  ......
    thnx
    RK

    Hi,
    Plz try this Link
    I Hope with conditions u cant change field label.
    Let know where exactly u want this in report/Module pool.
    If in Report
    we can get with AT SELECTION SCREEN OUTPUT.
    Change standard field label
    http://www.sapfans.com/forums/viewtopic.php?f=13&t=323538
    Regards
    Edited by: Rasheed salman on Dec 14, 2009 12:35 PM
    Edited by: Rasheed salman on Dec 14, 2009 12:36 PM

  • Change in Name Format

    Hi Experts,
    We have a requirement. It is change in Name Format.
    The name format for the employees who belongs to other country personnel areas to be changed to show the Form of Address, First Name & Last Name in Infotype 0002- Personal Data.
    I have made changes in the IMG and try to see the reflection in PA30, but of no use.
    Could you anyone help me in this with your valuable suggestions.
    Regards,
    Sekhar.
    Edited by: SekharRHR on Jun 7, 2011 3:32 PM

    It can be done through CMOD... by changing field name..
    Please follow the following instructions.
    Enter infotype 0002 and go Last name and press F1.
    Select the Technical information and copy the "Data Element" for that particular field.
    Enter T-code cmod
    Now select from above menu GO TO then Text Enhancements then Key words then Change.
    Now Enter the Data Element and change the last name into first name..
    Repeat the same behavoiur for other field.
    Regards,
    Uzair

  • Why can't we change display name?

    Its very funny that we cant change display name and also we must have earlier feature which shows all the logged on members
    Think about it
    Thank you

    In the past you had to wait a while for the caches to refresh anyway, now you need to wait an eternity or contact SAP.
    The "display name" is no longer editable.
    So if you are going to choose a pseudonym which is well known, make sure the guy is already dead and cannot get up to any more mischief or new scandals...
    Cheers,
    Julius

  • Change Canvas Name of a field dynamically

    Hi i want to know can we change a Canvas Name of a field dynamically ?
    My requirement is that  i have "Street Name"  fields in many forms. Now i need to introduce a button next to "Street Name" field so that if "Street Name" values are available in LOV, then user can click on the Button and it will go the Street Master. Now problem is that "Street Name" Field is available in many forms. It would be too difficult to create a each field in each form. So instead of it i want to do it dynamically. If we can change a Field's (Item) canvas name dynamically then i think we achieve it.
    Thanks

    From my knowledge, we cant change a canvas name dynamically.. Below are the possible properties we can change. You can get these from forms online help
    property
        The property you want to set for the given item. Possible properties are:
    ALIGNMENT The text alignment (text and display items only). Valid values are ALIGNMENT_START, ALIGNMENT_END, ALIGNMENT_LEFT, ALIGNMENT_ CENTER, ALIGNMENT_RIGHT. See the Justification Property for more information.
    AUTO_HINT Determines if Oracle Forms will display help hints on the status line automatically when input focus is in the specified item. Valid values are PROPERTY_TRUE and PROPERTY_FALSE. See Display Hint Automatically Property.
    AUTO_SKIP Specifies whether the cursor should skip to the next item automatically when the end user enters the last character in a text item. Valid only for a text item. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    BACKGROUND_COLOR The color of the object's background region. The property value is a reference to an RGB value such as r191g223b191.
    BORDER_BEVEL Specifies the item border bevel for the specified item instance. Valid values are RAISED, LOWERED, or PLAIN (unbeveled).
    Note: You cannot set BORDER_BEVEL if the item's Bevel property is set to None in Oracle Forms.
    CASE_INSENSITIVE_QUERY Specifies whether query conditions entered in the item should be case-sensitive. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    CASE_RESTRICTION Specifies the case restriction applied to any text entered in the indicated text item. Valid values are UPPERCASE, LOWERCASE, or NONE.
    CONCEAL_DATA Specify the constant PROPERTY_TRUE if you want the item to remain blank or otherwise obscured when the end user enters a value. Specify the constant PROPERTY_FALSE if you want any value that is typed into the text item to be visible.
    CURRENT_RECORD_ATTRIBUTE Specifies VARCHAR2 name of the named visual attribute used when an item is part of the current record. If the named visual attribute does not exist, you will get an error message.
    CURRENT_ROW_BACKGROUND_COLOR The color of the current record's background region.
    CURRENT_ROW_FILL_PATTERN The pattern to be used for the current record's fill region. Patterns are rendered in the two colors specified by Background Color and Foreground Color.
    CURRENT_ROW_FONT_NAME The font family, or typeface, that should be used for text in the current record. The list of fonts available is system-dependent.
    CURRENT_ROW_FONT_SIZE The size of the font, specified in points.
    CURRENT_ROW_FONT_SPACING The width of the font, that is, the amount of space between characters (kerning).
    CURRENT_ROW_FONT_STYLE The style of the font.
    CURRENT_ROW_FONT_WEIGHT The weight of the font.
    CURRENT_ROW_FOREGROUND_COLOR The color of the current record's foreground region. For items, the Foreground Color attribute defines the color of text displayed in the item.
    DIRECTION Specifies the layout direction for bidirectional objects. Valid values are DIRECTION_DEFAULT, RIGHT_TO_LEFT, LEFT_TO_RIGHT.
    DISPLAYED Specifies whether the item will be displayed/enabled or hidden/disabled.
    ECHO Specifies whether characters an end user types into a text item should be visible. When Echo is false, the characters typed are hidden. Used for password protection. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    ENABLED Specifies whether end users should be able to manipulate an item. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    Note: Setting Enabled to false will cause other item property settings to change.
    FILL_PATTERN The pattern to be used for the object's fill region. Patterns are rendered in the two colors specified by Background Color and Foreground Color.
    FONT_NAME The font family, or typeface, that should be used for text in the object. The list of fonts available is system-dependent.
    FONT_SIZE The size of the font, specified in hundredths of a point (i.e., for a font size of 8 points, the value should be set to 800).
    FONT_SPACING The width of the font, that is, the amount of space between characters (kerning).
    FONT_STYLE The style of the font.
    FONT_WEIGHT The weight of the font.
    FOREGROUND_COLOR The color of the object's foreground region. For items, the Foreground Color attribute defines the color of text displayed in the item. The property value is a reference to an RGB value such as r191g223b191. Foreground color is always ignored for scrollbars.
    FORMAT_MASK Specifies the display format and input accepted for data in text items.
    HEIGHT Specifies the height of the item.
    HINT_TEXT Specifies the item-specific help text displayed on the message line at runtime. If the text specified is NULL, the original hint text, specified in Oracle Forms, will be restored.
    ICON_NAME Specifies the file name of the icon resource associated with a button item having the Iconic property set to YES.
    IMAGE_DEPTH Specifies the depth of color to be applied to an image item.
    INSERT_ALLOWED In a new record, allows end user to insert items normally when set to PROPERTY_TRUE. Specify PROPERTY_FALSE to specify that the item does not accept modification, but is displayed normally (not grayed out). (Insert_Allowed does not propagate changes to the Enabled property.)
    ITEM_IS_VALID Specifies whether the current item should be considered valid. Set to PROPERTY_TRUE or PROPERTY_FALSE.
    ITEM_SIZE Specifies a width and height for the item as two numbers separated by a comma. Use the syntax that includes x, y.
    KEEP_POSITION Specifies whether the Keep Cursor Position property should be true or false. When Keep Cursor Position is true, the cursor returns to the same position it was in when it left the text item. When Keep Cursor Position is false, the cursor returns to the default position in the text item. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    LABEL Specifies the VARCHAR2 string that you want displayed as the label of the item. This property is only valid for items that have labels, such as buttons.
    LOCK_RECORD_ON_CHANGE Specify the constant PROPERTY_TRUE if you want the record to be locked when this item is changed. Specify the constant PROPERTY_FALSE if you do not want the record locked when this item is changed. Use primarily when connecting to a non-ORACLE data source that does not have row-level locking.
    LOV_NAME Specify the VARCHAR2 name of an LOV to be associated with the given item. If the LOV name does not exist, you will get an error message.
    MERGE_CURRENT_RECORD_ATTRIBUTE Merges the contents of the specified visual attribute with the current row's visual attribute (rather than replacing it).
    MERGE_TOOLTIP_ATTRIBUTE Merges the contents of the specified visual attribute with the tooltip's current visual attribute (rather than replacing it).
    MERGE_PROMPT_VISUAL_ATTRIBUTE Specifies the named visual attribute that should be applied to the prompt at runtime.
    MERGE_VISUAL_ATTRIBUTE Merges the contents of the specified visual attribute with the object's current visual attribute (rather than replacing it).
    MOUSE_NAVIGATE Specifies whether Oracle Forms should navigate and set focus to the item when the end user activates the item with the mouse. Specify the constant PROPERTY_TRUE if you want the end user to be able to navigate to the item using the mouse. Specify the constant PROPERTY_FALSE if you want a mouse click to keep the input focus in the current item.
    NAVIGABLE Specify the constant PROPERTY_TRUE if you want the end user to be able to navigate to the item using default keyboard navigation. Specify the constant PROPERTY_FALSE if you want to disable default keyboard navigation to the item. (Keyboard Navigable does not propagate changes to the Enabled property.)
    NEXT_NAVIGATION_ITEM Specifies the name of the item that is defined as the "next navigation item" with respect to this current item.
    POSITION Specify the x, y coordinates for the item as NUMBERs separated by a comma. Use the syntax that includes x, y.
    PREVIOUS_NAVIGATION_ITEM Specifies the name of the item that is defined as the "previous navigation item" with respect to this current item.
    PRIMARY_KEY Specify the constant PROPERTY_TRUE to indicate that any record inserted or updated in the block must have a unique characteristic in order to be committed to the database. Otherwise, specify the constant PROPERTY_FALSE.
    PROMPT_ALIGNMENT_OFFSET Determines the distance between the item and its prompt in the current record.
    PROMPT_DISPLAY_STYLE Determines the prompt's display style in the current record, either PROMPT_FIRST_RECORD, PROMPT_HIDDEN, or PROMPT_ALL_RECORDS.
    PROMPT_EDGE Determines which edge the item's prompt is attached to in the current record, either START_EDGE, END_EDGE, TOP_EDGE, or BOTTOM_EDGE.
    PROMPT_EDGE_ALIGNMENT Determines which edge the item's prompt is aligned to in the current record, either ALIGNMENT_START, ALIGNMENT_END, or ALIGNMENT_CENTER.
    PROMPT_EDGE_OFFSET Determines the distance between the item and its prompt in the current record as a VARCHAR2 value.
    PROMPT_FILL_PATTERN The pattern to be used for the prompt's fill region in the current record. Patterns are rendered in the two colors specified by Background Color and Foreground Color.
    PROMPT_FONT_NAME The font family, or typeface, that should be used for text in the prompt in the current record. The list of fonts available is system-dependent.
    PROMPT_FONT_SIZE The size of the font, specified in points in the current record.
    PROMPT_FONT_SPACING The width of the font, that is, the amount of space between characters (kerning) in the current record.
    PROMPT_FONT_STYLE The style of the font in the current record.
    PROMPT_FONT_WEIGHT The weight of the font in the current record.
    PROMPT_FOREGROUND_COLOR The color of the prompt's foreground region in the current record. For items, the Foreground Color attribute defines the color of text displayed in the item.
    PROMPT_TEXT Determines the text label that displays for an item in the current record.
    PROMPT_TEXT_ALIGNMENT Determines how the prompt is justified in the current record, either ALIGNMENT_START, ALIGNMENT_LEFT, ALIGNMENT_RIGHT, ALIGNMENT_CENTER, or ALIGNMENT_END.
    PROMPT_VISUAL_ATTRIBUTE Specifies the named visual attribute that should be applied to the prompt at runtime in the current record.
    QUERYABLE Specify the constant PROPERTY_TRUE if you want the end user to be able to initiate a query against the item. Specify the constant PROPERTY_FALSE if you want to disallow the use of the item in a query.
    QUERY_ONLY Specify an item to be queried, preventing that item from becoming part of insert or update statements. QUERY_ONLY is applicable to text items, radio groups, and check boxes. Enclose the fully-qualified item name in single quotes.
    REQUIRED Specify the constant PROPERTY_TRUE if you want to force the end user to enter a value for the item. Specify the constant PROPERTY_FALSE if the item is not to be required.
    TOOLTIP_BACKGROUND_COLOR The color of the tooltip's background region in the current record.
    TOOLTIP_FILL_PATTERN The pattern to be used for the tooltip's fill region in the current record. Patterns are rendered in the two colors specified by Background Color and Foreground Color.
    TOOLTIP_FONT_NAME The font family, or typeface, that should be used for text in the tooltip in the current record. The list of fonts available is system-dependent.
    TOOLTIP_FONT_SIZE The size of the font, specified in points of the tooltip in the current record.
    TOOLTIP_FONT_SPACING The width of the font, that is, the amount of space between characters (kerning) of the tooltip in the current record.
    TOOLTIP_FONT_STYLE The style of the font of the tooltip in the current record.
    TOOLTIP_FONT_WEIGHT The weight of the font of the tooltip in the current record.
    TOOLTIP_FOREGROUND_COLOR The color of the tooltip's foreground region in the current record. For items, the Foreground Color attribute defines the color of text displayed in the item.
    TOOLTIP_TEXT Determines the item's tooltip text in all records.
    UPDATE_ALLOWED Specify the constant PROPERTY_TRUE if you want the end user to be able to update the item. Specify the constant PROPERTY_FALSE if you want the item protected from update.
    UPDATE_COLUMN Specify the constant PROPERTY_TRUE if this column should be treated as updated, and included in the columns to be written to the database. Specify the constant PROPERTY_FALSE if this column should be treated as not updated, and not be included in the columns to be written to the database.
    UPDATE_NULL Specify the constant PROPERTY_TRUE if you want the end user to be able to update the item only if its value is NULL. Specify the constant PROPERTY_FALSE if you want the end user to be able to update the value of the item regardless of whether the value is NULL.
    UPDATE_PERMISSION Use UPDATE_ ALLOWED when you run against non-ORACLE data sources. Specify the constant PROPERTY_TRUE to turn on the item's UPDATEABLE and UPDATE_NULL properties. Specify the constant PROPERTY_FALSE to turn off the item's UPDATEABLE and UPDATE_NULL properties.
    VALIDATE_FROM_LIST Specifies that Oracle Forms should validate the value of the text item against the values in the attached LOV when set to PROPERTY_TRUE. Specify PROPERTY_FALSE to specify that Oracle Forms should not use the LOV for validation.
    VISIBLE Specifies whether the indicated item should be visible or hidden. Valid values are PROPERTY_TRUE and PROPERTY_FALSE.
    Note: Setting Visible to false will cause other item property settings to change.
    VISUAL_ATTRIBUTE Specify a valid named visual attribute that exists in the current form.
    Note: You cannot set the visual attribute for an image item, nor use a logical attribute from a resource
    file as a Visual Attribute.
    WIDTH Specify the width of the item as a NUMBER. The size of the units depends on how you set the Coordinate System property and default font scaling for the form.
    X_POS
    Specify the x coordinate as a NUMBER.
    Y_POS
        Specify the y coordinate as a NUMBER.

  • Script : how to change the Field name in standard program(ZM_MEDRUCK)

    Hi Experts,
    I am working with SAP SCRIPT. i need to change the Field Name that is PO NO to Document No & PO DATE to Document Date.
    These are assigned in data declaration as gv_name and gv_date.
    Can anyone help me to change this Fields.
    Regards,
    Vijayan.R

    Hi,
    You can archive this by making change in SAP script only. You don't need to touch the standard prgm.
    Debug the script and find it out which fields (In script editor) are printing these text on layout... then just replace them by creating your own text...
    You can create a text in TTDTG table,, like ZZPO_NAME = ( Document Name),, and use this filed in the script editor.
    &ZZPO_NAME&

  • I can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name

    can not transfer date from one hard drive to another, I keep getting an error because I have two of the same file names and one file name is in caps and I cant change the file name. My original external has an error and needs to be reformatted but I dont want to lose this informations its my entire Itunes library.

    Sounds like the source drive is formatted as case sensitive and the destination drive is not. The preferred format for OS X is case insensitive unless there is a compelling reason to go case sensitive.
    Why can't you change the filename? Is it because the source drive is having problems?  If so is this happening with only one or two or a few files? If so the best thing would be to copy those over individually and then rename them on the destination drive.
    If it is more then you can do manually and you can't change the name on the source you will have to reformat the destination as case sensitive.
    Btw this group is for discussion of the Support Communities itself, you;d do better posting to Lion group. I'll see if a host will move it.

  • How to change field lebel name in R3 sales document

    Hi,
    I want to change the field label name in R3.I tried to change the name by using tcode:cmod in XD02.But it is not reflecting in XA02.But it is reflecting in VF02.I want those changes to be reflected in XA02 also.Please help me.
    thanks
    rahul

    In CMOD, Goto->Text enhancements->Keywords->change->
    Enter data element here and change the texts.
    This change would reflect entire system.
    Thanks,
    SKJ

  • Changing a text field name in an existing PDF via VBA

    Using OLE, I am accessing a given form with the following code:
    Function GetTextFieldNames(strFormName As String, strFieldName)
    Dim myApp As AcroApp
    Dim acForm As Acrobat.AcroPDDoc
    Dim jso As Object
    Dim strTest As String
    Dim Field As Object
    'Set the object references
    Set myApp = CreateObject("AcroExch.App")
    Set acForm = CreateObject("AcroExch.PDDoc")
    acForm.Open (strFormName)
    Set jso = acForm.GetJSObject
    Set Field = jso.getField(strFieldName)
    'Clean up
    acForm.Close
    myApp.Exit
    Set myApp = Nothing
    Set acForm = Nothing
    End Function
    The two items that I would like to achieve are:
    1. Getting a list of fieldnames on the form referenced
    2. Changing the field name (in this case, a textbox or checkbox) programmatically.
    However, I have not had any success in retrieving a list of available field names, nor have I been able to modify the name of the field. Any ideas?
    i.e. It would be nice one could say
    For i = 0 to acForm.[FieldCount]
         Set Field = jso.GetField(i)
         Print Field.Name
    Next i
    ...and
    Field.Name = "NewFieldName"
    I hope that helps to explain what I am trying to accomplish. Any ideas are appreciated. Thank you!

    Have you consulted the documentation in the SDK about what methods are available? It will show you how to get the list of fields and/or the proper count for iteration.
    IIRC you can't change the name via VBA

  • Using Javascript to change multiple text field names

    I have a pdf with multiple text fields. I need to change all the text field names (General -> Name) so that they are unique so that when I combine multiple pdfs together, the text fields will stay intact. Is there anyway to do this using javascript? Thanks!

    I'm new to javascript too...it will be very helpfull for me too...Thanks
    poltrone
    prodotti chimici

Maybe you are looking for

  • Case When Statement and ORA:01722 Invalid number error

    Hi folks, I have posted this under another heading as well under E-business suite so apologies if some you have already seen it but I would really appreciate some help on this one. Any suggestions are most welcome. We are trying to put together a cal

  • How do I install a Lion Recovery Partition

    I recently installed a new Hard Drive in my Early 2011 Macbook Pro, and I was wondering if there was any way I could out the Lion Recovery Partion on it. Thanks In Advance

  • Using iPod as transferring device damaged song files

    I searched the forum for an hour-hour and a half, and haven't found anything. Here's the basis of what happened: I dragged my user folder by accident, and I needed to reinstall OS X. I usually transfer files with my iPod, and it always works, except

  • Problem with business catalyst product shop layout?

    I have set up a shop in business catalyst, but I am having trouble getting all the products to display on one page, 3 have moved to a second page, but left gaps on the previous page where they should fit in? Adobe support told me to post this on the

  • Sync fails after security update applied (2008-007)

    I installed the latest security update (2008-007) and now when I try to sync my iPod Touch I get a message that the server disconnected unexpectedly. I have my library on an NFS mounted drive from another Mac. Both have the update installed and I can