Creating text on Standard iViews

Creating text on Standard iViews how easy is it?
Will you need to copy the iView, download to NWDS make the changes and then upload back into the portal?
Thanks

If you are using 2004s, you can use the WebDynpro personalization tool.
-Open your Addresses iView in content administration.
-Click preview.
-Hold the control button and right click on an element.
-From this tool you will be able to find a link called 'Decorate'.
-There you will be able to add your text and choose the style you want.
If you are working with an older version of the business package then you will need to use NWDS to make the desired changes.

Similar Messages

  • How to change the text of a standard iview

    Hello,
    We are implementing ESS on ERP 2005 in an Irish client, and there is no Irish version of the webdynpro iview to change Personal data. So we follow the IMG docu and use the GB iview and works fine.
    The problem is that the text on one of the fields comes as "Nat. Ins. No.", and that is an English expression. Here they use something called "PSS number". No need to say that Irish are not too kin on using English expressions.
    So the question is: how can I change that text without having to create a new iview?
    Please help.... Thanks,
    Andres

    Hi Andres,
         If you want to change the text in webdynpro iview:
    1. Open the package Explorer view and expand your src/packages
    2. Copy the .xlf file (___.wdview.xlf) which contains the field "Nat. Ins. No." and rename it (add "_en" before ".xlf" or ISO standard for irish english)
    3. Translate the renamed "_en.xlf" files.
              Double click the xlf file and it is displayed in S2X editor.
             On the tab header, change the source language to British-English. (There is only American English and British English options in the source language)
             Switch to tab "Resource Text" and translate "Nat. INs. No. to PSS number.
              Had it been any other language, it is bound to work for sure. However i find no Irish English in webdynpro source options...
    Hope this helps
    Sumathi

  • Not able to get the data using standard iviews in MDM

    Hi experts,
    I would like to configure uwl for SAP MDM. I want configure uwl on Product. I created system object and alias amd uwl system also.
    while I am trying to access standard iviews ( iviews in Product of Content provided by SAP ) I am getting error like
    "failed to find table MDM_ Products"  " java.lang.nullpointer exceptions".
    Please help to solve this issue and also guide me to configure uwl for Custom MDM repositories.
    Thanks & Regards,
    M.Ravi

    The code below looks correct. Is that the expected behavior of your app?
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
    <mx:Script>
    <![CDATA[
    public var ValueP2:Number = 0;
    private var grossValue:Number = 0;
    private var totalValue:Number = 0;
    private var finalTotalP2:int = 0;
    public function test():void {
    if (Number(TextInput2.text) == 1 || Number(TextInput2.text) == 2)
    ValueP2 = 1;
    totalValue = grossValue + ValueP2;
    else if (Number(TextInput2.text) == 3 || Number(TextInput2.text) == 4) {
    ValueP2 = 5;
    totalValue = grossValue + ValueP2;
    else if (Number(TextInput2.text) == 5 || Number(TextInput2.text) == 6) {
    ValueP2 = 9;
    totalValue = grossValue + ValueP2;
    trace("totalValue "+totalValue);
    finalValueP2(totalValue);
    public function finalValueP2(tVP2:int):int {
    var tallyP2:int = 0;
    if (tVP2 < 3)tallyP2 = 1;
    if (tVP2 >= 3 && tVP2 <5)tallyP2 = 2;
    if (tVP2 >= 5 && tVP2 <10)tallyP2 = 3;
    finalTotalP2 = tallyP2 * 7;
    trace("finalTotalP2 " +finalTotalP2);
    return(finalTotalP2);
    ]]>
    </mx:Script>
    <mx:TextInput id="TextInput2" enter="test()"/>
    </mx:Application>

  • MDM Custom Iview and Standard Iview Portal Eventing

    Hi
    I'm trying to develop a custom iview which updates a Standard MDM Result Set iview:
    I found this documentation:
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87cfd43e56f75e10000000a1553f6/frameset.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/12195312-0e01-0010-a392-debbd32e39d4
    So i created an iview which raises this event
    WDPortalEventing.fire("urn:com.sap.pct.mdm.appl.masteriviews","updateSearch","ID=115551&RefreshSearch=True");
    Then i upladed my code in the portal, created a new iview and put it in the same page with a Result Set iview. During testing when i rise the event form the custom iview, the standard Result Set catch this event but instead of update it gives the following error:
    Error occurred: Error performing search. com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter,  com.sap.mdm.internal.protocol.manual.ServerException: Illegal value for parameter (see log for details)
    In SDN there is a thread with the same problem (Search Standard iView + Search Custom iView) which is not solved.
    Can somebody help me ?

    sorry, I have same task and tried same code for my alias, table and field.
         WDPortalEventing.fire("urn:com.sap.pct.mdm.appl.masteriviews",
                   "updateSearch",
                   "MDMSystemAlias=NSI_PRODUCTION_ALIAS&MDMTableName=Assets&R3Code=411000000000000006&RefreshSearch=True");
    I fire event  (for my alias, table and field)
    but not any resultset or Current Search on page is catching this search.
    please provide which options  must be set made for views on page so that result set to be updated,
    I hope this may help
    does it need to add some custom event to result set?
    thanks
    Edited by: Ivan Ivanov on Aug 21, 2009 3:49 PM

  • Calling xRPM standard iView from custom WD ABAP iView

    Hi,
    We have an issue regarding - calling xRPM standard iView from WD ABAP Application.
    Here are the details.
    When xRPM 4.0 application is displayed by clicking the Portfolio Management role,
    the item dashboard gets displayed. On the leftside, tabs for Reviews, Reporting Cockpits, Colections etc.
    are displayed. Below these tabs, we have a custom tab that navigates to custom WD ABAP applicaiotn.
    On click of this custom tab, WD ABAP application gets launched in same window instead of Item dashboard iView.
    Everything works good till this point.
    The requirement is - an event on this custom WD ABAP applications should navigate to standard xRPM iView (like Item Create or Item overview iView)
    we tried Object based navigation & firing a Portal event. But no navigation takes place. It stays on the current page.
    Is there any Portal setting need to be done for navigation between custom WD ABAP application and standard xRPM iView?
    Your inputs on this will rellay be helpful.
    Thanks
    Bhushan

    Hi,
    We could resolve the issue to certain extent.
    We used the following.
    Interface  - if_wd_portal_integration
    Method - navigate_absolute
    and a PCD location of Item Creation page is passed as a parameter navigation_target.
    This opens standard xRPM Item Creation iView.
    Similarly we tried opening Item Overview iView by passing ITEM GUID in Business_Parameters parameter.
    This opens the Item Overview iView but does not refer to the Item GUID passed and throws following error.
    An exception with the type CX_SY_MOVE_CAST_ERROR occurred, but was neither handled locally, nor declared in a RAISING clause 
    CX_SY_NO_HANDLER CL_RPM_OBJ_MANAGER============CP CL_RPM_OBJ_MANAGER============CM01Z 1 
    CX_SY_NO_HANDLER CL_RPM_OBJ_MANAGER============CP CL_RPM_OBJ_MANAGER============CM01Z 46
    So I need to either pass the ITEM GUID parameter through  navigate_absolute method or somehow set ITEM GUID in xRPM context so that when Item Overview iView is displayed, the iView will refer the ITEM GUID.
    Thanks in advance.
    Bhushan.

  • Bold Text from Standard Text

    Hi All
    I am using standard text using READ_TEXT and create_From_sapscript methods. Some text in standard text contains BOLD, this is showing in SO10 print priview as well, but in webdynpro BOLDis not coming?? How to create Bold using STandard TExt... pelase help..
    Thanks,
    kris.
    Edited by: kissnas on Oct 20, 2010 8:29 AM

    Hi,
    It should be in the formatting of the SO10 text. Maybe you can save your SO10 text like this:
    This is normal text, but <strong>this word</strong> is bold.
    You can then set this values in your context element and bind it to your formattedtextview.
    Regards,
    Roelof

  • Creating Text Variables to use in BEx Broadcaster

    Creating Text Variables to use in BEx Broadcaster OR How to Broadcast reports (Excel output format) and dynamically generate each Excel file name
    Hello,
    I'm new into posting to this forum, but I always come here when I need some answers and I find them almost everytime.
    But now I couldn't find a solution for my problem so I decided that maybe you can help me.
    I'm using BEx Broadcaster (I'm working on a SAP BW 7.0, SP17) to broadcast to SAP Portal some Excel files generated from a query.
    I use Filter Navigation, because the query provides me with information regarding Sales Orders from all my customers and I need to broadcast an Excel file per customer. This is working perfectly, meaning, with this query I put the Broadcaster generating an Excel file per Customer.
    The problem is that I needed that each Excel file had a different name on it.
    For example, for Customer1 the Excel file name should be something like Customer1_SalesOrder.xls, for Customer2 it should be Customer2_SalesOrder.xls and so on.
    At the present, the Broadcaster generates each Excel file using the technical name of the Query that originated the file. You can use some stardard text variables that broadcaster has available, but these standard text variables don't solve my problem. I needed to create my own Text Variables so I could have the Customer ID on the file name.
    Can someone give me a light on this?
    Points are obviously awarded.
    Thanks,
    Cristina

    Hi All,
    I have a similar requirement, where I publish my reports on to the SAP PORTAL  KM folders.
    In my broacast setting for the web templates, I have the fisrt tab called
    TARGET in PORTAL
    File Name : ReportXX MONTHLY_<MONTH_ID>  (F4) List
    Currently I use the sys variable <MONTH_ID> which gives me the curr month;
    My requirement is
    If the report is run in the first week of the month, I want to generate a filename_PREVIOUS MONTH (label) and
    if the report is run between 7th-30th of the month then to generate a filename_CURRENT MONTH (label)..
    On BI.7 POTAL is it possible using some exit variables instead of the system variable which are given in the F4 List.
    If so where do I create the exit variable in BW backend or the PORTAL itself so that I can access it from the F4list of of the filename column.
    Thanking you in advance for you time.
    Rao

  • Standard Iviews and Pages Header Translations

    Hi All,
    We have a requirement to change the translation of headers for standard iview and pages.
    I am maintaining the translations through Portal Content Translation.
    Methods tried -
    1. Added the copied iviews and pages to the translation worklist and changed the translation - No impact
    2. Cleared the cache - No impact
    3. Restarted the portal - no impact
    4. Added the standard iviews and pages to the translation worklist and changed the translation - No impact
    Let me know any pointers for the same.
    Regards,
    Indu Garg

    Hi Indu Garg ,
    SAP Enterprise Portal provides a process for translating the  Texts of portal objects (iViews, pages, worksets, roles, systems, etc.)
    Multilingual object metadata for portal objects that is stored in the database of the Portal Content Directory (PCD). If a property of a portal object has type text attribute, it is marked as a text and can be translated (e.g. name, description).
    The translation process is supported by two tools that can be called from the content administration role. Choose Content Administration -->Portal Content Translation --> Translation Worklist Coordination or Worklist Translation. These tools are used to coordinate and to translate translation worklists.
    [Translation Worklist Coordination|http://help.sap.com/saphelp_nw70/helpdata/EN/25/08174082fe1961e10000000a155106/content.htm]
    [Worklist Translation|http://help.sap.com/saphelp_nw70/helpdata/EN/d4/be1640033ae569e10000000a155106/content.htm]
    Regards,
    srikanth

  • How to create Text Variables in BEx Query Designer

    How  can i create Text Variables in Bex Q.D.
    I am able to create characteristic variables
    but i can't find option to create text variables.
    What's the requirement to create Text variables in Bex Q.D.
    When i try to create Text variable for 0calDay.. the variable type is characteristic by Default and disabled.
    How can i create text variables related to 0CalDay with which i need to work in Customer Exit.

    Hi,
    You have to create characteristic variable processing by Customer Exit by considering 0CalDay as a Reference Characteristic
    After creation of the above variable, you restrict your KF with the above created variable.
    Now you can create a Text variable for the description of your KF. This way it works...........
    Regards,
    Suman

  • How to create text buttons that link to video?

    I've finally gotten around to trying DVD SP, and even though I read the whole manual, it's not at all clear if, or how, you can create text buttons that link to the video you want to play, without displaying a clip of that video in the button itself.
    I have no problem creating a text button, but I can't change the font, and editing is counter-intuitive, unlike iDVD. I'd use iDVD, but it doesn't accept .m2v files, and it seems to think that my 6 videos of about 43 minutes each are too large for a DVD+DL disc, so it won't let me burn it or save it as a disc image.
    Does anyone have a way out of this conundrum, or am I SOL?
    Mulder

    It really isn't that hard!
    As Drew said, go into your menu and click and drag to create a button rectangle. With the button highlighted, look in the property inspector at the bottom and type in the text that you want to use. Ensure that you 'include in button highlight' and then set the colour choice for selected and activated.
    What you get is a simple line of text which illuminates when you roll over it, and changes colour when you click on it.
    Once that is done, click on the button area again and set the target to go to the piece of video that you want to have play back.
    You should also set the menu call and end jump on that track to make sure your viewer can get back to the menu.
    Once that is done the menu will show as a simple piece of text (more buttons means more bits of text, and the first button will be highlighted by default) and no video will play until the button is activated.
    DVDSP is definitely a steeper learning curve than iDVD but for very good reasons. You get far greater control and access to far more advanced features in DVDSP. This means that some things will seem harder, whereas in fact they are just different and the process for achieving the result you want is different. Much of what you want to know is in the manual and also in the tutorials which came with the app. Failing that there are several good online spaces where you can find a lot more information... not least of which is right here, of course!

  • How to create text vertically in ADOBE FORMS?

    Hi all,
    I need to create text in vertical position in ADOBE FORMS? How to do this..
    << Removed >>
    Thanks
    Devinder
    Edited by: Rob Burbank on Mar 3, 2010 1:40 PM

    I will recommend you to use smart forms ...
    the link below has the said topic discussed for smart forms ...
    Printing vertical text in Smartform
    Also there is a New tool called Adobe Flex whose integration with SAP is being discussed and worked upon in experimental stage .. the said tool has vertical text capability
    but its not recommended because of lack of extensive testing with regards to Association with SAP
    BR
    Manthan.
    PS it can be done in sapscript too but i will not recommend the same bcoz of the obvious trouble in doing the same.
    also if u still want to stick to sapscript
    Simple way is to use layout format like "X_65_80" or "X_90_120"
    Edited by: Manthan_R on Mar 4, 2010 6:24 AM

  • Creating text variable, urgent plz

    Hi friends,
               I would like to create a text variable on fiscalyear/period. the requirement is
    when user enters 001.2007   it has to display jan2007
                               002.2007   it has to display feb2007 so on.
       but when I am trying to create on fiscalyear/period it is not allowing me to create text variable. can any one suggest me please, it is an urgent requirement,
    I appreciate your help very much.....
    Ravi.

    Hi ravi
    we can do this with the text with replacement path and the var which u have created u to put display as text thats it...
    take a selection in the rows and create a variable in the text heading and give replacement fron the user entry default variable which the user enters.
    Assign points if it helps
    Khaja

  • Creating text file from table

    Hi all
    I have a table LFA1 with headers LIFNR, MANDT, NAME1, NAME2, ...., . That table contains data and I need to create text file that collects all headers with all data, where each field is separated by TAB.
    thanks for your help.

    Here is program for KNA1.
    *"Table declarations...................................................
    tables:
      kna1.                              " General Data in Customer Master
    *"Selection screen elements............................................
    select-options:
      s_kunnr for kna1-kunnr.            " Customer Number 1
    *" Type declarations...................................................
    types:
      begin of type_s_customer_details,
        name        like kna1-kunnr,
        address     like kna1-adrnr,
        title       like kna1-anred,
        createdon   like kna1-erdat,
        createdby   like kna1-ernam,
      end of type_s_customer_details.
    Internal table to hold General Data in Customer Master data         *
    data:
      t_customer_details type table
                           of type_s_customer_details
                         with header line.
                          START-OF-SELECTION EVENT                      *
    start-of-selection.
      perform select.
    *&      Form  select
    This subroutine selects information from database and exports the    *
    data into presentation layer                                         *
    There are no interface parameters to be passed to this subroutine.  *
    form select .
      select kunnr
              adrnr
              anred
              erdat
              ernam
         into table t_customer_details
         from kna1
        where kunnr in s_kunnr.
      if sy-subrc ne 0.
        write : / 'DATABASE SELECTION FAILED'.
      else.
        call function 'GUI_DOWNLOAD'
          exporting
      BIN_FILESIZE                    =
           filename                        = 'd:\customer_details.txt'
           filetype                        = 'ASC'
      APPEND                          = ' '
      WRITE_FIELD_SEPARATOR           = ' '
      HEADER                          = '00'
      TRUNC_TRAILING_BLANKS           = ' '
      WRITE_LF                        = 'X'
      COL_SELECT                      = ' '
      COL_SELECT_MASK                 = ' '
      DAT_MODE                        = ' '
      CONFIRM_OVERWRITE               = ' '
      NO_AUTH_CHECK                   = ' '
      CODEPAGE                        = ' '
      IGNORE_CERR                     = ABAP_TRUE
      REPLACEMENT                     = '#'
      WRITE_BOM                       = ' '
      TRUNC_TRAILING_BLANKS_EOL       = 'X'
    IMPORTING
      FILELENGTH                      =
          tables
            data_tab                        = t_customer_details
      FIELDNAMES                      =
         exceptions
           file_write_error                = 1
           no_batch                        = 2
           gui_refuse_filetransfer         = 3
           invalid_type                    = 4
           no_authority                    = 5
           unknown_error                   = 6
           header_not_allowed              = 7
           separator_not_allowed           = 8
           filesize_not_allowed            = 9
           header_too_long                 = 10
           dp_error_create                 = 11
           dp_error_send                   = 12
           dp_error_write                  = 13
           unknown_dp_error                = 14
           access_denied                   = 15
           dp_out_of_memory                = 16
           disk_full                       = 17
           dp_timeout                      = 18
           file_not_found                  = 19
           dataprovider_exception          = 20
           control_flush_error             = 21
           others                          = 22
        if sy-subrc <> 0.
          write : / 'Upload Failed' , sy-subrc.
        else.
          write : / 'Upload Completed'.
        endif.
      endif.
    endform.                               " SELECT

  • How to call Standard Iviews in Webdynpro application?

    How to call STD iviews  in the wwbdynpro application.
    can any of friends give the code

    Use this snippet to call standard iviews from your webdynpro code :
    //use LinktoAction UI element
    onActionClick (com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent)
    WDPortalNavigation.navigateAbsolute("ROLES://portal_content/folders/X.Iview", WDPortalNavigationMode.SHOW_INPLACE, (String)null, (String)null, WDPortalNavigationHistoryMode.NO_DUPLICATIONS, "Called iView Name", (String)null, (String)null);
    Hope this helps.
    Rgds
    Prabhakar

  • Creating text that will scroll in a text frame

    I have tried to create text that will scroll in a text frame by following this:
    Create your text frame including any inline buttons or hyperlinks. Make note of its width and then draw the frame you wish to hold that content. Make it about 5-7 pixels wider than the text frame and align the two, top and left. Cut the text frame to the clipboard and choose the placeholder frame. Choose edit>past into.
    With that frame select, from the overlay creator panel choose pan and zoom and check the pan only option.
    When I get to the overlay creator panel and choose pan and zoom, it asks me to select a cropped image.  I'm not sure what I'm doing wrong.  Any help would be appreciated.
    Also, I am not creating any of the content on the pasteboard.
    Please help. thanks

    is the parenting frame cropping the inline text frame?
    —Johannes

Maybe you are looking for

  • Slow Internet download speed, OSX 10.9.5

    Since updated to 10.9.5, my Mac Pro Internet download speed down to 7 Mbps, and same on My MacBook Pro 10.9.5 too. both use to be 70 Mbps. I am paying $50.00 extra to get the highest speed from Time Warner. My iMac is 10.9.3, tops 70 Mbps. My iPhone

  • Can I make a calendar group for my iCloud calendars?

    I have several calendars in my iCloud account - one of which I use to keep track of my time card information at work and I have to print it out every payday. When I print that calendar I need to de-select all of the other calendars. I wanted to make

  • How do I delete files on my PC but save them in my ipod

    Sorry if this seems like a stupid question, but I've just bought a fifth generation ipod and I'm very much a newbie. I understand that the ipod automatically updates itself when I connect it to Itunes. If I delete files completely from Itunes and my

  • Report Painter - Change multiple selection criteria

    Hi Experts, I am new to report painter. I need to change a report which is being developed in Report Painter. I need to add extra selection criteria. Please help. Regards, Nitin.

  • Why is the image moving when I print on 300gsm card, but is fine on 160gsm paper?

    Hello, I am printing a double sided invitation for a customer. I am not sure what it was originally set in as I have only been given the pdf up to now. The invite has a thin black line around the writing. I am trying to put a proof together so they c