Graphics on SAP Screens

Hi!
I know two ways to make some graphical attractions in SAP screens. These are using 'GRAPH_MATRIX...' functions and using GFW classes. But, as I know, the former one is always opened in a new window and the latter one has no means for printing.
Is there some way to embed the graphics obtained by 'GRAPH_MATRIX...' functions into a SAP screen or to make GFW-based graphics printable (Hope you don't advise to use both; one for displaying and the other for printing)? If not, is there another way for graphics displaying.
Thanks...
*--Serdar
Message was edited by: Serdar Simsekler

Just today SAP posted a new "mini course" in the SDN home page... I don't know if it will help you, but will be my next read when I finish to read all the threads in the ABAP forum.
Here's the link:
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to generate and display svg graphics in abap,%20Part%201.article
(don't know how to put a link here, will be the third thing to learn :P)
I wish it could help you,
Vicenç

Similar Messages

  • How to upload graphic to SAP througth the program?

    Hi everyone,
         Please help me. My point as subject. Because the graphics is different by delivery's batch no.. Whether has any method to be upload graphic to SAP,
    but does not need to each time used SE78 to upload graphic.
         Thanks a lot. My version is ECC 6.0.
    Nicole

    HI Nicole,
                  I think there is also a another way for uploading a graphic but u can use it only for ALV in SAP  u can use the transaction OAER and fill the class name like u can give PICTURES and in class type OT or as per your requirment and then execute (F8) then goto the create->standard doc. types->screen then you will get a pop-up window and select your graphics.In your report you call the fuction
    CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
    EXPORTING
    IT_LIST_COMMENTARY = I_LISTHEADER
    I_LOGO = 'OBJECT KEY'.
    Do this if it's use full for you and also....
    Plzz give reward point.
    Thanks n Regard
    Anirudh Saini

  • Printing Header Along With Graphics on Customized Screen

    I have taken SAP Standard Program 'GFW_PROG_CHART_TABLE' to print Graphics on my screen. I have alse created my Header for the Screen. is it possibe to take a print of my screen with the header also with Graphics.
    How can i do that ?

    By "print of my screen" do you mean screen shot or actually printed to paper?
    Printed to Paper you can try the "Hard Copy" option in your SAP Gui top menu help I believe, it's near the end of the top far right side.
    Screen shot you can just use your "Print Screen" button the keyboard then open up a graphics program and hit paste.

  • 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

  • Is there any other method other than se78 to upload a graphic into SAP R/3?

    Hi,
      Is there any other method other than se78 to upload a graphic into SAP R/3?
    Anita Jeyan

    hi ,
    just use  OAER or RSTXLDMC program
    it will definately help you
    regards
    rahul

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

  • Problem with printing graphics in SAP Script

    Hi,
    I am facing problem with printing of graphics in SAP Script. I uploaded a bitmap file from pc to se78. Then I inserted it in SAP script.
    I am able to view it in the printpreview as well as in the spool number. But it is not getting printed.
    Plese tell me the solution.
    Thanks,
    Srinivas

    You need to check your printer settings.Might be drivers are missing.

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

Maybe you are looking for

  • How to use an external hard drive on a MacBook Air?

    Hi there. Recently I bought a portable USB external hard drive for my MacBook Air due to my full startup disk. I also bought multiple disks for the hard drive. I inserted the disk, hooked up the USB, and did everything properly. When I first hooked i

  • Write on external hard drive

    How to edit foler on external harddrive with NTFS from Apple Air?

  • Why can't I call the function in the swf from the javascript?

    Hello, I have an html file that calls the function in swf file. In the swf file, I registered the function to be called using ExternalInterface.addCallback, as the book says. And I put this swf file in the html file using <object> tag and attempted t

  • IWeb 08 How to display Wallpaper available for Download

    Hello there, I have a photography website www.jussano.com and I would like to make some Wallpapers available on my website, but instead of just displaying the picture, I would like to create a button that would start the download automatically. Does

  • Help required regarding the outbound delivery creation by batch job

    Hi Gurus, We are facing one problem in the outbound delivery creation. The deliveries will be created automatically (using program RVV50R10C) from the existing open sales orders through the run of a batch program for every 5 minutes. The program RVV5