It is possible to display a graph in smartforms

Hi,
In report , i am displaying the graph similary i want to   print the graph in smartforms.
Plz give me details .
Wht is spf ?
Regards,
Rani.

Hi Rani,
chech this link..
http://searchsap.techtarget.com/loginMembersOnly/1,289498,sid21_gci1192768,00.html?NextURL=http%3A//searchsap.techtarget.com/tip/0%2C289483%2Csid21_gci1192768%2C00.html
Reward points if helpful..
Regards,
Goutham.

Similar Messages

  • Health app, is it possible to display weight and distance in imperial rather than metric ?

    health app, is it possible to display weight and distance in imperial rather than metric ?

    Hao,
    first of all, you are using a chart which has three options for updates if the chart is "full":
    Strip chart (default)
    Scope chart
    Sweep chart
    These are called "update mode". Test the modes yourself.
    Also you have to know that you will not likely have an integer number of periods of your signal in the display of the chart. Therefore, a continuous signal will "move" the graph from update to update.
    You can implement some algorithm to discard data to maintain a static "trigger" level for display, but as stated, it will leave gaps in the signal. These gaps are not a concern unless you use the displayed signal for analysis (e.g. FFT).
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Displaying a graph in a seperate VI

    I want to display a graph in seperate window (VI) but I also like to
    enable/disable this window. Is there a possibility to switch on or of the
    VI's frontpanel from within the program?
    Johan van Hespen

    Hi Johan,
    There's also the possibility to use a tab-control (You would be in need of
    LabView 6i) . Look for an example in which it is used at:
    FIR filtering using Optional Specs.vi.
    Ronald
    Johan, ik neem aan dat je een beetje te weinig ruimte op je beeldscherm hebt
    om alle graphs te displayen. In dit geval kan het gebruik van de tab-control
    (geintroduceerd in LabView 6i) erg handig zijn. Dat wat je niet wilt
    zien..... Een leuke 3D versie daarvan vind je overigens in 'array and
    clusters' op je controls pallet
    Groet,
    Ronald
    Johan van Hespen schreef in berichtnieuws
    [email protected]..
    > I want to display a graph in seperate window (VI) but I also like to
    > enable/disable this window. Is there a possibility to switch on or of
    the
    > VI's frontpanel from within the program?
    >
    > Johan van Hespen
    >
    >

  • Is it possible to display my measurements on my iPad 3?

    is it possible to display my measurement on my iPad3?
    I am having cDAQ 9191 and NI-9234, I would like to see my measurement on my iPad3.
    Q1: do I need to have a MacBook Pro to do this application?
    Q2: do I need to buy extral license to my Labview developer suite?
    Q3: is there a step by step manual for displaying measurement on iPad3?
    Solved!
    Go to Solution.

    Hi,
    Thanks for your support.
    I managed to apply the example, and tried to access my  measurement Data from cDAQ 9191 with NI 9234 as per attached project and vi.
    Please review it and tell me what is wrong. The problem is after  the Web method connects successfully, I have seen the Web Link icon turned green.  But To link my  Poll to the Graph  indicator I should  select the adorner of the variable I want to link but this adorner never appeared this time on the iPad Dashboard.
    Attachments:
    Ihabs 2nd iPad3.zip ‏43 KB

  • Displaying JavaFX Graph through xml located remotely

    Hi
    I am writing a application which gets a XML file thought URL and parse it and generates a JavaFX Graph.
    i used HTTPRequest and PullParser
    I know due to asyncronous call of HTTPRequest its not displaying the graph.
    I like to know easy and effective way to creating this type of application.
    I use my code in this format
    imports;
    var graphValues:String[]=[];
    def pullParser = PullParser {
    // parse xml and assign to graphValues
    def httpRequest : HttpRequest = HttpRequest {
    //get xml
    def scene : Stage = Stage {
    content: [
               BarChart3D {
    //create graph and display
    }If i need to write the asynchronous code inside stage then how ? sample code will be good.
    is it possible to write in postinit{} block?
    Edited by: rrhegde on Jul 29, 2009 7:14 PM

    Hi.
    One solution could be to put a message "Loading..." as the scene´s initial content.
    Then at the end of the XML reading, You call a function that change the scene´s content to Your chart.
    The function could look like this:
    function changeSceneContent() {
        var myChart:MyChart = MyChart{};
        s.scene.content = [myChart];
    }Another try could be to instantiate Your chart and bind It as the scene´s content.
    var myChart:MyChart = MyChart{};
    Stage {
      scene {
      content: bind [myChart]
    }Cheers

  • Is it possible to display keyfigures in italics format in report output

    Hi All,
    Is it possible to display keyfigures in italics and bold format in report output?
    Thanks,
    Sri Arun Prian

    you can edit the CSS - there is a CSS class assigned to the key figures.... this is for WAD....
    Edited by: Arun Varadarajan on Feb 5, 2009 2:43 PM

  • Is it possible to display only dynamically selected fields in the out put?

    Is it possible to display only dynamically selected fields in the out put? i need to display set of columns in the selection criteria, but in the output i have display only input given fields. because i need to convert it into .csv file. So i have to display selected fields from internal table. In oracle they are using"execute immediate". is there any equivalent in SAP?
    thanks in advance.

    Hi Remya,
    Are you talking about dynamic programming in ABAP ?
    If yes, there are concepts like RTTS which facilitates it.
    Yes, the select query also supports dynamic selection of fields. ( Please care about ( ) in dynamic sql ).
    Do more research on Field Symbols and statements like ASSIGN COMPONENT OF.
    Regards,
    Philip.

  • Is it possible to display Suffix values in ALV Report

    Hi,
    Is it possible to display a suffix value in the output of ALV Report? If so how I can proceed? Please let me know an example.
    Thanks,
    Sekhar.J

    Hi Siddarth,
    I am sorry for the typo. It shold be Sub Script, Not a Suffix.
    Let  us take an example H2O, If we print it in this way it won't be meaning full, So i want to display this like
    H Subscript 2 O. I have a requirement for a column to always to display this kind of values, Is it Possible?
    Thanks,
    Sekhar.J

  • Is it possible to display LOGO in simple ALV list?

    Hi Guys,
    Is it possible to display LOGO in simple ALV list. If yes plz explain in details.
    Thanks
    Sharat

    Yes it is possible to display logo at the top of the page.
    TYPE-POOLS: slis.
    *     Data Decalaration
    DATA: it_vbak TYPE TABLE OF vbak.
    DATA: g_repid TYPE sy-repid.
    DATA: it_listheader TYPE slis_t_listheader,
           wa_listheader TYPE slis_listheader.
    *     START-OF-SELECTION
    START-OF-SELECTION.
       g_repid = sy-repid.
       SELECT * FROM vbak INTO TABLE it_vbak.
       PERFORM build_alv_header.
       CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
         EXPORTING
           i_callback_program     = g_repid
           i_callback_top_of_page = 'TOP_OF_PAGE'
           i_structure_name       = 'vbak'
         TABLES
           t_outtab               = it_vbak.
    *&      Form  BUILD_ALV_HEADER
    FORM build_alv_header .
    *  Type H is used to display headers i.e. big font
       wa_listheader-typ  = 'H'.
       wa_listheader-info ='Flight Details'.
       APPEND wa_listheader TO it_listheader.
       CLEAR wa_listheader.
    *  Type S is used to display key and value pairs
       wa_listheader-typ = 'S'.
       APPEND wa_listheader TO it_listheader.
       CLEAR wa_listheader.
    *  Type A is used to display italic font
       wa_listheader-typ = 'A'.
       wa_listheader-key = 'Date    :' .
       wa_listheader-info ='SAP ALV Report'.
       APPEND wa_listheader TO it_listheader.
       CLEAR wa_listheader.
    ENDFORM.                    " BUILD_ALV_HEADER
    *&      Form  top_of_page
    FORM top_of_page.
       CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'
         EXPORTING
           it_list_commentary = it_listheader
           i_logo         = 'PARI'.
    ENDFORM.                    "top_of_page

  • Is is possible to display quantity field in FBU3?

    Hi,
    Is it possible to display the quantity field in FBU3? We have activated the quantity field for FBL3N but not able to find the configuration to do it for FBU3.
    Please guide.

    Good Morning Everybody,
    The above question still continues...
    {Please Answer}

  • Is it possible to display the static numerals as Hindi?

    Trying to generate a report using XML Publisher, the report composed of two columns.
    Need to display the numerals in English language coulmn in Arabic numerals and the numerals in Arabic language column in Hindi numerals. Currently they both appear as Arabic numerals in both columns
    Question:
    Is it possible to display the static numerals as Hindi as they had been
    entred in the template or not?
    I understood that on generation these should be variables not static.
    I would welcome any input on this issue.
    Many thanks

    Hmm,
    In templates i guess, you can use multiple font text ..
    same is the case here..
    Arabic and hindi, are you using different font for these ?
    if so, are these fonts available in server too ?
    The test displayed can be static or dynamic, but if the server doesn't know which font to be applied, then its going to apply default font for the text.
    At runtime, the server has to known, for this text which font has to be applied. if this has to happen, font has to be understood by server.

  • Is possible to display Country Name in incoming calls?

    Is possible to display Country Name in incoming calls? If number is saved with country code. Attached is the sample as i mean.

    If you need one more column, then you need to expand the field catalog table and data table as you did for all other fields and you need to code the logic to calculate the subtotals and populate the new column, but if you want to have row, that will be easy. For more info you can [refer |http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/4063c42a-2549-2c10-fab6-a8c99d98b9b5?quicklink=index&overridelayout=true]this:

  • Is that possible to display the user selection data in the printable page?

    Hi All,
    I'm going to add a printablepage button on my page.
    Here comes a questions.
    Is that possible to display the user selection data in the printable page?
    For example,
    I have a table in the page,with 10 records.User select 5 of them.Can I display these 5 records in the printable page?
    Please help.

    Hi Yannick,
    Thanks a lot for the information. It worked.
    The portlet data can be accessible using bindings, but parameter name can be different.
    Meanwhile I have got one more scenario, where the Portlet and Task Flow placed in different pages of WCP Application. On change of data in the Portlet the application should navigate to another page where the Task Flow placed and displays selected data.
    Basically I can not use any button for navigation. The navigation should happen once I do some action in Portlet.
    Is this possible? If yes can you please let me know the steps?
    Thanks in advance!
    Somnath
    Edited by: Somnath Basak on Dec 20, 2011 9:41 AM

  • Is it Possible to display the output of the ALV list as POP-UP

    Hi Experts,
                     Is it Possible to display the output of the ALV list as POP-UP, if yes then provide some ideas on it.
    thanking in advance,
    Samad.

    Hi samad, it is possible to display alv list as pop-up by using the FM " REUSE_ALV_POPUP_TO_SELECT"
    try this sample code
    CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT'
          EXPORTING
       I_TITLE                       =  P1_TITLE
           I_SELECTION                   = 'X'
           I_ZEBRA                       = 'X'
      I_CHECKBOX_FIELDNAME          =
      I_LINEMARK_FIELDNAME          =
      I_SCROLL_TO_SEL_LINE          = 'X'
            I_TABNAME                     = 'T_VBAP'
           I_STRUCTURE_NAME              =  'T_VBAP'
           IT_FIELDCAT                   =  T_FCAT2
           I_CALLBACK_PROGRAM            = 'ZTEST_ALV_POPUP'
       IMPORTING
           ES_SELFIELD                   = I_SELFIELD
           E_EXIT                        = W_EXIT
          TABLES
            T_OUTTAB                      = T_VBAP.
    i think it will solve your problem
    Regards,
    Vijay

  • Is it possible to display the entire list in Background ?

    Hi all,
    I have alv report(Oops) , it is grid display and having more than 300 columns , when i execute that report in background i am getting only 132 columns and 65 lines per page, Is it possible to display the entire list , If it is possible then how we can do that? if it is not what is the reason? .
    Thanks in Advance.

    Hi,
    If use Grid in BG u will get o/p In ALV List Itself, second thing is u will get Croped o/p bcos of Print Format 65255 , in this case u have to create/change a new Print Format only for BG jobs like 651000.
    for more info ask ur basis person to create a new print formats in such cases.
    Regards,
    shiva.

Maybe you are looking for

  • Satellite L - Limited acccess to WLAN router

    Hi, My laptop has all of a sudden stopped accessing internet although the wireless is live. It connects with limited access, so annoying. I have called technical for broadband provider and nothing can be done. It is the laptop. When connected says li

  • How do I get rid of Google Custom Search as my default search?

    Every time I start FF it has Google Custom Search in the location bar search box. I have delete it multiple times, but the next time I start FF, it is back in the box. I want Bing as my primary search engine. How do I get rid of the Google Custom Sea

  • IT0210 exemptions not being considered in BSI script

    Dear all, If you have note 1455498 the exemption will not be considered in BSI Interface. To solve it you need to apply SAP note 1466714. Even though you don´t use BADI  PC10_PAY0008. Kind regards, Graziela Dondoni

  • Opening old fonts in CC

    I would like to install adobe CC on my OS10.8.5. I have over 700 fonts in my Library folder from 20 years ( truetype and postcript). Will they be accessible by the CC apps?

  • How to create a custom component in Integrator

    Hi everybody, I'm trying to develop a custom componente for Endeca Integrator, following this guide: http://www.cloveretl.com/blog/creating-your-own-component-in-cloveretl-step-by-step/ but, even if I installed Plug-in Development Environment (PDE),