Hiding the actual hyperlink in Smartform

Hi,
    I have added the hyperlink in the smartform and it is working fine. The user does not want to see the actual hyperlink and want to see a generic text. In HTML,it is simple and any idea, how it is possible in Smartform?

Hi
I have a similar kind of requirement..
Please could you tell me how did you achieve.
Thanks
Sushmitha
Edited by: Sushmitha S on Nov 6, 2008 3:18 PM

Similar Messages

  • Space left in the printout after hiding the text element in smartform

    Hi
    In my smartform there is space left in the printout after hiding the text element with condition.
    Is there any way by which we can remove the space in the smartform,
    Thanks
    Ank

    Hi ,
    I am displaying the text in table with two columns and in one column i am giving the text elemnt and in other the value.
    I had given the condition that if the data is not present then the text elemnt should not be shown in the form .My form is working perfectly except that its leaving the space for that text element.
    thanks
    Ank

  • Hyperlink in Smartform

    Hello,
    I am able to create hyperlink in smartform and also able to open the link when I output the in pdf format. My question is how to I hide hyper link and display test ex: If i click on SAP it should go to WWW.SAP.COM
    I tried to serach SDN forum but did'nt get the answer.
    Thanks,
    AP

    Dear Abhijeet,
    Thanks again for the reply.
    I created the FM's   HR_RCF_SF_URL_PREPARE_CALLBACK   and   HR_RCF_SF_URL_CALLBACK  but iam not sure where to use these FM's.
    In the smartforms i have done the changes as enclosed below.
    If the link is
    http://pminhsrmhsd.app.pmi:8082/sap/bc/gui/sap/its/bbpsc12/!?sap-language=EN&sap-client=320&SC_H_GUID=DFFA3B6B77D2F1F18302001F29E38C3A&ITMGUID=DFFA3B7DC25D7AF18302001F29E38C3A
    and iam trying to mask this link into word LOGIN,
    But when i try to click this link iam getting the below window, which is not the above link which iam required.
    The actual link is not getting masked.
    For this i did the development something like this.
    In the smartform inside the program lines i have coded
    CONCATENATE lv_url
                'bbpsc12/!?sap-language=EN'
                  '&sap-client='
                sy-mandt
                '&SC_H_GUID='
                lv_hguid
                '&ITMGUID='
                lv_iguid
                INTO lv_link.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
        client   = sy-mandt
        id       = 'ST'
        language = sy-langu
        name     = 'ZH_SC_REJECTION_NOTIFICATION'
        object   = 'TEXT'
      TABLES
        lines    = lt_text.
      CONCATENATE LINES OF lt_text INTO l_str.
    REPLACE ALL OCCURRENCES OF '<URL>' IN l_str WITH lv_link RESPECTING CASE.
    Here the lv_link is of type string.
    Kindly suggest what code iam missing here to do in order to mask the lv_link (actual link) into the word "LOGIN"
    I have created standard text 'ZH_SC_REJECTION_NOTIFICATION'
    <html><body  bgColor=#cbdbea>
    <p> The shopping cart can be accessed by the following link:
    <br/><a href="<URL>" target="_blank">LOGIN</a>
    </body></html>
    In smartform i have included the created text as below
    In web properties i have not included anything, is anything needs to be defined here
    In the smartform , In the text i have included the text "LOGIN" as below
    Also I have created one standard text 'ZH_SC_REJECTION_NOTIFICATION'
    in order to display the link in the "LOGIN" word .
    Kindly suggest the necessary changes to be done at the appropriate place, your help is highly appretiated.
    Many thanks in advance.
    Regards
    Sharief

  • Displaying a Hyperlink in Smartforms

    Hello,
    I have a problem with Smartforms. I would like to include a hyperlink in it, so that the URL is not shown, but only the description. For example: For information, click <a href="http://www.google.de">here</a>. (The link links to google, it's just an example). I can mark text as URL, but I always need to enter the full link, which is long and ugly in my case.
    I have searched for answers in this forum and found a lot of threads asking the same question. However, in all the answers (mostly containing links), the actual question was not answered. Help would be very much appreciated, as I need this for my diploma thesis.
    Regards
    Yllana

    Im looking for that answer too. I have seen Smartform-PDFs where this is working but i have no clue how they did it.
    So if anyone can help....

  • How to create a hyperlink in smartform

    Hi All,
    How to create a hyperlink in the smartform text editor so that when we click on that,we should be able to open the internet explorer.I have tried with the option insert URL.But still its not working.Do we need to do any further settings along with this?
    Thanks in advance
    Regards,
    Akanksha

    Hi,
    check this:
    http://help.sap.com/saphelp_47x200/helpdata/en/03/7560eccf0d11d3b565006094192fe3/frameset.htm
    Create hyperlink in SMARTFORM
    How to create a hyperlink in smartform
    Create hyperlink in SMARTFORM
    Re: URL in SmartForm sent as email body
    Don't forget to reward if useful

  • HYPERLINK in SMARTFORMS

    Hi All,
    I am working on a requirement where I need a hyperlink to be sent in email and fax. I am able to mark the URL hyperlinked by clicking on the URL icon on top of the text in SMARTFORMS. But I am not able to open the site upon clicking. Also my icon is not changing when I go over the hyperlink. I should also be able to oprn outlook upon clicking on the person's email address link.
    I spent couple of days looking in SCN but did not find any post that could help me. I would appreciate if anyone has any ideas or any documentation that helps me with this task.
    Thanks in advance,
    Karuna

    Thank you Abhilash. Yes I tried those. This  is what i did:
    1. Created a text element in the smartforms with text 'MY URL'. Using the 'Insert URL' button (in the extreme right of the list of buttons) assigned hyperlink to it. The word changed to underline and in blue colour.
    2. I called function module HR_RCF_SF_URL_PREPARE_CALLBACK, in smartform. Also i tried calling in the report.
    3. Assigned the function module HR_RCF_SF_URL_CALLBACK in the URLCALL field of the FM that is calling the SF.
    Please let me know if i missed any steps.
    Thanks in advance,
    Karuna

  • Make hyperlink text actual hyperlinks

    We have a couple of CSV files we use for datamerging with InDesign. Some of the text in the CSV has hyperlinks in the paragraph.
    Since InDesign does not automatically make hyperlinks in the CSV text actual hyperlinks and there is no special syntax to indicate it is a hyperlink (such as using @ for image paths).....we have decided to wrap any hyperlink text with the <link></link> tag.
    InDesign, we want to find all of these <link> tags and replace it with an actual hyperlink. The link maybe an http link, mailto link, or a tel link.
    How would I do this with InDesign scripting (prefably javascript or c#)?
    I have the following so far in C# (similiar to javascript):
    app.FindTextPreferences.FindWhat = "<link>";
    How do I replace it with a hyperlink?

    Hi,
    as you want to use the found link itsself as textsource ... have you thought of calling the command 'convert Urls to hyperlinks in the GUI'¿
    The link-tags wouldn't be needed then ...
    A script could be like this:
    app.findGrepPreferences = app.changeGrepPreferences = null;
    var doc = app.activeDocument;
    app.findGrepPreferences.findWhat = '(?<=<link>)[^<link>]+(?=</link>)';
    var objs = doc.findGrep();
    l = objs.length;
    while(l--)
         var currTarget  = objs[l];
        var lnkDest = doc.hyperlinkURLDestinations.add(currTarget.texts[0].contents);
        var lnkSrc = doc.hyperlinkTextSources.add(currTarget);
        var lnk = doc.hyperlinks.add(lnkSrc, lnkDest);
        var leftIndex = currTarget.index;
        var rigthIndex = currTarget.index + objs[l].length;
        var pStory = currTarget.parentStory;
        pStory.characters.itemByRange(rigthIndex, rigthIndex+6).remove();
          pStory.characters.itemByRange(leftIndex-6, leftIndex-1).remove();
    app.findGrepPreferences = app.changeGrepPreferences = null;
    app.findGrepPreferences.findWhat = '<link>|</link>';
    app.changeGrepPreferences.changeTo = '';
    doc.changeGrep();
    The commented stuff would delete the link-Tags during the repeatloop instead of the actually used second search ...
    Didn't test what'll be faster ...

  • Hiding the Mouse on Start of Movie

    Hello All,
    I have a flash program that runs on a PC that is connected to a TV. In case it helps at all, the PC is running OpenSuSE 12.1/KDE 4.
    The PC is acting as a kiosk like device where no user is actually sitting at the PC doing stuff. If we ever need to do anything with it
    we do it remotley using something like VNC or Remote Desktop or SSH, etc....
    So what happens is when the PC is powered on it boots up and automatically logs in the default user. Then I set Firefox to start
    automatically on boot and I set it's Homepage to the URL where the swf file lives (*which is located on another Server). Also, Firefox
    automatically goes into Fullscreen mode mode using the Firefox Plugin "Full Fulscreen".
    The issue is that, after the PC boots up and Firefox starts and the Flash movie begins playing, I can see the Mouse pointer sitting in the
    middle of the screen which does NOT go away. So I found some code online that will hide the mouse after 'n' seconds. But the problem
    is that when the Flash movie starts the mouse will NOT disappear after 'n' seconds. It is possible to get it to disappear, but in order to do
    so I would have to tap the mouse so that it moves even the slightest, then after it stops moving it then disappears after 'n' seconds...
    Since there really isn't any person who starts the movie manually, or since no one sitting in front of it with a mouse in their hand this won't
    do what I wanted it to do....
    Here is what I have so far in order to hide the mouse:
    // Added this line after testing the code below. But still didn't hide the pointer when the movie was started
    //Mouse.hide();                   // Hide the mouse automatically when started (*no time limit for this one)
    var timeLimit:int = 3;         // Integer to hold what the Time Limit will be
    // Add the EventListener for when the Mouse is moved:
    stage.addEventListener(MouseEvent.MOUSE_MOVE, onMove);
    // Create a Timer Object and multiply timeLimit by 1000 to get seconds:
    var timer:Timer = new Timer(timeLimit * 1000);
    // Add the EventListener for the Timer:
    timer.addEventListener(TimerEvent.TIMER, onInactiveMouse);
    // Function "onMove()":
    //        *This will show the Mouse, stop the timer, then restart the timer...
    function onMove(event:MouseEvent):void {
            trace("In onMove() --- Showing the Mouse Now...");
            Mouse.show();
            timer.stop();
            timer.start();
    // Function "onInactiveMouse()":
    //        *This will hide the Mouse when the TimeLimit has been reached...
    function onInactiveMouse(event:TimerEvent):void {
            trace("In onInactiveMouse() --- Hiding the Mouse Now...");
            Mouse.hide();
    So I guess my question is, is there a way to hide the mouse without a Human having to intervene and move the mouse pointer?
    Also, I don't know if it was just some weird thing that happens, but say the movie is up and I move the mouse so it then disappears after n seconds.
    Then the Frame changes and under where the mouse is hiding a TextField appears (*NOT an input TextField, just a Dynamic Text) suddenly the mouse
    reappears, but it appears as the text selection pointer (*i.e. the one that looks like an Upper-Case "i"). And it won't disappear unless I move the pointer
    again, Strange..!  I guess I could fix this by changing all my TextFields to be NOT selectable, but I was just curious if anyone else had experienced this?
    Anyway, any thoughts/suggestions would be greatly appreciated!
    Thanks in Advance,
    Matt

    I decided which way I'm going to go with this and it seems to be doing the trick
    I'm using this C/C++ program I found online, which I eneded up tweeking a little bit since it was a pretty old code so some things were
    a bit out dated like the libraries, and a few other things. It uses the "X11" library in order to access elements of the screen including input
    devices like the mouse and keyboard.
    You simply execute the command on the CLI and pass it an X and Y Coordinate. Then once executed it will simply move the mouse to those
    coordniates specified, and apparently emulate a Right-Click from the mouse. I'm not exactly sure if it will actually do the right-click, but for my
    purposes just moving the mouse ever so slightly will be enough to bring the Flash Movie inside Firefox into focus.
    I then created a simple Shell Script which will run on boot up and will sit in a loop checking if Firefox is running, if it is found running, then it waits
    about 10 seconds or so, then executes the "clickMouse" program and moves the mouse to the specified coordinates. I tested it once or twice
    and it seems to be doing the trick.
    Here is the uncompilied code for the C program:
         *Once compilied you execute the program and pass it an X and Y Coordinate like this -->   "./clickMouse 1000 500"
    #include <X11/Xlib.h>
    #include<stdio.h>
    #include<unistd.h>
    #include <stdlib.h>
    #include <string.h>
    #include <unistd.h>
    #include <X11/Xlib.h>
    #include <X11/Xutil.h>
    void mouseClick(int button)
        Display *display = XOpenDisplay(NULL);
        XEvent event;
        if(display == NULL)
            fprintf(stderr, "Errore nell'apertura del Display !!!\n");
            exit(EXIT_FAILURE);
        memset(&event, 0x00, sizeof(event));
        event.type = ButtonPress;
        event.xbutton.button = button;
        event.xbutton.same_screen = True;
        XQueryPointer(display, RootWindow(display, DefaultScreen(display)), &event.xbutton.root, &event.xbutton.window, &event.xbutton.x_root, &event.xbutton.y_root, &event.xbutton.x, &event.xbutton.y, &event.xbutton.state);
        event.xbutton.subwindow = event.xbutton.window;
        while(event.xbutton.subwindow)
            event.xbutton.window = event.xbutton.subwindow;
            XQueryPointer(display, event.xbutton.window, &event.xbutton.root, &event.xbutton.subwindow, &event.xbutton.x_root, &event.xbutton.y_root, &event.xbutton.x, &event.xbutton.y, &event.xbutton.state);
        if(XSendEvent(display, PointerWindow, True, 0xfff, &event) == 0) fprintf(stderr, "Error\n");
        XFlush(display);
        usleep(100000);
        event.type = ButtonRelease;
        event.xbutton.state = 0x100;
        if(XSendEvent(display, PointerWindow, True, 0xfff, &event) == 0) fprintf(stderr, "Error\n");
        XFlush(display);
        XCloseDisplay(display);
    int main(int argc,char * argv[])
         int i=0;
         int x , y;
         x=atoi(argv[1]);
         y=atoi(argv[2]);
         Display *display = XOpenDisplay(0)
         Window root = DefaultRootWindow(display);
         XWarpPointer(display, None, root, 0, 0, 0, 0, x, y);
         mouseClick(Button1);
         XFlush(display);
         XCloseDisplay(display);
         return 0;
    I'm not too proficient in C, a little bit more in C++, so I didn't realy change much from the original code except add a "main()" section to this one in order
    to execute the "mouseClick()" function.
    F.Y.I.
    I kept the Actionscript code for the Mouse.hide() stuff, so this C program works with the Mouse.hide() code...
    Thanks Again,
    Matt

  • Is it possible to easily view the actual (not displayed) value of a cell?

    Is it possible to easily view the actual value of a cell calculated by a formula, not the displayed value after it has been rounded off?
    For instance, if you enter the number 1.23456789 and display it rounded to 3 decimal places, you can still see the full, actual value in the formula bar:
    The problem arises when you reference that number in a formula: you can't see the underlying value (even though it's obviously known to Numbers):
    Is there a way to get the formula bar (or a tooltip) to show the full, unrounded value? Changing the display to more decimal places is not very convenient, especially on big spreadsheets. Maybe it could be done via AppleScript?
    A related issue arises when you try to look at the sum or average of a number: if the numbers being summed have the same number of rounded decimals, the sum displayed is rounded too. I find this very annoying: I want to see the actual value, not how my spreadsheet may be displaying it in that cell.
    Although, curiously, rounding to any number of decimals as long as they are not all the same displays the full, correct underlying values:
    Has anyone come up with workarounds for these issues?

    I did it with an AppleScript.
    Now any time I have a cell or cell range selected, I do one click (AppleScript menu > Display Value at Full Precision), and it shows me a popup alert that simply reads:
         rowname : columnname
         value
    Here's the script:
    tell application "Numbers"
              try
                        set selectedTables to (tables of sheets of front document whose selection range is not missing value)
                        repeat with selectedTable in selectedTables -- tables of each sheet
                                  if contents of selectedTable is not {} then -- the list is not empty, it's the selected sheet
                                            set selectedCells to cells of selection range of (get item 1 of selectedTable)
                                            repeat with i in selectedCells -- each selected cell
                                                      set {selectedRow, selectedColumn, selectedVal} to {row, column, value} of i
      --                                                  display alert "value of " & name of selectedRow & " : " & name of selectedColumn & " (" & address of selectedRow & ":" & address of selectedColumn & ")" message selectedVal
      display alert name of selectedRow & " : " & name of selectedColumn message selectedVal
                                            end repeat
                                            return
                                  end if
                        end repeat
              on error eMsg number eNum
      display alert eMsg
              end try
    end tell
    ( Props to Jacques Rioux who posted code to get me started at https://discussions.apple.com/thread/3964938 )

  • File name in msdb.dbo.backupset no longer matches the actual file name on the storage media. Error 3013 Restore Database is terminating abnormally.

    Thanks in advance for taking the time to read this and comment. Platform: Windows Server 2008 R2 Enterprise Edition SP1 (X64) Microsoft SQL Server 2008 R2 (SP1) - 10.50.2500.0 (X64) Jun 17 2011 00:54:03 Copyright (c) Microsoft Corporation
     Standard Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)Problem Description: The file name recorded in the msdb.dbo.backupset (sans the extension) no longer matches the actual file name written to the backup media which is
    in this case a NETAPP NAS storage share. Example:
    Mohave_backup_2014_03_14_233001_1158878.bak      (from NETAPP NAS filer)
    Mohave_backup_2014_03_16_233001_4167237             (from MSDB.dbo.backupset), as you can see, the last 7 digits (chars) of the file name are different, although the date and time are identical. The
    file names had previously been matching perfectly. The first occurance of this problem occured on 03/13/2014 at 5:00 AM MST. The error generated by the job was:
    Date  3/14/2014 10:29:23 AM
    Log  Job History (Refresh - Restore Mohave_93_DEV AD HOC)
    Step ID  1
    Server  OurDevServer
    Job Name  Refresh - Restore Mohave_93_DEV AD HOC
    Step Name  Restore Mohave_93_DEV
    Duration  00:00:01
    Sql Severity  0
    Sql Message ID  50000
    Operator Emailed  
    Operator Net sent  
    Operator Paged  
    Retries Attempted  0
    Message
    Executed as user: OurDomain\OurNetworkServiceLogin. Restore Mohave Prod to Mohave_93_DEV - ERROR: 3013 RESTORE DATABASE is terminating abnormally. [SQLSTATE 01000] (Message 50000).  The step succeeded.

    Olaf:
    Thanks for your reply. Sorry, my bad. I inadvertently copied wrong [name] form the msdb.dbo.backupset. On 3/13 and 3/14, the two file names did not match. In trying to select another example to show you this morning, I found that the names are now matching!
    What I was doing was to create dynamic t-sql to retrieve the latest prod backup of the database, and then restore it with move to the development server. This is an ad-hoc job that the developers can run by themselves whenever they require a refresh. Unfortunately,
    we only keep 3 days worth of backups for these databases, so the original disk file I was trying to use to restore no longer exists. Researching the original error, one of the error descriptions was that the restore could not find the file requested.
    I thought this very strange since I get the file name directly from the backupset table. Further research did indeed show that the file names were different, but unfortunately, I failed to save the details of the file names. Anyway, in looking for a new example
    to show you this morning, I have found that the file names are indeed matching exactly again. If this error pops up again, I will be sure to save all details and re-post.
    Thanks, regards and best wishes to you and yours, 

  • I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image,

    I am using a Photoshop cs2, and I wonder if it is possible to keep the settings of the guidelines when closing an image, with the actual document ? It would be nice to have the guidelines locked down, I find it than when opening the same or another image, the guidelines are not locked, it is annoying to have to lock them down again. and it would actually be nice, to ba able to give specific directions when placing the guidelines. Thanks

    Then why are the guides unlocked when I reopen a document that I saved with the guides locked ?
    Thanks.

  • Why is the contents of Safari's downloads folder different than the actual folder?

    Why is the contents of Safari's downloads folder different than the actual folder that resides in my users folder?

    Problem is if I delete that .plist I'll delete those downloads.  I'm still able to launch those downloads from that location so that tells that file is probably not corrupted. I need to be able to located that folder and transfer the downloads from it before I do anything like this.  So that begs the question, where is that folder located?  When I do a folder search I'm taken to a Downloads folder, but it's not the one that is showing up from within Safari as it's contents are too different. 

  • Subroutine-the actual parameter is incompatible with the formal parameter

    Hi,
    I have the following code that is outputting an error message during activation:
    DATA: I_RESBB TYPE TABLE OF RESBB,
          WA_RESBB TYPE RESBB.
    PERFORM OBTAIN_RESBB_DATA
    USING I_RESBB.
    *&      Form  OBTAIN_RESBB_DATA
    *       text
    *      -->P_I_RESBB  text
    FORM OBTAIN_RESBB_DATA  USING    VALUE(P_I_RESBB) TYPE RESBB.
    ENDFORM.                    " OBTAIN_RESBB_DATA
    However, I am getting the following messages during activation:
    In PERFORM or CALL FUNCTION "OBTAIN_RESBB_DATA", the actual parameter
    "I_RESBB" is incompatible with the formal parameter "P_I_RESBB".
    What am I doing wrong? I have checked through many different threads & sites but can't find a solution.
    Thanks,
    John

    John, since you seem quite familiar with the ABAP help and obsolete statements I'm now surprised what you were initially asking for.. .
    Anyhow, below a sample coding with the table being passed as a USING parameter. Avoid using VALUE on the parameter (i.e. pass by value) unless you need a copy of the parameter. Otherwise this leads to a performance overhead (requirement to copy the parameter), especially for large internal tables.
    TYPES T_RESBB_TAB TYPE STANDARD TABLE OF RESBB WITH NON-UNIQUE DEFAULT KEY.
    DATA I_RESBB TYPE T_RESBB_TAB.
    PERFORM OBTAIN_RESBB_DATA USING I_RESBB.
    FORM OBTAIN_RESBB_DATA  USING I_RESBB TYPE T_RESBB_TAB.
      FIELD-SYMBOLS: <RESBB> TYPE LINE OF T_RESBB_TAB.
      LOOP AT I_RESBB ASSIGNING <RESBB>.
        " Additional coding for evaluating/updating the table
      ENDLOOP.
    ENDFORM.
    Cheers, harald
    P.S.: Update of my posting: Just read your one comment. Looks like your only problem was attempting to define the table type in the parameters section of the form routine. This doesn't work. If you don't have a type you could use a generic type (i.e. simply just say <i>using i_resbb type table</i>), but in general I would stick to strong typing unless you have a generic routine that must handle different table types. So simply refer to a table type from dictionary or that you defined in your program.

  • I downloaded a WMA audiobook from library using Overdrive. It shows up on my Itunes listing of Audiobooks on my Ipod, but on the actual Ipod it only shows up on Playlists. How do I get it to show up under Audiobooks?

    I downloaded a WMA audiobook from library using Overdrive. It shows up on my Itunes listing of Audiobooks on my Ipod, but on the actual Ipod it only shows up on Playlists.  It is marked as an audiobook in Options | Media Kind.  It is also marked to Remeber Position, but it does not do that. How do I get it to show up under Audiobooks and remember the position?  I have a 4th Gen Ipod running Ios5

    Check out the instructions for a work around on this post: https://discussions.apple.com/message/18702732#18702732
    This worked for me.  I would like to see Apple fix this issue, as it isn't very fun to have to do this for every downloaded book.

  • On previous iPhones you could go to settings and block the the actual text message from pooping up. Only the sender would show up. On the i4gs the sender and message show up. This is a major flaw as far as privacy. There are no options with in settings to

    On previous iPhones you could go to settings and block the the actual text message from pooping up. Only the sender would show up. On the i4gs the sender and message show up. This is a major flaw as far as privacy. There are no options with in settings to stop this from happening. PLEASE TELL ME IM WRONG ???

    YOU ARE WRONG.
    Go to Settings > Notifications > Messages. You can turn Notifcation Center off for Messages, or select None for the alert style, and turn Show Preview off, and view in Lock Screen on or off.

Maybe you are looking for

  • Cancelled Excise Invoice in J2IUN.......Urgent

    Dear Gurus, We have to post MODVAT for the month of July 2007. But system showing Cancelled invoice in Excise payable duty invoice list. Invoice date and cancelled invoice date was same. Pls guide me. Regards, Venkat

  • Solution Manager Integration with Maximo

    Hi All, I believe all you know what is Maximo. Those who do not know, I would like to take an opportunity to brief them about the same. Maximo is a ticketing tool from IBM. This tool is basically used to record and keep track of all change requests t

  • User exit for vf01 for delivery date should be a current date

    Hi Experts,                I won t allow to save vf01 delivery date mismatch with system date. Delivery date must equal with system date. kindly give any userexit for this issue. regards G.Vendhan

  • Problem with "Blocked Plug-in"?

    All of a sudden, any graphics from any website display a blank screen that says: "Blocked plug-in", and routes me to request an update from Adobe Flash player. When I install, I go back into a loop > Blocked plug-in > install update etc. I have a Mac

  • How do I remove multiple covers for a single album?

    In itunes I have multiple covers of the same album in cover flow.  For example in the ArchAndroid, I have like 10 covers alone for that one album, and all the cover are the same album cover.  It's because it list a song with artist Jannelle Monae as