SAP Graphics

Hello;
I am planning to use graphics related fm.s to display data. Is it possible to display two different data sets in a single graphic? That is i will have one x-axis and two y-axis at different ends of the graphic.
Thx in advance
Ali

Hello,
Check this thread
Re: to generate graphs in sap
Vasanth

Similar Messages

  • Hide Legend in SAP Graphics

    Hi all,
    I am using SAP Graphics, and now I have a line chart of which I want to hide de legend.
    I know which objects I have to use and which attributes I have to change, but my problem is, which value makes the legend desappear? (The <i>none</i> options when I functionally double click at the legend).
    For more details...
    I am using this piece of code to set the legend to the right side of the graphic, but instead of setting the legend to the right side I want to choose the <i>none</i> options for the lengend. Does somebody knows the value? I already tried the values from 1 to 9, for which I get locical options, but from 9 upwards no value sets the legend to the default value.
    call method bundle_display->if_customizing~set
               exporting attr_id = cl_cu_display_context=>co_pt_alignment
        value = '4'.
    call method bundle_drawing->if_customizing~set
                exporting attr_id = cl_cu_drawing_area=>co_legend_context
                                  value = bundle_display.
    bundle_drawing is an instance of class cl_cu_drawing_area;
    bundle_display is an instance of class cl_cu_display_context;

    Hi Indrajit and hi Abhy,
    The pdf you refer I already have, and it was very helpful, but the problem is that I can´t get from nowhere the possible values for an atribute. The only values in this pdf are for colour.
    I already noticed, that whenever functionally there is a square of options, the rule for the abap values is counting from 1 upwards.... but for the legend alignmente options it only works until 9...there are two  options, which I supposed to be 11 and 12, one of the options is the "none" (No Legend) option. I am not able the get this options on coding.
    Abhy,
    the link you send is nice, but I didn´t found what I need...but I going on searching.
    Does somebody else can help me?
    Thanks,
    MPM

  • SAP graphics data error

    For one the IAC component when i run it from Portal(SAP HTML Gui)  I am getting "SAP Graphics data not supported" error. Is there any property i should set in ITS. but when i run it as SAP Gui for windows it works fine. Did anyone encounter this error. Thanks for you help

    Hi,
    Is your problem solved? I am also facing same problem. Can u share the solution.
    Thanks and Regards,
    Amit

  • SAP Graphics and IGS

    Hello all,
    Lately I've found out about SAP Graphics and thought that it might be useful in future for me, so I've decided to learn it. I've found "User's Guide" and "Programming interface" PDFs, but I've also found information that this is obsolete technology and instead IGS should be used. Is it like this that it makes no sense to learn SAP Graphics, that IGS covers all of its functionality with some additional benefits? I would appreciate all comments.
    Best regards
    Marcin Cholewczuk

    Hi Maria,
    a bit more details from your system would help me finding out why the IGS doesn't start. But in my opinion this has nothing to do with the database issue. You may find some information in the stderr or sapstart log files in DIR_HOME.
    Regards
    Matthias

  • Demo Reports for SAP Graphics - T Code "GRAL"

    Hi Friends
    Greetings for the day...
    We are in the process of developing SSO for our customer. Wherein, SAP R/3 being used as backend and EP as front end.
    having limitations to develop Pictorial views, trend analysis etc for report generation, we thought of using - <b>Demo Reports for SAP Graphics - T code GRAL.</b>
    infact, we have started exploring the possibility to use them, however, I need an expert comment from seniors who has already implemented those graphics.
    In this regard, what I request
    <b>1. How far useful to utilise them?
    2. Avaialability of BAPIs to develop incase not following the demo graphics?</b>
    If any clarifications are required, I welcome to answer ur queries.
    Thanks in Advance
    Sudhakar
    Hi Friends,
    does any one used the demo graphics? hands on experience?
    Message was edited by: Sudhakar Pappu Rao

    Hi Kai gutenkunst
    Thanks a lot for your information. would be highly obliged if  you can clarify the following
    1.  Will this XML charts accepts inputs from RFC?
    2.  Can we call this charts in Webdynpro?
    Please note that these charts are meant for tracking progress ie Planned Vs Actual data of Projects. all the input values are dynamic.
    Thanks in advance
    Regards
    Sudhakar

  • Using OLE transfer SAP Graphics into Word Doc

    Hi,
    Suppose i have a Graphics output.Now i want it to transfer into a Word Document using the OLE/OLE2.whats the procedure to do that.
    Kind Regards,

    Hi,
    check this link in this lin explained step by step proccess.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/204d1bb8-489d-2910-d0b5-cdddb3227820
    And also refer this program RSOLETT1.
    Regards
    swamy

  • SAP graphics to word document transfer

    Hi.....
    here is the problem whose answer i m seeking for.....
    suppose i execute the  graphics program NETZOCX2 and i have the o/p...the graphics is there ...
    now i want to transfer that Graphics o/p intoa word document...is that possible by any chance....
    Kind Regards,

    Prasenjit,
    Check the reply of Kris in this thread
    Re: Insert image in Word through ABAP
    K.Kiran.

  • SAP Graphics + third party software

    Hi,
    We want to use a third-party software www.cardfive.com for printing employee cards. I think it would be simple to get the data from SAP tables. What i would like to know is how to get the images (uploaded via SE78) into cardfive. Will they be in binary form? Which table is this information stored in?
    I searched previous posts of similar topics but could not find a clear solution.
    Thanks and regards,
    Zubair

    Thanks Raja, the function module works. Now I have to make the return value (binary) available to the thirdparty software. Is it possible to do this through a view? i.e., is it possible to add a field in the view for which i can call this function module.
    The other option i was trying is to save the return value in a custom table (infotype). I added a field (BINIMG) in the table and called the function SAPSCRIPT_GET_GRAPHIC_BDS
    in the module pool of the infotype. But i get the following error:
    <The type of "L_CONTENT" cannot be converted to the type of "PA9201-BINIMG">
    What type should this field be in order to be able to store the return value from the function? I tried component type SDOK_SDATX but then table gives an activation error:
    <Field BINIMG (Length >255 for RAW only allowed for non-DB tables)>
    Any suggestions?

  • Quick-Info Text - SAP Graphics - SAP Library

    To add a comment, please log in or register on the top of this page and choose Reply. Please write your comment in English.
    You can also go back to the SAP help page.

    Hi Mr A.
    You can try the following:
    DATA: l_node_text TYPE lvc_value.
    DATA: ls_item_layo TYPE lvc_s_layi,
                 lt_item_layo TYPE lvc_t_layi.
            l_node_text             = 'UR Text'
            ls_item_layo-style      = gs_detail-color_code.
            ls_item_layo-t_image    = gs_detail-icon.
            APPEND ls_item_layo TO lt_item_layo.
    After the above mentioned statement, you may call 'Add Node' method of ALV Tree.
    Regards
    Waz

  • Error no. 4 in SAPGUI during graphic call or file transfer.

    Hi,
    In the landscape there are still 46b sap version, i have some functional queries that when i executes go to the sap graphic screen and it throws with no output. I understand that that it works in ECC version but not for 46b.
    This issue is related to SAPGUI, as i have the latest sapgui installed 710 that works well for ECC.
    But if i input the parameter in sap 46b system , and execute to get the graphic chart i get this:
    The Generation of Graphs for Stock Movements in the MC49 Transaction.
    When you call a hierarchy graphic, the following error messages are displayed
    1. 'Too much data in a table or too many tables defined
    2. E4: error writing to XC pipe: child #1 ( id: STAT ); reclen12
    3. Error no. 4 in SAPGUI during graphic call or file transfer.
    I have also look in to note 316232, 361222, 96885. for this but  this says to upgrade the sapgui,which is already in.
    What is the solution for this.
    Regards,
    Chetan.

    Take a look at this thread.  This may provide you some guidance as it appears that Error has been encountered before.
    [Link Here|Error no. 4 in SAPGUI with Graphics call or file  transfer;
    Regards,
    Zecher

  • Error while importing on local files/queries from Sap Portal EP6

    Hi,
    When i try to import a file from sap portal to the local PC, I get a screen with the header
    "Enter Some File attributes".
    Text displayed in the screen is "Please wait. You will be forwarded automatically. This page had to be included for technical reasons".
    Also I obtain first in the bottom of screen the following message “SAP graphics data not supported” and then “Applet Query.class (1}”.
    I have done these steps to answer thr problem but without success:
    Sap note 688295 :
    -     change file ItsRegistryWGATE.xml (in e.g. c:\program files\sap\its\6.20\config)
    -     search for "<value name="ConfigMonitorEnabled" type="text">no</value>" and change 'no' to 'yes'
    -     call http://hostname.domain.com/scripts/wgate/wgate-restart to reload the WGate configuration file ItsRegistryWGATE.xml
    -     restart
    Sap Note 893567:
    But it doesn’t correspond to us/It asks for SP57 but we’re under SP58.
    We have no Reverse Proxy on ITS, no HTTPS, no SSL.
    Please let me know if anybody experienced this problem before and how to fix it.
    Thanks a lot for your help.
    Best Regards
    Blandine

    Take a look at this blog post,
    http://brainof-dave.blogspot.com/2008/08/remote-certificate-is-invalid-according.html
    Dimitri Ayrapetov (MCSE: SharePoint)

  • How to add an icon to a node in network graphics?

    Hi all,
      Do you know how to add an icon (any SAP' icon) to a node in network graphics?
    Just like a tree can have a leaf with icon (for example, a person icon, a plant icon), can a node in network graphics have an icon also?  and how to implement in network graphics?
      I already studied t-code gral: NETZOCX1
    NETZOCX2
    NETZ_BO1
    NETZ_BO2
    NETZ_BO3
    But no actual output.
    It seems using node type in network graphics can help to determine different icons, could you give some suggestion or examples?
    Thanks a lot!!

    Hi,
      Thanks for you link about SAP Graphics Framework. It seems not very useful in our case.
      Since we are using Control Framework now, there is Tree and Networks in it. Can a node in a network have an icon (such as person icon, plant icon)? I know a leaf in a tree in Control Framework can have an icon.
      Anybody has comments or suggestion?
      Thanks!

  • Is it possible to make a background pic in SAP SCRIPT ..........

    PLS LET ME KNOW IF YES

    Hi
    the background picture can be done easily. Create a window with the size of the whole page. Your Picture should be available as SAP graphic with the correct size and resolution. You may use a BMP or TIFF6.0 format graphics file and load it with SE78.
    Then use the BITMAP command in this new window like BITMAP &PHOTO& OBJECT GRAPHICS ID BMAP TYPE BMON DPI 300 .
    Make a test print. We used this to print a tax form. As background picture we used the BMP Scan of the form. The variable parts are printed in some other windows on top of the background.
    Regards,
    ravish
    <b>plz dont forget to reward points if helpful</b>

  • Graphical editor not working

    Hi,
    SAP Graphical editor not working.  I am getting the following error.
    EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Last week its sucessfully working but suddenly happen this issue... This problem in development server only. In production server is sucessfully working.
    Please advise...
    Regards
    Rajesh.

    Hi Rajesh,
    It looks to be RFC connection issue.
    Refer to various solutions described in below SAP note
    101971 - 37527 Graphical full screen is not available (RFC)
    Alternative
    Workaround
    You can prevent the termination of the RFC connection by increasing the value of the timeout parameter for the relevant RFC destination. Call transaction SM59, choose the TCP/IP connection "EU_SCRP_WN32" and branch to the "Special Options" tab page. In the section "Keep-Alive-Timeout" select the option "Specify Timeout" and enter a longer wait time (for example, 300 seconds). Undo this change once you use the corrected program version.
    Hope this helps.
    Regards,
    Deepak Kori

  • Graphical Screen painter not working in development server

    Hi,
    SAP Graphical editor not working.  I am getting the following error.
    EU_SCRP_WN32 : timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'
    Last week its sucessfully working but suddenly happen this issue... This problem in development server only. In production server is sucessfully working.
    Please advise...
    Regards
    Rajesh.

    This issue is caused by Local network response time delay.
    Solution to fix the issue is to increase the
    time-out parameter to RFC EU_SCRP_WN32.
    You can do it via transaction SM59, change RFC EU_SCRP_WN32 to a higher value.
    Jude

Maybe you are looking for

  • Sender File Adapter Behaviour

    Hi everyone, Could it be possible to create a  XML with plain structure from flatfile that is with out recordset. Eg., my flatfile will be like              name1,age1,sal1 name2,age2,sal2 I have to get the xml as <Recordset>   <name>name1</name>   <

  • Bug report: Wrong As Shot White Balance for Nikon D50 NEF in Camera Raw 7, Lightroom 4

    For Nikon D50 cameras Adobe Creative Suite 6 does not read "As Shot" white balance data whether it's specified or not. It defaults to "Automatic". We have the problem only for Nikon D50 and only in Photoshop CS6, Adobe Camera Raw 7.3 and Photoshop Li

  • Create with Dynpro-Technology an  SAP Transaction

    Hello Experts! Imagine, I want to try create any SAP transaction lets say e.g. SalesDistribution's VA01 or any other transaction with the WebDynpro-Technology. In order to assure the 100 percent guarantee of correctly working of this transaction with

  • Video in video

    I'm trying to work on a video art project where I can play multiple videos in one main window on sort of a grid where they all play together. I've tried picture in picture but that doesn't seem to work. Any thoughts out there and is this to complicat

  • Sony DR-BT22 .::. noisy audio on Powerbook 10.5.x

    I've got a Sony DR-BT22 which pairs fine, but generates lots of unacceptable noise on my Powerbook g4, currently with 10.5.5. It's sharp transient pops and sometimes background static. Peaks seem to occur with audio peaks in various apps from ITunes