HyperLink in SAP Screen

Hi experts,
I need to display a hyperlink in MM03 basic data tab . How to achieve this ?
Thanks & Regards,
Karthikeyan.D

Used button ...

Similar Messages

  • Hyperlink on login screen

    Hi,
         Does anyone know how to put a hyperlink on login screen?
    Regards
    shaik

    Hello Shaik,
    information how to modifiy the logon screen is available in <a href="https://service.sap.com/sap/support/notes/205487">note 205487</a>.
    However I am not sure if it is possible to use the usual API like call_browser, which launches a browser with an URL.
    Best regards
    Rolf-Martin

  • Database table entries not getting viewed on SAP Screen

    Hi
    I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    Thanks
    Tushar

    >
    Tushar Gawande wrote:
    > Hi
    > I have created Z-Code to update a standard SAP table.  After executing my program I can see my desired entries in that SAP database table but when I am trying to view that same entries in SPRO I am not able to view it there.
    > Am I missing something? Even if my entries are coming in SAP database table do I need to do something extra to view them on SAP screen.
    > Thanks
    > Tushar
    /slap your hands
    You're missing some common sense and the knowledge to be tasked to do such a thing. And the person/consultant who gave you this task as well.

  • How can i exceed the sap screen in ALV report.

    hi sap Gurus,
    i need solution from you regarding to increase the SAP screen in ALV customised report.
    now what we are getting the problem is:
    we developed the report, in that lot of fields are there.
    because of that the fields are going in second line.
    but actually the max length is showing in SAP is :X_65_255.
    Please give me the solution to increase the screen.
    Regards,
    SOMU.

    Hi,
    The standard screen which is displayed once u execute it not possible to change, but can follow one guide line.. by reducing the feild discrption( columns) on the report .
    Eg : sold to part can be changed to SP or someother conversion which user understands. ( Before this user confirmation should be taken for this change)
    Kindly Reward points if usefull
    Regards
    vK

  • How can I add a new filed to standart SAP Screen

    Hi eveybody,
    I am using ima11 t-code and I need to add A new screen field to standart SAP screen(program No SAPLAIA1 Screen:1001 ).I have found five user-exits(AAIR0001,AAIR0002A,AIR0003,AAIR0004,AAIR0006) but there is no screen-exit. How can I add a new filed to standart SAP Screen.Is it possible? If it is possible, how can I do that?

    hi
    yes you can add a search help for a filed on the screen
    but you need to find out for the USER EXIT available for that T-CODE
    because it is a standard T-CODE we can't add code directly to the standard T-code
    1st we need to find out for a user exit and then add code in that user exit
    reward if usefull

  • Send a instant message on the SAP screen

    Dear All,
    Plz explain the process of sending an instant messges on the SAP screen (A small window comes with messge on the screen, irrespective of the transaction we are in)
    Hope i am clear i want.
    Regards
    Madhu

    If u have authorisation of sm02 then fine , or else , u can use SBWP , for the same purpose
    Execute SBWP, and create  a new message and while giving the receipient name , also tick the box of of Send Express , it will immediately flash on the user terminal.
    AVS

  • How to change the color of SAP screen?

    Hi Frens,
    I know it has nothing to do with SD Community, but still I am asking. Can anyone tell me "How to change the color of SAP screen?" It is needed especially when you are working on System Landscape including PRD, Qua & Dev. There are chances that you end up making a test case in PRD instead of Dev or Qua. To avoid that, different color of SAP screen may be very useful and safe.
    Regards
    Vikas Chhabra
    SD/CIN Consultant

    We had a clone of SAP for testing
    Only GUIXT solution was available for users to distinguish between real Prod & Clone as SID was same
    Created 2 scripts n C:\guixt\scripts
    saplsmtr_navigation.e0100.txt
    Esession.txt
    BOTH having identical code
    if V[_ashost=10.3.3.18]
      TitlePrefix "CLONE18"
      TitleSuffix "(CLONE8)"
    endif
    if V[_ashost=10.3.3.25]
      TitlePrefix "PROD25"
      TitleSuffix "(PROD25)"
    endif
    After much research - this was only solution.
    GUIXT will be around; like SAPSCRIPT & SMARTFORMS
    despite the enticement of Adobe Forms!
    After some time you may set GUIXT profile start window HIDDEN
    This you do by clicking profile button of GUIXT menu
    If you want to see GUIXT Window again
    CMD.exe Dos prompt
    cd C:\Program Files\SAP\FrontEnd\SAPgui
    guixt visible
    Regards
    Jayanta Narayan Choudhuri
    Kolkata
    URL: http://ojnc.byethost11.com

  • How to populate a field in a standard SAP screen through FMs and Workflows

    Hello Everyone,
    I have a requirement in which I have to populate a field in an standard SAP Screen.The logic for finding the value of the this field will be done in a new FM and this value has to be passed to this field on the standard SAP screen through workflow.I am new to workflows and need some quick help.Kindly let me know the basic steps I need to follow to realise this requirement.
    Thanks,
    VP

    Hi,
    You can create the task in the workflow which contains the method in which you set the value of the field in standard screen using set parameters id and the aprameter name attach to the field

  • How to view current  date and time on SAP screen

    Hi Everybody,
    How to view current  date and time on SAP screen .I have set time zone in T-code STZAC.now iam getting correct date n time in my tranctions but i want to check without any tractions
    Plz repay,Regards,
    Sadik.

    Hi,
    You can check the time by running a report .
    It will show the database and central instance time : Report name :rsdbtime
    Thanks and Regards
    Vijay kumar G
    Edited by: vijay kumar gopal on Mar 4, 2008 1:09 PM

  • Maximum size of a SAP screen ?

    Hi,
    for an ALV OO grid a need to maximize the SAP screen, container and ALV grid depending on the screens resolution.
    Some people do use widescreens, other ones use normal screen. The ALV report should be maximized for both type of users.
    Is this possible ?
    regards,
    Hans

    Yes it is possible.
    try to Copy the same screen or  Change the screen attributes to similar to the program and screen mentioned.
    Program:          SAPLSLVC_FULLSCREEN
    screen number: 500
    Lines/Columns   Occupied 200   240
                    Mainten. 200   240
    and in the screen layout
    For custom Controll you make the Height 240, Vis.length 240 , Height 200
    then it will be a fullscreen.
    so for every one it appears as Full screen.

  • The Error doesn't display file on the SAP screen

    Dear experts!
    Now, I'm getting some Issues about displaying file on SAP Screen use 2D Viewer or 3D Viewer.
    - The first, I Created document for WBS.
    - Second, I want to display the file on SAP screen. But the system opened it's by an application on client.
    How do I have to do?
    Help me, please!
    Best regards, Huy

    Hi,
    As I understood you attached a file to WBSE and that file
    is not showing in the project structure.In standard it doesn't show
    in the project structure. With DMS & CAD (2D,3D viewer) integartion it is possible to
    display the document in SAP screen.
    If my understanding is wrong you can elaborate your post and do revert.
    Regards,

  • Input data to the standard SAP screen .

    How to input data to the standard SAP screen . ?
    i am using BADI HRHAP00_ENHANCE_FREE to add some functionality to the screen of transaction PHAP_CREATE.
    =================================
    i am calling this FM 'F4IF_INT_TABLE_VALUE_REQUEST'
    in the BADI and i have to update the fields in the screen of the main program which is calling this BADI (HRHAP00_ENHANCE_FREE).
    This BADI is called at the button click .
    ZOBJECT_TABLE is a Z- table with values out which we have to select the value.
    and the value should be filled in the screen field as we select the record from the help.
    ====================================
    the screen is SAPLHRHAP_UI_DOCUMENT -
    SCREEN  3100
    The elements doesnt even have parameter ids .
    please suggest me how can it be done
    thanks in advance .
    Naval Bhatt

    Hi,
    I have solved the problem and my work is done properly.

  • Problem with SAP Screen

    Not sure if this is the correct forum.
    Okies, a user of mine has a problem with her SAP screens. It seems that she can't view the full screen of CJ20N She has to drag the window bigger to be able to see the content. She uses this window in a split monitor view, i.e. some of the applications are displaying on the laptop window while other applications display on the monitor.
    Details of her SAPGUI:
    Release 640 Final
    File version: 6404.4.16.1015
    Build: 774474
    Patch Level : 16
    Do note that her primary monitor (notebook) is always set to 1280x800 and the secondary monitor is set to 1024x768. Anyone encounter this problem before?

    Hi,
    This is problem with windows screen resolution. Better to use, maximum supported window size and make sure to use same size for both the screens.
    Regards,
    Ganesh

  • Version management for SAP Screens?

    Hi,
    I need to do version comparison  for sap screens .
    My source system is R/3 4.7 & Target system is ECC 6.0.

    For front end SAPUI5 CODE in Elipse or RIVER RDE you can use GIT which is pretty standard way of doing code management. Once you push the code to GW it is in BSP and then you dont have much control on the version management side. If there are multiple developers working on front end code then you can push to GW using ABAP Team Provider plugin in Eclipse that pushes the sapui5 code to BSP via workbench request and once 1 developer is done then he/she will submit the code. the next person then does the GET from GW into their Eclipse to get the latest version of source code. But if there are 10 changes to the sapui5 code then on front end side you should use GIT or BitBucket or MS Team Share kind of source code control tools that integrate with ECLIPSE.
    For oData Service you can do version management in ABAP stacks. you can have multiple versions for your service and then deploy to prod the one that you are sure of. Std change management can be used for backend GW service development.
    thanks
    Ashish

  • How to change the GUI title of a standard SAP screen

    Hi Gurus
    Could u pls help me on this
    I want to chnage the GUI title of a standard SAP screen without modifying the standard code.
    Thanks in advance
    Regards
    Swatantra

    Hi Vijay,
    Without a Modification, this will not be possible. If you're very particular about having your title, then is there any reason for avoiding modifications of SAP objects ?
    Regards,
    Anand Mandalika.

