Deleting/Creating multiple Text elements!

Hi Friends,
I have two questions on TEXT ELEMENTS.
1. My program lines....
wa_output-line1 = 'Financial Accounting'(001).
    wa_output-line6 = 'Financial Accounting'.
    lv_vartext = 'Financial Accounting'.
If you observe above code you can identify that there is a text FINANCIAL ACCOUNTING , which is repeating three times.
and for the first time TEXT ELEMENT created. and to create for other i have to double click and it will assign same TEXT ELEMENT to my text. I have to do this action by searching them in my code.
Is there any simple step to do this, to reduce this time....? ( Because TEXT ELEMENT with same text already created )
In my program I have more than 50 text elements and each repeating more than 20 times in my report.
Forget about alternates.. advise if there is any navigation to do this..!
2. Say I have 50 text elements in my text elements screen...
and now i want to delete all unnecessary text elements... Unnecessary means which are no where called in my program.
Can i do it with out manual effort...? I mean... want to avoid.. searching each of them in my report and then deleting.. !?
Thanks ,
Naveen Inuganti.

Hi Naveen,
1.To replace all the text elements at a time you need to press Find Button(CTRL+F) and give the  text (FINANCIAL ACCOUNTING
and replace with TEXT ELEMENT.
2.To delete unused text elements,First find the text elements which are not used by Extended Program Check(EPC) by usng SLIN transaction code ,select character strings checkbox and execute.Then check for warnings in character strings,it will list of unassigned text elements.llist out the text elements and delete from your program.
Thanks & Regards,
Pydi Reddy.

Similar Messages

  • Use splitter to create multiple text file

    Hello I have one view as source and would like to create multiple target text files based on different condition. What I am doing is that I am using SPLITTER which contain one INGRP1 and three OUTGRP( nameley TR1, TR2 and TR3) and one default REMAINING_ROWS ( what is the purpose of the REMAINING_ROWS?). So I mapped view to INGRP1 of the splitter and then added the different SPLITT condition in the condition wizard, for example :
    for TR1
    COMMISSION_TYPE='P' and
    rownum <= 65000
    for TR2
    COMMISSION_TYPE='P' and
    rownum > 65000
    and for TR3
    COMMISSION_TYPE='A'
    After this since I have to create 3 comma delimted text files, I have used 3 expression for each individual splitt condition. In the expression what I am doing is that I am just concating all the fileds and then output of each expression goes to three different text files.
    When I am deploying the mapping, it is coming up several errors such as :
    1): PLS-00201: identifier 'COMMISSION_TYPE' must be declared
    (2): PL/SQL: Statement ignored
    (3): PLS-00201: identifier 'COMMISSION_TYPE' must be declared
    (4): PL/SQL: Statement ignored
    (5): PLS-00201: identifier 'COMMISSION_TYPE' must be declared
    (6): PL/SQL: Statement ignored
    (7): PLS-00201: identifier 'START_INDEX' must be declared
    (8): PL/SQL: Statement ignored
    (9): PLS-00201: identifier 'T_EXPR_ASSET_1_OUTPUT_ASSET$0' must be declared
    (10): PL/SQL: Item ignored
    (11): PLS-00201: identifier 'T_ROWKEY_SPLIT_2' must be declared
    (12): PL/SQL: Item ignored
    (13): PLS-00201: identifier 'T_CPPASSET_0_OUTPUT_ASSET$0' must be declared
    (14): PL/SQL: Item ignored
    (15): PLS-00801: internal error [21076]
    (16): PL/SQL: Item ignored
    (17): PLS-00801: internal error [21076]
    (18): PL/SQL: Item ignored
    (19): PLS-00801: internal error [21076]
    (20): PL/SQL: Item ignored
    Why I am getting these errors, why OWB generated code could not identify COMMISSION_TYPE filed?
    Please help me.
    Suhail

    I am really very very sorry, its my fault. I was not mapping COMMISSION_TYPE from view to splitter.

  • Issue with printing of multiple text elements in main window

    Hi experts,
    I have developed a sales order form in SAP script.
    I hv got two text elements in the main window. n i m calling these two text elements by using two write form functions in d print program.
    The first text element is gettin called n d relevant fields in dat particular text element is being displyed. (Window - Main)
    My problem is dat the second text element for the same main window is not gettin called n its relevant fields r not gettin displayed.
    Plz help me to solve the querry.
    Its urgent.
    Thanks n Regards,
    Purva

    Hi,
    Are you testing that from in same client where you developed, else make sure that after each change you need to transport the form to testing client.
    second thing is check with code did you mention the same text element in window editor and in the program.
    Reward if useful,
    Thanks,
    Sreeram.

  • Dynamically need to create multiple text or select items.

    Hi All,
      There is a requirement in my application, we need to create multiple textbox or selectlist items, on click of "add" button in apex.
      Any help on this how i can process the request to create multiple items dynamically on click of "add" button.
    Regards,
    Sruthitamiri!!

    APEX_ITEM

  • Delete from multiple rows elements from Array

    I have an array that contains about 3700 rows, and 4 columns. Every 37 rows a cycle of data begins. I would like to delete the first row of every cycle of data (i.e. row 1, row 38, row 75, row 111, etc -- until I have deleted every 37th row in the entire array). Then if possible I would like to take an average of rows 2 through 37, 39 through 74, 76 through 110, etc...
    Any help would be greatly appreciated.

    > After I modify the arrrays, I am displaying them both in lab view (in
    > multiple different graphs and a table), and then also using active X
    > to transfer the data to Excel (where is will be re-arranged and
    > plotted accordingly).
    >
    > I indeally need to get an average of the points in the array about
    > every 36 rows, and then display this, since I am looking to track the
    > output decay over time. If you have any suggestions as how I might
    > find and average of every x number of rows in an array, and either
    > input these into another array or a table, that would be greatly
    > appreciated.
    >
    I can't see the original post about the data shape, but if you have a 2D
    array, wire it into a For loop. Use i mod 36 equals 0 to select whether
    you
    add the array to the current total in the shift register, or whether
    you divide the total array by 36 and append it to the averages array,
    then overwrite the total to restart the process. If the rows isn't
    doesn't contain an integer multiple of 36 rows, you need to deal with
    the excess data either ignoring or making an average with a different
    denominator. I'd assume you do this outside the loop.
    Greg McKaskle

  • How do I create multiple text files from a list in another file?

    I have a text file with data in it:
    1. Bristol
    2. Bath
    3. Exeter
    etc
    I want to run an action which outputs the following files:
    1.txt (contents: 1 Bristol)
    2.txt (contents: 2.Bath)
    3.txt (contents: 3.Exeter)
    I can't work ou how to do this, any help appreciated. Thanks
    Dave

    Hi mate, thanks for the suggestion.  I saw that section in the user guide - but it is only for copying from one library to another - I want to copy from an FCP library to a file structure OUTSIDE FCP.  I have had problems with FCP losing media when copying to another library so I just want the files in the Finder where I can see them...
    Stephen

  • Creating text elements dynamically by program

    Hi all,
    Do you know how I can create text symbols or selection texts dynamically by program? (calling a FM or editing a table?)
    What's the table for text elements?
    Thanks in advance,
    Mathieu

    Hi,
    Not sure of FM. But programically u can do.
    Check the statement
    INSERT TEXTPOOL PROGRAM FROM TAB LANGUAGE
    SY-LANGU.
    This creates the text elements in the specifies program and in specified language.
    Not only text elements but also list headings u can create.
    Check below sample code given by SAP.
    DATA: PROGRAM(8) VALUE 'PROGRAM',
          TAB LIKE TEXTPOOL OCCURS 50 WITH HEADER LINE.
    TAB-ID = 'T'. TAB-KEY = SPACE.  TAB-ENTRY = 'Sales'.
    APPEND TAB.
    TAB-ID = 'I'. TAB-KEY = '200'.  TAB-ENTRY = 'Tax'.
    APPEND TAB.
    TAB-ID = 'H'. TAB-KEY = '001'.  TAB-ENTRY = 'Name   Age'.
    APPEND TAB.
    TAB-ID = 'S'. TAB-KEY = 'CUST'. TAB-ENTRY = 'Customer'.
    APPEND TAB.
    TAB-ID = 'R'. TAB-KEY = SPACE.  TAB-ENTRY = 'Test program'.
    APPEND TAB.
    SORT TAB BY ID KEY.
    INSERT TEXTPOOL PROGRAM FROM TAB LANGUAGE SY-LANGU.
    eg:TAB-ID = 'I'.                 For Text elements
    TAB-KEY = '200'.             Text element number
    TAB-ENTRY = 'Tax'.        Actual text
    But use it only for new developments. Bucause it may overwrite the existing texts.
    Thanks,
    Vinod.
    Edited by: Vinod Reddy Vemuru on Aug 8, 2008 2:48 PM

  • Directly creating text elements from eclipse

    Hi,
    I just came into the situation, that I'd like to translate some strings in my source code.
    The fastest solution in SAP GUI was to just double click on the string and create the corresponding text element.
    In eclipse I can navigate into existing text elements, but not create them.
    Now my question:
    Can I create those text elements right from eclipse?
    And if not (what I think is the case):
    Why?
    Because it is just not implemented yet, or because this way of translating text elements is obsolete and I missed something?
    Regards David

    Hi David,
    we want to provide this feature via the Quick Fix functionality in Eclipse.
    That means in future you can position the cursor on the Number and yyou press CTRL-1 (Quick Fix).
    In the upcoming popup you can choose 'Create Textelement' and the element will be created.
    This kind of functionality already exists for creating classes, methods or function modules directly from the usage position.
    We are currently working oin this little improvement so that I'm optimistic to ship this feature with one of the next versions.
    Regards,
    Thomas.

  • Can i store text elements created in so10 in workbench request?

    hi
        i have created some text elements in development server and want to transport it to test. i have used the program RSTXTRAN. it has created a customising request now, is it possible that it can be stored in a workbench request?

    Hi,
    No, it should be under Cusotmizing request.
    This is because of the following diff:
    In<b> workbench request</b> .... it can be programs(repository objects) and cross client data (ie not specific to one client).
    Changes to client-specific Customizing objects are recorded in <b>Customizing requests.</b>
    Best regards,
    Prashant

  • WIB - Creating Selector of Parameter Groups via Text Element

    Hello,
    I am trying to code an HTML <Select> tag that will execute various Planning Functions upon selection. 
    I have created a Text Element and placed this below the Hidden Function Pushbuttons that define the Parameter Group to use. 
    I modeled the HTML code placed in the Text Element after HTML code generated when using a Function Selector object within the WIB.  Here is the code that I am using:
    <select name="tstFuncs" onChange="javascript:bspSubmit('tstFuncs'); return false;">     
    <option value="FuncPushButt1">CompNameofButton1</option>
    <option value="FuncPushButt2">CompNameofButton2</option>
    <option value="" selected>-- Select --</option>
    </select>
    I tried both the Javascript funciton bspSubmit() and bspSubmitDdl().  The Parameter Groups do not fire??
    The buttons work correctly with the following:
    javascript:bspSubmit('FuncPushButt2'); return false;
    <a href="#1" onclick="javascript:bspSubmit('FuncPushButt2'); return false;" class="sapBtnStd" OnMouseOver="javascript:window.status = 'Function Pushbutton 1'; return true;" title="Function Pushbutton1"><nobr>Function Pushbutton 1</nobr></a>
    Has anyone else accomplished something similar?

    Thanks Marc,
    Currently I can only use this for a group of parameter groups within the same planning function. 
    Would there be any way to use JavaScript to include functions (i.e. parameter groups) from different Planning Areas/Planning Levels/Planning Functions???
    Also, while I got your attention, did you find out if there is a limit on the lenght of the JavaScript that can be added to a Text Element? Awhile back I was trying to integrate a JavaScript/DHTML menu system within a Text Element.
    Thanks ATC

  • Text element created in English language not showing in Korean language

    Hi guys,
    I have created a text element when my sy-langu is En but when I logged in again using KO language,,, the element I creted is not showing...
    Why is this happening? or is there something that I should do before the text element i created shows in when I log in Korean language???
    Thanks a lot!

    Hi,
    Check out transaction
    SE32
    Please check the below link..
    http://help.sap.com/saphelp_47x200/helpdata/en/b4/54601d77f38e429ffad9e3e11c1b25/frameset.htm
    check this
    Re: add a new tab in transaction ME51N
    Regards
    Kiran Sure

  • A strange problem in text element

    Hi,
    I developing a smartforms in ECC 6.0.
    In this i created a simple text element where i write:
    Order numer &LS_VBAK-VBELN&
    Then when i save or active the smartforms automatically in the text element the space between has being deleted as so:
    Order numer&LS_VBAK-VBELN&
    Why?
    Thanks lot.
    Matteo Vernile

    Hi
    If u r giving space in between Order numer AND  &LS_VBAK-VBELN& then it should come
    OTHERWISE
    make a template and in that make two colum and
    create  2 text element and
    put the static data in one text and the dynamic data  in another text.
    let say
    text1------ Order numer
    text2----
    &LS_VBAK-VBELN&
    hope this will solve ur problem
    Thanks
    Krushna

  • How to display the text as a Bold in the Text Element of a Smart Form

    Hi,
    I created one Smart Form.
    In that i created the Text element.
    I provide some data also in that.
    It is coming as a MS WORD.
    I executed my smart form.
    Customer Number:  &WA_KNA1-KUNNR&
    it display the data of the particular customer.
    But i need to display the Customer Number as BOLD or else Increase the Size.
    For this also I created one SMARTSTYLE.
    In that I created the Paragraph and Character Formats also.
    Now i assignee that SMARTSTYLE in the Output Option Tab of the Text Element also.
    But i unable to get the CUSTOMER NUMBER in Bold.
    In MS WORD we have BOLD button.
    I selected the Text and Press the BOLD button. At that time it is Highlighted.
    Whenever i press the SAVE Button.
    Then it is not saved with BOLD.
    It is coming in Normal Format.
    In the ECC 6.0.  I am unable to get the Text as a BOLD.
    This text Element is like a MS WORD.
    Can you please tell me how to display the Data with BOLD. please tell me. I am unable to get that one.
    Thank You.
    Regards,
    B. Krishna.

    Hi,
    Check where u have given BOLD. In character Format or in Paragraph format.
    In SMART FORM,
    1. Change to OLD EDITOR if u are confused with the new one.
            (This can be done by clicking the button left to new editor ).
    2. If it is PARAGRAPH FORMAT,
               Give the name of paragraph format in the editor.
                P1         &WA_KNA1-KUNNR&
        If it is CHARACTER FORMAT,
                             <C1> &WA_KNA1-KUNNR&
    Thanks,
    Nithya.

  • Text elements in smartforms

    Hi guys,
    I am working on a smartform. I wanted to know how do i put a checkbox in my text element in my smartform?
    Please help me out on this.
    Thanks and regards,
    Frank

    Change the editor to 'PC Editor' and take the menu.
    Include -> Characters -> SAP Symbols
    Or
    In a window u create a text element..
    Then in the Properties of the text element there is tab with WEB PROPERTIES.. In that give a field name and the Input type ( list box will be there ) , give it as check box ,,
    Thats it!! u will have a check box in that text element !!!!!!
    No need to upload anything, just use SAP symbols.
    For unmarked checkbox create a new text field and add symbol <727> in it.
    For marked checkbox, use symbol <697>.
    They do not show on print preview, but you can see them on paper or for example on .PDF output.
    You can see a list of SAP symbols in transaction SO10, menu path Insert / Character / SAP symbols.
    you can check the symbols using SO10. insert->character ->SAP symbols.
    there you can see all the symbols and their representation.
    Reward points if it is useful...
    reward if it helps u...

  • Multiple Text Boxes Populating a Single Field

    I need to create several select lists in a form that can each populate the same field in a table, but obviously need for the select lists in the form to be mutually exclusive so that the user can only enter data into one of them.
    There is also a field on the form displayed as a radiogroup, and I would like for the user's selection on this radiogroup to dictate which one of these multiple select lists they use to enter this data.
    Before I do any of this, however, I guess my first question is, how do I create multiple text entry fields on a form for just a single field in the table?

    hi brice--
    if you're coding your form page manually, you'd simply add your extra fields to your page definition and conditionally diplay and use the values you needed. i'm guessing you're asking about wizard generated forms.
    you can associate multiple fields with a single database column on your form by simply adding the extra ones you need and conditionally displaying/processing the ones you need. your other questions sound like javascript ones to me. if it were me, i'd take a look at our javascript how-to document at...
    http://otn.oracle.com/products/database/htmldb/howtos/htmldb_javascript_howto2.html
    ...and find the specific javascript i needed from google.
    hope this helps,
    raj

