Modifying text ids

Hi,
  I have a local text object 'YTEXT' and a text id 'Y001'. There is some text say &include_abc& attached to that. Now I have to modify this text but I am clueless how to do it. Transaction SO10 doesn't find 'YTEXT' and transaction SE75 couldn't take me to &include_abc& at all.
  Please guide me step by step on how can I modify already existing text.
Thanks,
Shikha

Hi Shikha,
The tect &include_abc& must be some where in the program.Find tht text in ur main program.That value must be coming frm FM 'READ_TEXT'.U better go to "READ_TEXT" FM and put all those values that is text object 'as YTEXT' and a text id 'Y001' and run that FM.Frm there u can verify tht the same text is comin or not.Once u verified tht then u can go the transaction and whatever it may be means ur header long text or item long text u can easily go to tht and change that.
<b>Reward points if it solves ur query</b>
Thanks
Chinmay

Similar Messages

  • Problem in reading the modified text from text editor

    Hi all,
    Im using text editor for saving the long text entered in the text editor as standard text in So10 tcode.
    Here im facing an issue in reading the text from text editor. That is, when the text is entered by the user for first time, then the below method reads the text successfully.   But when i do some changes in the existing text present in the text editor and try to read, then the modified text is not returned by the below method.
    I use the "CALL METHOD g_editor_ftext1->get_text_as_stream" to read the text. Given below is my code.
    CALL METHOD g_editor_ftext1->get_text_as_stream  
       IMPORTING
          text                   = ig_text_table
          is_modified            = g_xthead_updkz
        EXCEPTIONS
          error_dp               = 1
          error_cntl_call_method = 2
          OTHERS                 = 3.
    The return value of "is_modified" is always returned as 0.
    Could anyone pls help how to read the modified text using the above method?

    Check if this works and if it works then there should be some mistake in your coding
    REPORT abc.
    PARAMETERS:pa1 TYPE bwart.
    DATA: container TYPE REF TO cl_gui_docking_container,
          editor    TYPE REF TO cl_gui_textedit,
          report    TYPE syrepid,
          mod TYPE i,
          modon TYPE i.
    DATA:tlines    TYPE TABLE OF tdline,
         wa_tlines TYPE tdline.
    AT SELECTION-SCREEN OUTPUT.
      report = sy-repid.
      IF container IS INITIAL.
        CREATE OBJECT container
                     EXPORTING repid     = report
                               dynnr     = sy-dynnr
                               side      = container->dock_at_left
                               extension = 1070.
        CREATE OBJECT editor
                    EXPORTING
                         parent     = container.
      ENDIF.
      wa_tlines = 'This is test before a change'.
      APPEND wa_tlines TO tlines.
      CALL METHOD editor->set_text_as_r3table
         EXPORTING
               table              =  tlines
         EXCEPTIONS
               OTHERS             = 1.
      CALL METHOD editor->go_to_line( 1 ).
    START-OF-SELECTION.
      CLEAR tlines[].
      CALL METHOD editor->get_text_as_stream
                EXPORTING
                only_when_modified = '1'
                IMPORTING
                text = tlines
                is_modified = modon
                EXCEPTIONS
                error_dp = 1
                  error_cntl_call_method = 2
                  OTHERS = 3.
      IF modon = 1.
        WRITE 'Changed'.
      ELSE.
        WRITE 'Not changed'.
      ENDIF.
      WRITE modon.

  • Remove Recently Modified text and links

    I am new to CSS.  Here are the instructions I am using to remove recently modified text and links below it:
    Type in the CSS code below in red into Notepad without the quotes. Save the file.
    “<style> .s4-recentchanges{ DISPLAY:none; } </style>”
    Upload to file to your SharePoint site. Copy the link of the file.
    Go to Edit mode of the page where you want the “Recently Modified” link to disappear.
    Add a Content Editor webpart (under Media and Content) on the page.
    Edit the webpart.
    In the Content Link box, paste the URL you copied in 2) above.
    Under Chrome Type, select None.
    Click OK.
    I created the file but am not sure where do I upload the file (site assets, etc).  This should have an .css extension. Does this webpart go at the top or bottom of the page.
    d.bell

     Open master page through SPD. Goto code view. then under “head ” tag put the following css:
    <style type="text/css"> 
    .s4-recentchanges 
    display:none; 
    </style> 
    Link will not show now in  page
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Mark As Answer

  • Text ids for Chart of Accounts & Co Code Area

    Hi,
    Why do we need obt6 & obt7 i.e. Text ids for Chart of Accounts & Co Code Area.
    Regards,
    Vikas

    in case when u want to use some additional text for the creation of GL at a crertain level like COA then u create the standard text types and tick the relevant text... then whenever u create the GL then it will give u the option of putting text there..... it is more of information text....

  • Modify texts of Recent Objects

    Hello,
    we want to modify some texts of links of recent objects (in the left-side navigation).
    What we have done:
    - enhance component CRM_BSP_RECOBJ
    - enhance view RecentObjects
    - redefine method DO_PRPARE_OUTPUT
    - wanted to modify text values of internal table gt_recent_objects
    => table gt_recent_objects will not be inherited from CL_CRM_BSP__RECENTOBJECT0_IMPL to Z-class and cannot be used in redefined method DO_PRPARE_OUTPUT because it is an Private Instance Attribute
    => so the list of recent objects is empty because the internal table gt_recent_objects is not inherited into ZClass after enhancing the component.
    Does anybody has made similar experiences?
    Thanks in advance,
    André

    Hello, André.
    Perhaps, you do not need to redefine DO_PREPARE_OUTPUT.
    Actual links are created in method GET_SHORTCUTS.
    So I'd suggest to proceed as follows:
    Redefine GET_SHORTCUTS and implement the logic to buld gt_shortcuts table. You can copy-paste standard code and/or implement your own. Also you can definetly get gt_recent_objects table using ACCESS_RECENT_OBJECTS_EXT method.
    It's if you'd like to modify description.
    If you'd like to implement your own logic for searching recent objects then you probably need to redefine DO_PREPARE_OUTPUT. Do not forget to call super->do_prepare_output transfering actual iv_first_time flag to it in such case.
    Hope this will help you.

  • Can't modify text on Type Overlay in Acrobat Pro 9.0

    I'm trying to modify a menu for a local restaurant. They gave me the file as a .pdf file, and it's listed as a Type Overlay file. Advanced editing and touch up text tool do not work (I'm trying to delete an item that is no longer served).
    The entire menu page comes up as an object / picture, not as text. Using the touch up text tool does delete the desired text, but it changes the entire layout of the page, moving text over several columns and covering existing text. Trying to realign the text by putting space in the missing pieces location just compounds the problem in several bizarre ways.
    How do I determine what type of format this is. It says there are no layers, it appears to be one image, but deleting or changing any portion of the image causes undesired movement of text. How do I delete, or insert text as the menu changes?
    Thanks!
    John

    Here's an update to the problem I was having.
    I couldn't find any way to edit the pdf "as is" in Acrobat, but through obstinance and trying everything at my disposal that had even a slim chance of working, I came up with a solution.
    By opening the pdf up in Adobe Illustrator, it gave me the ability to cut / paste, delete and modify the text without problems or errors. I was then able to resave as a pdf. The file works great, and though I still can't modify it in Acrobat, Illustrator works fine until I get the original file.
    On a related note, Illustrator allowed me to remove the menu background from the pdf file and save it (the text only) as another pdf, getting rid of clutter but maintaining alignment so it still prints on the menu paper and stays in line with the graphics.
    I hope this helps others!
    John

  • How do I modify text in a .jpg file?

    I just bought Creative Cloud 6. I'm studying Adobe TV to learn Photoshop. Years ago a friend created a customized .jpg file that I've used for my letterhead.  I want to use it now as my website header.  The text in the file needs to be modified and my friend is not available to help.

    She says she needs the PSD file otherwise she has to start from scratch. Is there such a thing as a PSD file? Here's the image.
    Changes Needed add "s" to Citizens
    Eliminate Quote
    Add "Protecting Liberty and Freedom"
    I'm hoping layers will allow me to do what I need.  From your response and what I'm studying it appears that if the layers were merged, my desired changes will be much more difficult if not impossible to achieve.  Additional comments would be appreciated if you have them. Thank You

  • Modify Text "Create Shopping Cart" in Webdynpro SRM 7.0

    I work with SRM 7.0 and we want change text of IVIEW when i create a shopping cart.
    The text is "Create Shopping Cart" and we must modify it.
    Information about IVIEW but don´t find modify it....
    General Information About the Application and Component
    Application: /SAPSRM/WDA_L_FPM_OIF
    Web Dynpro Component: FPM_IDR_COMPONENT
    Window Information: IDR
    View Information: IDR_VIEW
    Configuration ID: 7D48EBFA40CEFDAE3EBEFC45D888031E
    Information on Field
    Field ID: PAGE_HEADER
    Type of UI Element: PAGE_HEADER
    UI Element Library: PATTERN

    Hello José Luis,
    The texts have been hard coded in the method "GET_IDENT_TITLE" of the class /SAPSRM/CL_CH_WD_MAP_IDENT_SC for shopping cart business object.
    I hope you can create some Class Enhancements to change the title according to your requirements or there might be other approaches which i am not aware at this moment to modify these texts..
    Best Regards,
    Mani

  • How do I modify text in a 3D scene

    I am trying to display some live data inside a 3D picture. However, I just can't figure out how ot modify the text after I have added the object tot he scene. If I attempt to modify the text using the reference of the text object I created I get a message sayign teh reference is invalid (1055 I believe).
    Anyone out there have any experience with this?
    Amit

    Hi Amit,
    I was able to modify the text while the program was running.  I've attached the VI that I used.
    Cheers,  
    Marti C
    Applications Engineer
    National Instruments
    NI Medical
    Attachments:
    change_text_2009.vi ‏11 KB

  • Modifying text before rendering

    In my application there are different use cases where it would be good if I could modify the text before rendering without actually altering the textflow. For example if you want to implement faux small caps by using a style name (example: <p styleName="fauxSmallCaps">Heading</p>). So it would be nice if you got the paragraph as a text flow to export a clean version of it, but if you render it it would be something like <p>H<span fontSize="12">EADING</span></p> so that it would be rendered correctly.
    It would be also a nice way to create automatically numbered lists or headings, but then it would be necessary to create a type of text that isn't selectable and changeable.
    Is there a way to implement something like this without using hacks like a hidden TextFlow that contains the clean code and/or layering another TextFlow on top of the current one?

    You could try implementing a IFormatResolver on TextFlow and using that to generate attributes on your styled text.  That exporter would export  your markup as you've written it.  The format resolver allows for rendering with attributes based on the style.  Even that may not be quite right as it doesn't allow for splitting spans based on a style into separate formatted spans - at least I hadn't thought about that case - might not be that hard but would take some investigation.
    http://blogs.adobe.com/tlf/2009/02/iformatresolver-and-using-css-1.html
    http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework (up to date examples in download section)
    Hope that helps,
    Richard

  • Writing or modifying text files in java

    Dear all,
    I have the next text file:
    goods: 5
    bids: 4
    % num, price, good, good, ..., good, #
    0 2075 1 4 #
    1 3000 1 2 3 4 #
    2 520 3 #
    3 3000 2 3 4 #
    I have to modify or create the file above, using output data from one java program. For example, The output of my java program in the next execution is:
    goods: 8
    and price (0) changes from 2075 to 2078.
    so, using this output data my java program should write (create or modify) the next text file with the changes:
    goods: 8
    bids: 4
    % num, price, good, good, ..., good, #
    0 2078 1 4 #
    1 3000 1 2 3 4 #
    2 520 3 #
    3 3000 2 3 4 #
    I have tried using: output.write( objetc );
    but it doesn't work as I need :( .
    Somebody can help me or give me some idea?
    Thanks,
    Andrea

    This is the code:
    File testFile = new File("D:\\result1.txt");
    setContents(testFile, " bla bla bla (few characters) ");
    static public void setContents(File aFile, String aContents)
    throws FileNotFoundException, IOException {
    try {
    //use buffering
    output = new BufferedWriter( new FileWriter(aFile) );
    output.write( aContents );
    finally {
    //flush and close both "output" and its underlying FileWriter
    if (output != null) output.close();
    I mean, this code dont work because it let me write few characters only. I need to write the whole file:
    goods: 8
    bids: 4
    % num, price, good, good, ..., good, #
    0 2078 1 4 #
    1 3000 1 2 3 4 #
    2 520 3 #
    3 3000 2 3 4 #
    with the special characters as (#).
    Sorry, if it post is not clear.
    Thanks.

  • How do i modify text ins

    Is there a simple way of modifying data in a text file ? i'm basically writing a program that searches through a text file for specifi text, if it come across the text it is suppose to modify it...
    here is the code i have so far:
    try {
    FileReader fr = new FileReader("c:\\myfile.txt");
    BufferedReader br = new BufferedReader(fr);
    String text = user.getText();
    this.passw = br.readLine();
    while(this.marker != null){
    if(this.passw.equals(text)) {
    ///modify the text you find....
    ..................

    but in general, you save everything that is not part
    of the word they typed to a StringBuffer and then when
    you find the word they typed you place your word in
    the StringBuffer and then keep parsing past the word
    you skipped in the original line of text.do what i said above.
    1. create a StringBuffer to hold all the values.
    2. read the word from the file.
    3. if it is to be replaced, append the new word to the StringBuffer. if it not to be replaced, append the word you just read into the StringBuffer.
    4. after you've read through the entire file, close the BufferedReader.
    5. Create a FileWriter and write your StringBuffer to the new file. Then close the FileWriter.

  • BAPI - Modify Text Field BSEG

    ¿Does anybody knows a BAPI to modify some text fields in the BSEG table? We want to update a text field in a custom program for a specific document number.
    Thanks in advance.
    Fernando.

    Check with Enhancement LMR1M001
    Exits :
    EXIT_SAPLMRMP_010              Customer Exit: Analyze Document Header
    EXIT_SAPLMR1M_003              Customer Exit: Pass On Document Header

  • Modify Text Animation Preset?

    I am not exactly a newbie to AE but it has been a while since I have used it so I am a bit rusty.
    I just upgraded to CS3 and am trying to use the Text Animation Presets. When trying to use Text Rain In and Text Rain Out to morph text from one thing at the top of the screen to something else at the bottom of the screen, I can't figure out how to modify the end points of the effects. All of the effects features seem to be inaccessible throught the timeline.
    What am I missing? Thanks.

    > of the effects features seem to be inaccessible throught the timeline.
    Hard to tell from your post but you seem to be having trouble with the text animators. There are many pages in the help system that describe them. Do you know how the selectors work? The text animation system is incredibly powerful but it introduced a completely new paradigm to a AE's already supercomplex interface.
    bogiesan

  • Modify text file by different user?

    My AIR Application create one text file under Administrator. but guest user cannot modify that text file.The code is below
    var file:File = new File("file:///D:/BALA /test.txt ");
    var str = String(Math.round(Math.random()*9)+1);
    var fileStream:FileStream = new FileStream();
    fileStream.openAsync(file, FileMode.WRITE);
    fileStream.writeUTFBytes(str);
    fileStream.close();
    Can any one solve this issue?
    Thanks
    Regards
    Balasubramaniyan.S

    The AIR app has the OS rights of the user account used to run the app.

Maybe you are looking for