Maybe you are looking for

  • Validation Issue - urgent

    Hi experts, I am facing a peculiar issue with Validation Check, in Process Control. I have done the following: 1. set the Validation Top account, in my AppSettings 2. Enable SupportsProcessManagement - in appropriate scenario 3. Manage Submission Pha

  • How do I get jpegs to associate with Photoshop CC 2014?

    I uninstalled PS CC before installing PS 2014.  I have now uninstalled PS 2014 and Bridge and reinstalled.  Bridge associates jpegs with PS 2014 as the default program but anywhere else I can't get them to associate.  I've tried "Open With" and it do

  • Logic Pro X additional content will download but won't install

    Hi, I have Logic Pro X (10.0.1) installed on my 2012 Macbook Pro i7 2.6Ghz 8Gb Ram. I am able download the addition content but now just hangs & it has only installed the producer patches, surrond reverbs, garage band 11 sounds & instruments & the ja

  • Print gets cut off C4280

    I am sending from a hospital - we have purchased a Photosmart C4280 All in One Printer - The printer has now started cutting off the 4x6 print - we print all our specimen pictures from a SD card - It's like the picture gets cut off - the date is part

  • Offset incoming payment without superuser role

    I would like to give one user to do incoming payment and to directly offset with outstanding AR invoice but I don't want to give them as superuser. Try to play around with the authorization but cant find any, even you set the user not as superuser bu