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.

Similar Messages

  • 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

  • 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.

  • How to get subject text and Reference Object both Screens at the Header lev

    Dear Experts ,
                    I am getting only Notification Header Screen ( Subject Text, Notification system and User Status) at the Header of Notification and different Tabs under that screen.
                    I want Subject Text and Reference Object screens at header Level so that any screen Tab selected at a time I can see the Subject and Reference Object of the Notification.
                    Pls tell me is there any way so I can Include 2 screens( Subject and Reference Object at the Header Level.)
    With best regards,
    Narendra

    Narendra,
    You can't in the standard system.
    Only the tabs are configurable.
    PeteA

  • Text flow around objects such as giraffe neck in sample

    Hi
    I am new here. I bought pages yesterday. Awesome app. On the example pages there is a giraffe and the text flows around it's neck. When I tried to do something similar the text only flows around the whole square image imported regardless of white space. How do you get text to flow around non square objects.
    In the getting started there is a butterfly and the golden viewer. In those cases the text also flows around the non square shape of these objects
    Do you need an app to cut out such objects and paste them direct into pages?
    Or in other words : how did they get the text to flow around giraffe neck?
    Thanks a mil
    Corne

    Corne ~ Welcome to the discussions. See this Help page:
    http://help.apple.com/iwork/1.3/safari/index.html#tan72488c93
    ...If following the instructions there for "+Wrap text around an object"+ doesn't do it, it implies that you'll have to cut around the image first. And this phrase there, seems to suggest that you'll have to cut around first:
    "Especially if you have images with irregular outlines, you can use text wrap to create visually playful layouts in which the text follows the contours of the image."
    And there's more online support for iPad's Pages app here:
    http://www.apple.com/support/ipad/pages

  • Reset Text Wrap and Object Placement defaults?

    Using Pages 5.5.2 (w Yosemite).
    Wondering if there's any way to set a default preference for the Text Wrap and Object Placement parameters in the Format > Arrange tab? 
    For example, more often than not I need to have Text Wrap set to "None", rather than "Automatic".  I was at least hoping that once I'd set a particular object to "None", any new objects I created or which were dragged into that same document would inherit that same Text Wrap setting (in much the same way that any new drop shadow setting becomes the new default when applying the drop shadow effect to subsequent selections). But even THAT doesn't seem to be the case with the Text Wrap & Object Placement options -- much less being able to reset a new global preference.
    Any suggestions (which still involve using Pages 5.5.2) appreciated.
    Thanks,
    John B

    just discovered a related topic: when importing images in Pages, how do I set the default object placement to "stay on page" and "no text wrap"?
    But that thread ends up going in a slightly different direction, since having to create placeholder shapes, and then duplicating (+ individually repositioning) same, for almost every time I dragged an image into a Pages doc would actually be MORE work than the current annoyance of having to reset the Text Wrap setting for most new objects.
    I just want a way to set a global preference for that adjustment -- or at least a preference to have all new objects start off with the same Text Wrap (and Object Placement) settings as the last ones used.
    Possibility?  Or Feature Request?

  • Text blur around objects

    Problem: text wrapped around an inserted object blurs, especially if the object has a shade. Increasing the Extra Space around the object reduces the blur, but does not get rid of it. And trying to achieve a wrap tighter than the default 12 points makes the blur very noticeable. The blur, though less visible, appears when Reflection, the jolly new feature in Pages 2, is used to go over text underneath an object.
    This problem is particularly troublesome when producing professional print PDFs.
    To see what I am talking about open the first page of the Smith Family Newsletter template and have a look at the characters to the right of the house photo in the centre of the page.
    Has anyone dealt with this successfully? Would be very obliged if you could point me to a solution.
    Alex,
    Normandy
    iMac, iBook   Mac OS X (10.4.7)  

    Hello sashura,
    this happens when exporting to minor quality PDFs, because of the conversion of the shadow and reflection effects into images. Lower quality PDFs are stored with lower resolutions for bitmap images. If you need 1A PDF quality, use the ColorSync app for PDF saving. To do so, follow these steps:
    1) Open the print requester in Pages and choose the item "ColorSync" in the 3rd pop-up menu.
    2) There choose the last entry (for adding filter) of the pull-down menu "Quarz-Filter". Your document will be open in the ColorSync app.
    3) Click on the button with the three filters in the tool bar of the window and a new window opens.
    4) Create a new filter and name it for a PDF/X-3 filter.
    5) Over the menu triangle button at the right of the filter name bar you can add filter content. Choose the component for PDF submenu and there the PDF/X-3 item.
    6) Now you can see the filter attributes. In the row before the last one you can insert the resolution. This is important for shadows and fonts above and inside of shadowed shapes, too. With the attributes you have control over trim- and bleed boxes as well.
    7) When you are ready with your settings, close the filter window and choose the just created filter with the pop-up menu at the bottom of the ColorSync window. Than press the accept button and save the PDF document.
    With this you have the best control for PDF print options.
    I hope this solves your problem, because since I use this I have no display quality problems for printing.

  • How do I pull up the left control panel that allows you to move from text to moving objects on page?

    How do I pull up the left control panel that allows you to move from text to moving objects on page?

    Do you mean this one:
    If so, go to the Window menu and make sure that Tools is checked.

  • ORA-13786: missing SQL text of statement object - Unable to profile a sql_id in oracle 11g -

    11.2.0.3.5 / 2 node rac on rhel-6 / 64-bit
    I would like to a profile a sql_id since its following 4 plans and one of them is the optimal.
    But im unable to do it as it throwing ORA-13786.
    Steps I followed :
    {code}
    SET SERVEROUTPUT ON
    -- Tuning task created for specific a statement from the AWR.
    DECLARE
      l_sql_tune_task_id  VARCHAR2(100);
    BEGIN
      l_sql_tune_task_id := DBMS_SQLTUNE.create_tuning_task (
                              begin_snap  => 29676,
                              end_snap    => 29707,
                              sql_id      => 'fjndcnvzkjkb5',
                              scope       => DBMS_SQLTUNE.scope_comprehensive,
                              time_limit  => 60,
                              task_name   => '420tavt57dxkx_tuning_task',
                              description => 'Tuning task for statement 420tavt57dxkx in AWR.');
      DBMS_OUTPUT.put_line('l_sql_tune_task_id: ' || l_sql_tune_task_id);
    END;
    EXEC DBMS_SQLTUNE.execute_tuning_task(task_name => 'fjndcnvzkjkb5_CFO_tuning_task');
    SET LONG 10000;
    SET PAGESIZE 1000
    SET LINESIZE 200
    SELECT DBMS_SQLTUNE.report_tuning_task('420tavt57dxkx_tuning_task') AS recommendations FROM dual;
    SET PAGESIZE 24
    SQL>  execute dbms_sqltune.accept_sql_profile(task_name =>'420tavt57dxkx_tuning_task_task', replace => TRUE,force_match  => TRUE);
    BEGIN dbms_sqltune.accept_sql_profile(task_name =>420tavt57dxkx_tuning_task', replace => TRUE,force_match  => TRUE); END;
    ERROR at line 1:
    ORA-13786: missing SQL text of statement object "1" for tuning task "420tavt57dxkx_tuning_task"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", line 16442
    ORA-06512: at "SYS.PRVT_SQLPROF_INFRA", line 31
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 7544
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 7568
    ORA-06512: at line 1
    {code}
    Can somebody help me out on this?

    Hi Experts,
    i too getting this error while attaching the tuning task to the sql profiler, below are the details, appreciate any help on this.
    SQL> SQL> VAR profile_name VARCHAR2(30);
    SQL> BEGIN
       :profile_name := DBMS_SQLTUNE.ACCEPT_SQL_PROFILE(task_name => 'sql_tuning_task');
    END;
    /  2    3    4
    BEGIN
    ERROR at line 1:
    ORA-13786: missing SQL text of statement object "1" for tuning task "sql_tuning_task"
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.DBMS_SQLTUNE_INTERNAL", line 16442
    ORA-06512: at "SYS.PRVT_SQLPROF_INFRA", line 31
    ORA-06512: at "SYS.DBMS_SQLTUNE", line 7544
    ORA-06512: at line 2
    SQL> select banner from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production
    PL/SQL Release 11.2.0.3.0 - Production
    CORE    11.2.0.3.0      Production
    TNS for Linux: Version 11.2.0.3.0 - Production
    NLSRTL Version 11.2.0.3.0 - Production

  • How do i set text in a object so that object expands with text and has even space on both sides of the object in illustrator cc?

    how do i set text in a object so that object expands with text and has even space on both sides of the object in illustrator cc?

    if you see all the different panel. I past the info in and have to manually expand the width of every panel. Is there a way of pasting the text in and the panel moves to the right with so that there is an even space on both sides of the blue panel?

  • How do I apply style within a text frame linked object

    I'm selecting the text frame in the object I want to apply an object style
    A script can be written
    within a text frame the linked object (selected text frame)
    how object style is applied

    Hi
    All you need is
    app.selection[0].appliedObjectStyle = app.activeDocument.objectStyles.itemByName ("Trevors Object Style");
    The below snippet will apply the style to all the anchored objects in the selection or document
    var doc = app.properties.activeDocument,
        myOnjectStyle = doc.objectStyles.itemByName ("Trevors Object Style"),
        myObjects, l;
    if (!myOnjectStyle.isValid) {
        alert ("Either add an Object Style Called:\nTrevors Object Style\nOr Make Significant Changes to The Script");
        quit ();
    app.findTextPreferences = app.changeTextPreferences = null;
    app.findTextPreferences.findWhat = "^a";
    myObjects = (app.selection && app.selection[0]).findText () || doc.findText ();
    l = myObjects.length;
    while(l--) myObjects[l].textFrames[0].appliedObjectStyle = myOnjectStyle;
    HTH
    Trevor

  • Can not Group text and shape/object

    I have previously made frequent use of grouping text and objects or images together. But in Keynote 4.0.2 this is not possible (for me at least). I am able to lock multiple images, but the group, mask and alpha buttons are not active when selecting a combination of the two (text and objects). Images or objects can be grouped together. Is this a bug or what ?

    Open a NEW presentation (it should default to the Title and Subtitle slide of the theme)
    Type some text into the Title
    Insert a shape (square)
    Select the shape and the Title
    You should see that you cannot group anything with either the Title or Subtitle object of a slide. If you want to group text to an object, you have to create a new text object. Would this describe your inability to group (ie. limited to when you have Title/Subtitle selected?)

  • 3.0EA1/2.1: Recent Objects "which object" confusion

    The new Recent Objects window in 2.1 could be handy, but really needs to show types where the icon isn't unique (ie package spec and package body get same icon). As the connection navigator forces you to open the spec before opening the body, you always get both in the recent objects when opening the body via the navigator.
    Also, it really needs to show the connection the object is from - if I open both the package specification and body of a package from two connections, I get four visually identical objects in the Recent Objects window.
    Not an issue in my environment, but opening two objects of the same type and name in different schemas would presumably also cause confusion.
    Can we either have additional columns for the identifying info (connection, type, schema) or can we have tool tips with that information?
    theFurryOne

    2.1 production (63.73) improved this by including "Body" after package bodies on the recent object list, but there is still no way to tell which schema or connection the objects relate to. Can we please have connection and schema included somehow in the recent object list?
    theFurryOne

  • Customizing the Recent Objects Portlet

    Hi,
    I want my Recent Objects portlet to show only those items added to specific page group.I dont find that option anywhere when I customize that portlet.
    Thanx
    -Vipul

    Hi,
    This is not possible. There is a favorites portlet which you can use to bookmark important links.
    Thanks,
    Sharmila

  • Problem while loading texts and authorization objects file in RAR

    Hi all,
           i am getting internet explorer error while loading the texts and authorization objects text files in RAR .actually we uploaded rule file before this,does this step causes any error ?if so how to resolve this error.do i need to remove all rules/risks and then load text and authorization files? is there any shortcut to renove all risks generated in one shot? please reply me soon to resolve this.
    Thanks,
    Joseph.

    Hi Joseph,
    Please make sure to convert both the files in UTF-8 encoding format and then try to upload the files again. This should resolve the issue and if not then please paste the logs here.
    Regards
    Harleen

Maybe you are looking for

  • Aging 7 Buckets Report ARXAGMW  error REP-1212 Object Body is not enclosed

    Hi I am customising standard AR Aging 7 buckets report by account(ARXAGMW). I just need to add 2 fields,That i have added successfully. But the report output format is not printing properly. I mean if there are 4 columns custname,custno,endcustname,e

  • Date Profile with Tasks

    Is it  possible to implement the Date Profile functionality for the Tasks in SAP CRM so that the completion date and time are set automatically by the system, when 'completed' status is set on the Task. We want to achieve this, can someone guide how

  • Linking/Joining Pages

    How do i link two pages togerther in Java. 've written a GUI page which allows a manager to login to his account, but when i press login, nothing happens. I want it to send the manager to an options GUI. Can anyone help?

  • Which address components country specific Address Cleanse Engine validates

    Hi, I am looking for a list of address components which are validated by a country specific Address Cleanse Engine. Data Services Reference Guide does not go into such details. I have a list of countries and need to identify if selected Address Clean

  • How can i Update to 9.5 for free?

    I have iWorks11 from DVD and the update for Mavericks should be free. But the store don´t show me an update option! Only for money. What should i do?