Add new Text view in Web UI Transaction

Dear all,
In WebUI for Opportunity Entry there is a Notes box (right below Opportunity Details).
In this Notes we can enter a text and it will saved under first Text ID assign to Text determination for
this particular transaction type (opportunity).
Seems that this is the SAP standard, where the first Text ID (according to the sequence assignment in
Text Determination) will be set for this Notes. We cannot define which Text ID for this Notes box unless
we set the sequence in Text Determination (set the sequence as 1 or put as first sequence).
Now my question, can we add another Notes box as and assign it to specific Text ID in WebUI development?
Rgds,
Gun.

Hi Carsten,
First thanks for the reply and I like the spirit !
I have few clarification on steps you have mentioned there :
1. In the runtime repository copy the part for component usage CUGSTextNotes.
    In Runtime Repository Editor I found ComponentUsage CUGSTextNotes but I cannot do any copy here
    I expand the subtree there is Used Component GSTEXT, right-click here also there is no copy option.
2. look at method WD_USAGE_INITIALIZE for the componenet usage CUGSTextNotes
    Do you mean method WD_USAGE_INITIALIZE from component controller BT115QH_SLSQ ?
    in this case class : CL_BT115QH__BSPWDCOMPONEN_IMPL
3. In TEXTATTR there is method ON_NEW_FOCUS and inside has following codes:
  ls_attr-textproc = ls_proc_type-text_procedure.
  ls_attr-textobj  = 'CRM_ORDERH'.                          "#EC NOTEXT
  ls_attr-langu_attr_name = 'TDSPRAS'.
  ls_attr-ident_attr_name = 'TDID'.
  ls_attr-lines_attr_name = 'CONC_LINES'.
  ls_attr-parent_entity   = lr_ent->get_related_entity( 'BTHeaderTextSet' ).
  ls_attr-parent_relation = 'BTTextHAll'
  Does it mean I have to specify myself a text ID (for example text ID Z001 ) ?
  something like these (which one ?)
  ls_attr-FILTER_IDENT = 'Z001'.
OR
  ls_attr-TEXT_IDS = 'Z001X'.     '(this is line type)
Regards,
Gun.

