Need to chg text of a field in SM30: Compare Flag

Hi,
I created a table & created a table maintance Generator.
I want to change the text of a field in SM30. Currently it is taking from Dictonary Field text.
I went to SE11->Table Maintance Generator-> Modification->Maintance Screen->Flow Logic
There i changed the text of the field, saved & activated.
When i press the back button, a pop-up box appear "Modify the compare flag if a screen changes".
Please assist me in fixing this
Thanks & Regards
Suresh Kumar

Hello Suresh,
The pop-up comes due to an inconsistent settings maintained in SE54. There is a flag called 'Compare Flag', which I am assuming, has been set to Automatically Adjustable in SE54.
But beyond this, you have manually adjusted the screen parameters, which contradict with the Compare flag settings.
Goto SE54, and change the flag to Adjustable in Dialog and save the SE54.
The pop-up should be eliminated.
Regards,
Rekha

Similar Messages

  • Need to add text to a field in ALV_GRID

    Hi guys,
    I am working on a ALV_GRID report where I have a requirement...I have one field which is for debit and credit indicator, so what I have to do is ..if field has got 'A' in it then I need to print 'Yes' in this particular filed in the output and 'NO' if it has 'B' in it. As of now what it is showing me what there is in the table i.e. A or B.
    Can you please tell me how to take care of this.
    Thnaks,
    Rajeev

    First fill up the drop down table with corresponding values for A & B
    After creating Field catalog
      loop at pt_fieldcat into ls_fcat.
       if ls_fcat-fieldname eq 'FLAG'. " If this is your field for Yes or No
          ls_fcat-drdn_hndl = '1'.
          ls_fcat-outputlen = 7.
          ls_fcat-checktable = '!'.        "do not check foreign keys
          modify pt_fieldcat from ls_fcat.
        endif.
      endloop.
    Then create drop down handle for YES or NO
      data: lt_dropdown type lvc_t_drop,
            ls_dropdown type lvc_s_drop.
      ls_dropdown-handle = 'A'.
      ls_dropdown-value = 'YES'.
      append ls_dropdown to lt_dropdown.
      ls_dropdown-handle = 'B'.
      ls_dropdown-value = 'NO'.
      append ls_dropdown to lt_dropdown.
      call method g_grid->set_drop_down_table
                exporting it_drop_down = lt_dropdown.
    Then
      call method g_grid->set_table_for_first_display
           exporting it_toolbar_excluding  = lt_exclude
           changing  it_fieldcatalog       = pt_fieldcat
                     it_outtab             = pt_outtab.
    a®s
    The same code you can find in example program BCALV_EDIT_06
    Edited by: a®s on Apr 16, 2008 1:50 PM

  • Need to display text for the field bukrs

    hi
    i am having a requirement of displaying (company code & descripion) from infotype pa0001
    in a single field
    can any one help with the code
    regards
    sachin

    hi sachin,
    select single b~bukrs c~name1
      from pa0001 as a
           inner join t001 as b on b~bukrs eq a~bukrs
           inner join adrc as c on c~addrnumber eq b~adrnr
      into (ld_bukrs, ld_name1)
    where a~pernr eq '00000003'.
    concatenate ld_bukrs ld_name1 into ld_combi.
    regards,
    Peter

  • I am creating a web form from a template and I need to change a field. It is just a text field at the moment but I need to change it to a field that the customer can fill in. How do I do this?

    I am creating a web form from a template and I need to change a field. It is just a text field at the moment but I need to change it to a field that the customer can fill in. How do I do this?

    See this thread:
    http://answers.acrobatusers.com/Is-add-instructional-text-text-field-disappear-clicked-q19 5078.aspx

  • I'm using apple's bluetooth keyboard and I need an easy way to switch between the text and numbers fields instead of tapping on the screen

    I'm using apple's bluetooth keyboard and I need an easy way to switch between the text and numbers fields instead of tapping on the screen

    While not in edit mode:
    - if start typing numbers, then it enters number mode.
    - if start typing text, then it enters text mode.
    Using the arrow keys exits edit mode. So this should work for you:
    1 Type text into a cell, which enters text mode.
    2 Press Return to move to the next cell.
    3 Press right arrow key to exit edit mode.
    4 Press left arrow key to get back to the cell.
    5 Type a number, which enters number mode.
    Another method that requires more planning ahead of time is to format the cells as text or number before starting the data entry. Then when you navigate to a cell while in edit mode, you will be in the appropriate mode (without having to exit edit mode).
    This all works fine for me. Hopefullly it does for you also.

  • Need help - script to continue text in another field if necessary

    Wish I could attach my form but it's not available. I am using Adobe Acrobat 9.0. I have a form with two text fields for "Other" information that needs to be shared. If the user types in more characters than the box holds the overflow text doesn't print. These are court documents and all the text has to print somehow. I am trying to figure out a work around for this and wondered if a script can be written to put the extra text from each "Other" field into another field that would open on a new page at the end of the document if necessary. I want to avoid having extra empty pages however so if they can be added ONLY if the text needs to overflow. I hope I explained this okay, like I said I wanted to upload the form but can't. If someone can help me with this I would really appreciate it.

    LiveCycle is a part of Acrobat Pro Extended - Windows users only, not Mac.
    OctRita wrote:
    … would it be possible to have a page at the end with a text field for each of the ones that need overflow to print and can a javascript be written to put the extra text into those fields?
    Yes, it is possible - I've already indirectly provided you with the code for that via the link in my post. Just remember to save it to your desktop:
    http://www.adirect.dk/adobeforum/commentfields.pdf
    As an alternative you could remove the limited characters, set the field to multiline and make a script that set the textsize to auto if the user fills the field with text. When textsize is set to auto, the text will keep on shrinking as user types more text.
    Torben.

  • How to encrypt the text in password field in Oracle Forms version 6i

    Need help!
    How to encrypt the text in password field in Oracle Forms version 6i?
    one way is to change the settings in the property palette. Can somebody provide me some script to be run while the form is running which will enable the password to be encrypted?
    Thanks!

    Hello,
    Do you mean "hidden" (replaced with stars) or encrypted (that needs to be decrypted ?
    Francois

  • Is there a way for a form user to load graphics and text in same field?

    I am aware that you can load text into a text field and graphics into an image field.  However, I would like to load a document containing text and graphics (e.g., MS Word or RTF) into a single field on a PDF form.  Is there any way to do this?

    Paul,
    I believe that the example of attaching a file that you have provided will solve the problem.  I am using LiveCycle Designer, so using the code that is in your example should be no problem.  The end-user will use Adobe Reader, so as you mentioned, I will use Acrobat to extend the features so that the form can be used by Reader.
    Thanks so much for your help,
    Daniel
    From: pguerett <[email protected]>
    To: Daniel Beinart <[email protected]>
    Sent: Monday, April 25, 2011 3:03 PM
    Subject: Re: Is there a way for a form user to load graphics and text in same field?
    It is part of the PDF AcroForm side of things .....Are you using Reader or Acrobat to fill the form. If Reader then you will have to Reader Extend to make this work ....if Acrobat then you simply need to add some code. I have attached a sample that shows you how to do it if you want it.
    Paul

  • Is there a way to simultaneously add text to Comments field for multiple files?

    Is there a way to simultaneously add text to Comments field for multiple files? I know I can use Option+Comman+i to bring up the Inspector window but it doesn't have a Comments field. For example, in iTunes you can select multiple files and change metadata for any field simultaneously and easily yet when it comes to the Comments field in the Finder, this seems to be missing.
    In our production environment, Comments field is important because we place notes about what drive the file originated then when it gets transferred to LTO-6 tape via LTFS, we can quickly trace it in the event we needed to recreate the hard drive. Because tape archiving is linear, we can't store all of the files on the same tape.
    We've tried using Apple's Automator but it too seems to not have a way to batch change text in the Comments field. Any help is appreciated.

    What is "order data"?

  • How can I remove ASCII text from a field when I use it in a query

    How can I remove ASCII text from a field when I use it in a query?
    I am running a select statement on a table that appears to have ASCII text in some of the fields. If I use these fields in the where statement like the code below nothing returns:
    SELECT FIELD1 FROM TABLE1 WHERE FIELD1 IS NULL
    But the field looks empty if I do a straight select without the where clause. Additionally, one of the fields has text but appears to be padded out with ASCII text, which I need to strip out before I can use this field in a where or join statement. I have tried using a trim, ltrim, rtrim, to_char, nvl, decode and nothing works. When I use excel to run the same query it looks as if these ASCII fields are boxes.
    I have asked our DBA team to see what they can do to prevent these from going into the table, but in the mean time I still need to run this report.
    Do you have any suggestions?

    Can you provide an example? I've been trying (for
    example) "select translate(' test one', ascii(' '),
    'X') from dual" with no luck.
    Thank you.To replace space, you should query like this:
    select translate(' test one', chr(32), 'X') from dual instead of select translate(' test one', ascii(' '), 'X') from dual Thanks,
    Dharmesh Patel

  • Can't enter text in iBooks fields (desktop app)

    NOTE:  I dunno how replies here are routed back to the post-er. If this site uses the email address tied to my apple store account I won't get your reply.
    I am asking here about the Mac, or desktop, version of iBooks.  Why can't I add or edit text in the document info fields?   <see inserted screen shot>    Most of my PDFs are song lede sheets or lyric sheets I have created. I often need to tweak the Title and/or Author info.  Again --  I am NOT talking about eBooks but about PDF documents and PDF collections that the user stores in iBooks. Modifying the text in these fields via iTunes was a snap.   When Mavericks renived iBooks from its original iTunes portal to a standalone app, it dissed all the special test I had entered into the author and category fields.  It kept the file name and nothing else.   All my PDFs entered the new iBooks showing  my name as the author  (??)   
    I have tried CMD-I cliicking on the files ... OPT-I....CTRL-I ...other keystrokes.  I find no way to pull up a file info window or other interface that lets me edit these fields.  I can't even change the NAME of the document without opening it, making a SAVE AS> copy to the desktop, changing the file name on the desktop, then reimporting the newly named file to replace the old one.  Ugh!  Is that really how Apple designed this desktop version?    -- David in Kansas City 
    [Yes, yes. I user other PDF-management apps that are great and more versatile.  GoodReader is probably my favorite.  But I had enjoyed iBooks to this point as a base station -- a central location for all PDF files]   The ones I want to annotate or modify in other ways are sent over to GoodReader]
    <Email Edited by Host>

    Hi Nick,
    Was the 'auto find' feature added by a Safari add-on? I don't recall Safari doing that by default. It sounds like that add-on is now interfering with the newer Safari - uninstall it if possible.

  • How to get key and text value of field "TNDRST" in VTTK from R/3 into BI

    There is one field call "TNDRST(Tender Status)" in SAP table VTTK in R/3. We can find  key value, but we are unable to find text for this field in VTTK. However we can see text value if we double click domain:TNDRST and go to value range.
    Questions, how to get key value and text of TNDRST together in BI. Do we need to create a master data source for TNDRST text information in R/3 and extracting into BI, if yes, how to? Are there any easy way to do it??
    Thanks,
    Sudree

    Hi Sudree,
    You need to create a generic Text Datasource to extract this information into BI System.
    1. Create a generic DS based on Table: DD07T
    2. The fields should be put in the extract structure.
              DOMNAME (Make this as Selection in the DS ) -
    Filter the Domain Name
              DOMVALUE_L -
    Key Value of Tender Status
              DDTEXT -
    Text / Description
              DDLANGUAGE -
    Language
    3. DD07T is the table with all the Domain names & their values, so in the Infopackage enter the Selection Value for DOMNAME as 'TNDRST' and then run it.
    Or you can create a view out of this table based on DOMNAME filter as 'TNDRST'.
    Regards,
    Chathia.

  • Wrapping of the text in form field text box

    Hi,
    We are using adobe acrobat x pro 10.1.0 licensed versions
    Issue
    In a pdf file we have text boxes (Form fields), we are populating it dynamically,We have the issue in wrapping of the text
    I had set multi line property (in a line we can accommodate 39 characters, total there are 49 characters)
    The last character is getting displayed half, Please find the issue as in line image
    Requirement
    We need to wrap the text and display it correctly, please find the requirement as inline image
    Please let me know your valuable suggestions
    Regards,
    S.N.Prasad

    You'll want to ask in the Acrobat forum: http://forums.adobe.com/community/acrobat/acrobat_windows

  • Auto populate text fields with a trigger such as entering text into input fields in ADF

    Hello all,
    I am not able to auto populate text fields with a trigger such as entering text into input fields in ADF.
    I tried AdfFacesContext.getCurrentInstance().addPartialTarget(val); in the back end using setter method of input text field.
    its not working ..
    is there any way to achieve it
    Regards,
    Shakir

    Hi,
    Always mention your JDev version.
    The valueChangeListener would fire only when you set the autoSubmit property of the field to true. Can you elaborate your requirement? What do you mean by related data? Are you performing some sort of search?
    If you want to get the value you entered on the field, just set autoSubmit to true and get the new value from the valueChangeListener. If your requirement is something like as and when you type, do something, you need to check out this approach :https://blogs.oracle.com/groundside/entry/auto_reduce_search_sample
    -Arun

  • Text in interactive fields before exporting - but wish it to be still editable...

    Hi, in InDesign CC I have a problem with text in interactive text fields. I would like to write text that is editable after exporting interactive pdf. Because I have many formulars with many many text fields, and my clients would like to edit the text but not write (or paste) everything again. Is it possible to insert text that remains editable after exporting to interactive pdf ? Hope you can help !!!
    and btw - is it possible to use other fonts than Times somehow ? Thank you )
    Maria, Denmark

    hi Maria,
    You'll need to make these changes in Adobe Acrobat after you've exported the InDesing form to PDF (Interactive).
    Presently you can't control which font is used for the form fields in InDesign or enter default text.
    In Acrobat:
    Click Tools.
    Click Form to display the Forms panel.
    Click Edit to enter Form Editing Mode.
    Right-click a text field and choose Properties.
    To change the default font for the text field:Click the Appearance tab in the Text Field Properties dialog box.
    To enter text in a field that appears by default:
    Click the Options tab in the Text Field Properties dialog box.
    In the Default Value box, type the default field text.
    Click Close Form Editing.
    If you have other questions that relate more to Acrobat than InDesign, please post them at the Acrobat Forum.
    Hope this helps.
    Cari
    twitter: carijansen
    facebook: carijansen.au

Maybe you are looking for