Maybe you are looking for

  • ECM11g: How to enforce HTTPS access for Content server console

    Hi, We have a requirement of accessing Content Server console (https://<hostname>:<port>/cs) with https protocol only. If a user sends a http request (http://<hostname>:<port>/cs) it should get converted to https. The managed server is running with n

  • How to adjust video while gaming

    I have an MSI FX5900SP  256mb and I want to know if there is a utility that I can download that I can hit hot keys to adjust the gamma, contrast and brightness while gaming.   My buddy has an ATI 5950 from Asus and asus has a utility to adjust while

  • HT3819 How do I move library from PC to laptop?

    I have authorized Home Sharing on my PC (where my entire library exists) and my laptop but I can only see my library on my Laptop when my PC is open to iTunes. How do I move my entire library to my laptop which is where I want everything as I am goin

  • How to make a code in which i have to detect 3 objects

    Hello everyone, I am new in Labview. I want to make a code in which i have to detect 3 objects and they are in different shapes (rectangle, triangle etc). 1. How many objects in image. 2. What is the size of each object in image 3. At what position t

  • LOAD_PROGRAM_LOST (NOTE 5451 )

    Hi Sap Gears! I`m having this issue all the time in the execution of a program in SAP 4.6C system.  I try to search this problem in the forum and i tryed a lot of time open error message to SAP, but they dont understand my problem.... When i execute