Similar Messages

  • I need to know how to edit a drawing - basically remove the arrows and text but at the same time match the background of the existing pic. then re add new text. how do i erase the arrows and text and arrows but match current background of pic. step by ste

    i need to know how to edit a drawing - basically remove the arrows and text but at the same time match the background of the existing pic. then re add new text. how do i erase the arrows and text and arrows but match current background of pic. step by step explanation please beginner

    Please post (a relevant section of) it right on this Forum.

  • How to add new text field in standard report

    how to add new text field in standard report?

    Hi,
    I presume you are talking about a report display in ALV and u wish to add a column to it .
    If it is a global requirement ,as in table being used there in ALV can be modified, then you can append the table and the system should pick up the same automatically from there.
    Otherwise , you can make a Z program . Modify the catalog being used in ALV.
    Regards,
    Shweta

  • Font size of text view in Web Dynpro ABAP

    Hi Experts,
    How to increase the font size of a text view in Web Dynpro layout. I have tried the 'Design' property of the text view and made it 'Group Title', But i want even bigger font size.
    Pls suggest.
    Thanks,

    >
    Naresh Kumar Malik wrote:
    > Hi
    >
    >
    >
    >
    > You can use <h1> HTML tag. Here
    > concatenate   '<h1>'  item_eform_reqno '</h1>' into head.
    >   wd_context->set_attribute( exporting name = 'EFORM_HEAD' value = head ).
    >
    >
    > Here attribute EFORM_HEAD is bounded to the text view element.
    >
    > Regards
    > Naresh
    This should NOT work!  The UI elements should safe encode all input values - thereby eliminating the value of any HTML tags. If you system isn't doing this already then it is a bug and if you rely on such a thing it will stop working at some point in the future.
    You are basically restricted to different values available via the design parameter.  The overall font sizes come from the underlying themes and the client applications (browser or NetWeaver Business Client) that host the Web Dynpro Application.  Therefore no direct specification of the font size is possible in order to stay within the controls of theme.  If you don't like any of the designs available, you might consider altering the Portal Theme you are using - but that is a rather drastic approach.

  • Get rid of add new text frame

    FrameMaker 7 - any way to turn off the annoying pop up message "Add new Text Frame" every time I change a header of footer?

    What parts don't you like?
    For a complete reversion, you need to use an extension. Please see this support article: [[How to make the new Firefox look like the old Firefox]].

  • Add new text to dropdownlist?

    I have been able to successfully delete text from the list and add new text. But it does not add in a list. I am wondering if I will have to add the text back in one at a time. I am in a UI I neglected to mention that. Here is a little piece of it the piece that counts.
    myStandardDown.onChange = function () {if (myStandardDown.selection==1){while (myTypeDown.items.length> 0) {myTypeDown.remove (myTypeDown.items[0]);}myTypeDown.add ("item", lithoNames);}}

    Fr Dev wrote:
    > Do you know if it is possible to add a new text police
    and how?
    How would depend on what OS you are using. Adding and
    removing fonts is
    a system level task. Fireworks has no bearing on that, it
    just uses the
    fonts already installed on your system.
    So, what OS are you using? (Mac or Windows and exact version)
    Stéphane Bergeron
    reach : connect : communicate
    http://www.webfocusdesign.com
    blog : tutorials : articles : gallery
    http://www.pixelyzed.com

  • How to add many lines in the Text View in Web Dynpro

    Hi friends,
    I have one Text Edit in Web Dynpro. I need to show the result of FM READ_TEXT in Text Edit View element, without lose the text format.
    Cardinality of my node is 0:n and attribute datatype is string_table. after assigning the values using bind_table method, I am getting only the first row of the read_text returns...
    By
    deva

    Hi Deva,
    Text View is not meant to be bound to string_table. Create a string instead and convert that string table into that string with
    <br>
    between each row of string table. TextView component will make <br> into new lines. Code will be similar to following.
    DATA: ROWS TYPE string_table,
          top type string,
          result type string.
          loop at rows into top.
            concatenate result top into result separated by '<br>'.
          endloop.
    Now bind this result string to the text view component. It ll work. Hope it will be helpful for you.
    Regards,
    Fareez

  • Frame texts view via web in SAP SEM-CPM-MC

    Hi
    I have an error message when use the UMM_PRES_WEB transaction for Management Cockpit (BW-SEM-CPM-MC): there are hieroglyphs in frame title instead of normal cyrillic when i'm trying to view some frames via WEB in russian language, or when i'm using english language i see normal text but it does't have right format. Another texts view correct even in cyrillic.
    Version of system: SAP_BW 700 0016

    Hi
    I have an error message when use the UMM_PRES_WEB transaction for Management Cockpit (BW-SEM-CPM-MC): there are hieroglyphs in frame title instead of normal cyrillic when i'm trying to view some frames via WEB in russian language, or when i'm using english language i see normal text but it does't have right format. Another texts view correct even in cyrillic.
    Version of system: SAP_BW 700 0016

  • How to add new text and an empty space before a file name with Automator

    I can create a new service to add to multiple files some text before the file name but I need to add even an empty space; e.g. file name original  becomes: new text(space)file name original. The aim is to add this text and space to multiple files.
    I hope to be understood. Please can somebody help me?
    Thanks

    This is an old Apple-supplied AppleScript that will do the job.
    IMPORTANT: note the conditions of use: it will choose the frontmost Finder window to operate on. Therefore, open the folder you want to change the names of and make it the front finder window BEFORE running the script.
    Add to File Names
    This script is designed to add a prefix or suffix to files in the front window of the desktop.
    If no folder windows are open, the script will affect items on the desktop.
    Copyright © 2001–2007 Apple Inc.
    You may incorporate this Apple sample code into your program(s) without
    restriction.  This Apple sample code has been provided "AS IS" and the
    responsibility for its operation is yours.  You are not permitted to
    redistribute this Apple sample code as "Apple sample code" after having
    made changes.  If you're going to redistribute the code, we require
    that you make it clear that the code was descended from Apple sample
    code, but that you've made changes.
    --March 2014: Changes by Phil Stokes to make the script work on 10.9
    --these changes are simply reversing the order of parameters in the lines that have "copy" in them
    -- The following line is disabled due to a Menu Manager bug
    --set the source_folder to (choose folder with prompt "Pick the folder containing the files to rename:")
    try
              tell application "Finder" to set the source_folder to (folder of the front window) as alias
    on error -- no open folder windows
              set the source_folder to path to desktop folder as alias
    end try
    set the prefix_or_suffix to ""
    repeat
              display dialog "Enter the prefix or suffix to use:" default answer the prefix_or_suffix buttons {"Cancel", "Prefix", "Suffix"}
              copy the result as list to {button_pressed, prefix_or_suffix}
              if the prefix_or_suffix is not "" then exit repeat
    end repeat
    set the item_list to list folder source_folder without invisibles
    set source_folder to source_folder as string
    repeat with i from 1 to number of items in the item_list
              set this_item to item i of the item_list
              set this_item to (source_folder & this_item) as alias
              set this_info to info for this_item
              set the current_name to the name of this_info
              if folder of this_info is false and ¬
                        alias of this_info is false then
                        if the button_pressed is "Prefix" then
                                  set the new_file_name to the (the prefix_or_suffix & the current_name) as string
                        else
                                  set the new_file_name to the (the current_name & the prefix_or_suffix) as string
                        end if
                        my set_item_name(this_item, the new_file_name)
              end if
    end repeat
    beep 2
    on set_item_name(this_item, new_item_name)
              tell application "Finder"
      --activate
                        set the parent_container_path to (the container of this_item) as text
                        if not (exists item (the parent_container_path & new_item_name)) then
                                  try
                                            set the name of this_item to new_item_name
                                  on error the error_message number the error_number
                                            if the error_number is -59 then
                                                      set the error_message to "This name contains improper characters, such as a colon (:)."
                                            else --the suggested name is too long
                                                      set the error_message to error_message -- "The name is more than 31 characters long."
                                            end if
      --beep
                                            tell me to display dialog the error_message default answer new_item_name buttons {"Cancel", "Skip", "OK"} default button 3
                                            copy the result as list to {button_pressed, new_item_name}
                                            if the button_pressed is "Skip" then return 0
                                            my set_item_name(this_item, new_item_name)
                                  end try
                        else --the name already exists
      --beep
                                  tell me to display dialog "This name is already taken, please rename." default answer new_item_name buttons {"Cancel", "Skip", "OK"} default button 3
                                  copy the result as list to {button_pressed, new_item_name}
                                  if the button_pressed is "Skip" then return 0
                                  my set_item_name(this_item, new_item_name)
                        end if
              end tell
    end set_item_name

  • Add New Text - Adobe Acrobat 9.0 Pro

    I have scanned in two documents to my Adobe Acrobat 9.0 Pro and now would like to add some text. When I try to select the TouchUp Text Tool it is "grayed out"; in fact the whole Advanced Editing Tool Bar is "grayed out".
    I can go to the spot where I want to "add text" and hit control and right click and draw a box, but the New Font dialog box does not drop down?
    Can anyone please help or shed some light on what I'm doing wrong?
    Regards, June E. Hudspeth
    Thank you so much.

    I have just re-scanned my document unclicking the "PDA/A Compliant" box and "viola" everything appears to working just "wonderfully"!
    Thank you so much for ending two days of total frustration!
    I also talked with an instructor who taught the Adobe 8 class & he didn't have a clue as to what was wrong.
    Again, I thank you very, very much!
    Regards, June E. Hudspeth

  • How to add new "text" field in GL item fast entry?

    Hi Gurus,
    Is that possible to add "text" column or field in GL item fast entry. For example, if i go to Txn F-04, i enter all the details then i go to: "Goto>GL item fast entry (shift+F8). Now you will see layout (GL item fast entry). So back to my question before, is that possible to add new field or column (text field) in this layout? If the answer is Yes, appreciate Gurus help and guide me in configuration, if any.
    Thank you
    Regards,
    Nazrul

    Hi Sreehari Annavaram,
    Thank you for your kind reply. Based on the answer from the link you have given me (as per below quote), there's no "DEM03" in my selection screen. We only have SAP01, SAP02 and GL001 (customised layout). That's why i had created new customised layout GL002 and try to add the "text" field in layout as per my first question. But system still won't allow it.
    *"In F-02 under editing option screen screen templates and line layout variant for document entry will be there in that
    GL accounts items for fast entry select DEM03 u will get the text item"*
    Appreciate help.
    Thank you
    Regards,
    Nazrul

  • PHP/MySQL: 'Add New' text field from menu in form

    I am creating an events posting website. I'm having a hard time finding the right words to describe this, but: I'd like the user to select a venue from the drop menu, but then if it isn't there, to select 'add new' from the dynamic menu, and have a new text field activate where they can enter in the new venue name. My database is currently set up so the event table links to the venue table through a venueID. Is there a way to insert the name from the new text field into the venue table, and have the rest of the form still submit to the event table? Sorry this is so wordy, but I'd appreciate any help. Thank you.

    You cannot add a new value to a related table at the same time as inserting a record. So, to do this, you would need to use both JavaScript to add the new text field, and PHP conditional logic to handle the update to both tables. It's certainly doable, but not with the Dreamweaver server behaviors. You would need to do a lot of hand-coding yourself.
    The way that I approached a similar problem in my "Essential Guide to Dreamweaver CS4" was to permit NULL values in the column that holds the foreign key, and insert nothing into that field if the value hadn't already been registered in the related table. I created a static value in the dynamic menu for "Not registered".
    After inserting the new record with "not registered", the user then needs to enter the new value in the related table.
    Once that has been done, display a page that lists all records. In the SQL, I use a LEFT JOIN to ensure that "not registered" items come up as well. You can then edit the item to add the value from the dynamic menu.
    It's not the most elegant way to do it, but it works if you don't have the skill or time to hand-code all the logic yourself.

  • How to add new payment Options in WEB SHOP

    Hi all
    We need to add new payment options in the B2C shop, but we don't find any customizing place to do it, we read about the BADI CRM_RISK_MGMT_BADI, but in the documentation said that we can set a Default payment option or exclude, but nothing about to add Customer Options.
    Any info regarding would be very useful.
    Best Regards

    Look at your Payment Process Profile. THere should be a reporting subtab and within that subtab is a Separate Remittance Advice region. I believe that is where you specify the format for the remittance advice document (which is built in XML Publisher). Take a look at that.
    John Dickey

  • How to add new source views for Bill Presentment Architecture (BPA)?

    Hi,
    Financials 11.5.10.2;
    I'm trying to add custom source views to be used with BPA.
    I go to configuration\data sources and click on the views buttons to see the available views.
    There I click on the register button. If I use the LOV button for view name, no views are available. I thought I would see the view in the APPS schema.
    How do I make my custom views available in the list of values?
    Thanks.

    It was easy for us. The guide suggests your view begin with the string "ARBPA". One might assume that if your view doesn't start with this, it won't be available from the list.

  • Add new mandatory column without killing concurrent transactions

    I know of several approaches to this problem, but as the table in question is key to my organisation, I'd quite like to get this right first time!
    I need to add a 1 character column to a large (approx 1 million rows, approx 100 cols) table which also happens to be central to our database (contains client details). The table is involved in the majority of transactions on our database, 24/7 so I need to find the method with the least impact on concurrent transactions.
    We use mod_plsql for our applications, and a previous attempt (by another developer) caused all web pages to become unresponsive, followed by a database shutdown.
    Any advice?

    Just a note that I ended up writing a pl/sql script which used a select for update cursor to update the non-locked rows, and stored any locked rowids in an associative array. It then looped round the array trying to update these rows until they were all done. Did the trick. DBA wasn't keen or the redefinition package when he saw what it did!
    thanks,
    M

Maybe you are looking for