How to Show any SAP R3 Report on widget

Hi,
I just want to display any standard report on widget.But i don't know,please any body guide me with some sample code and idea.
Let suppose i want to run MB51 on widget with some default values and the report out will be refreshed on user-defined interval automatically.
Thanks every body.
Regards,
Suman

What do you have so far? Have you exposed the functions as Web Services or created a new web service for the data?
Have you started the widget and finished putting it all together and are just needing help on the actually connecting of the two?
Let us know where you are and what the problem is and we can help you from there - I'm sure you do not want us to just do it for you - you don't learn that way so let us know where you are and we will jump in to help you get past the current problem.

Similar Messages

  • Any SAP standard report is used to retrieve the inventory number based Asse

    Hi all
    Any SAP standard report is used to retrieve the inventory number based Asset ID.
    Please help us to provide the standard report.
    Regards
    K.Gunasekar

    Hi,
    Create the Sort version with field Inventory no, so that you can display Inventory no details in all Asset report.
    You can get "Inventory no" details by including field "INVNR" in Sort versions for Asset reporting(T.code - OAVI).
    Hope this information helpful for you.
    Thanks & Best Regards,
    M.Ganesan

  • How to Show Clob File in Report 6I ?

    Hi i want to know how to show clob file in report 6i
    Regards
    Shahzaib ismail

    In this situation I do not use headers at all. Insted of that I use union in a query :
    select 'Firstname','Salary'
    from dual
    union all
    select firstname, to_char(salary)
    from employee;
    The first record will work as header
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Suneel Vishwakarma ([email protected]):
    Hello,
    I want to generate excel format of my report. I did it using Delimited option but it was not same as it appears in my browser if I choose html format.all the labels repeat with each instance of the row .
    Can you please give me the proper Solution.How should I proceed?
    Thanks & Regds.
    Suneel<HR></BLOCKQUOTE>
    null

  • How to show more than one report in a same Viewer or Form

    Dear all,
    I have develop many reports with CrystaReport XI and I'm using the CrystalReportViewer to show each of them in VB6. My Question is: Can I show more than one report in a same Viewer? if i need to show the report1.rpt and report2.rpt in a same window how can I do it?
    Sérgio Salazar - Brazilian VB developer

    No and Please re-post if this is still an issue to the Legacy Application Development SDKs Forum or purchase a case and have a dedicated support engineer work with you directly

  • How to show more than one report in a same Form

    Dear all,
    I have develop many reports with CrystaReport XI and I'm using the CrystalReportViewer to show each of them in VB6. My Question is: Can I show more than one report in a Viewer? if i need to show the report1.rpt and report2.rpt in a same window how can I do it?
    Sérgio Salazar - Brazilian VB developer

    I once had a project which involved alot of reports and on my mind I had the same idea; to display all reports with only one crviewer but was not able to. Instead what Idid was to create say 10 forms with a viewer on each and if the user wanted to produce extra reports, they had to close some of them. This worked out for me.

  • How to show view tab Main Report and all of Sub Report in one action through Visual FoxPro

    How to show all view tab (Main Report and all of Sub Report) in one action.
    I already know how to show Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Inside the 'MyReport.rpt' it has 2 subreports:
    1. MySubReport_1
    2. MySubReport_2
    I try to show MySubReport_1 and MySubReport_2 together with their own Main Report with this code sample:
    oRptRun=createobject("CrystalRuntime.Application")
    oRptView=this.Parent.oleRptViewer
    oRptOpen=oRptRun.OpenReport('MyReport.rpt')
    oRptSub1=oRptOpen.OpenSubreport('MySubReport_1')
    oRptSub2=oRptOpen.OpenSubreport('MySubReport_2')
    oRptView.ReportSource=oRptOpen
    oRptView.ViewReport
    Did I miss something because there was only view tab 'Preview' (Main Report) shown without view tab MySubReport_1 and MySubReport_2.
    Thank you.

    Your right, there is only one tab to view the report.
    To open the subreports you will need to click on them in the main report. I don't know of a way to open them programmatically like you are doing here
    http://diamond.businessobjects.com/robhorne</a>

  • Any SAP standard report on Asset scrap values?

    Dear All,
    Do you know of any Standard SAP report for asset scrap values? A customer needs to have the scrap values reported and would like the same in summary (asset class level) and detail (individual asset level).
    Help appreciated.
    Thanks and Regards,
    Sameer Aroskar

    Hi Sameer,
    I am sending you the list of all standard reports in SAP for Asset accounting
    Menu Path                                                                  Report
    Asset Balances -> Balance Lists -> Asset                       Balance List
    Balances
    Asset Balances -> Inventory Lists -> Physical                  Inventory List
    Inventory List
    Notes to Financial Statements -> International                 Asset History Sheet
    Explanations for P&L -> International                              Total Depreciation, Ordinary Depreciation,
                                                                                    Special Depreciation, Unplanned Depreciation,
                                                                                    Transfer of Reserves
    DepreciationExplanations for P&L -> International            Write-Ups, Depreciation Comparison, Manual
                                                                                    Depreciation
    Cost Accounting                                                         Depreciation and Interest
    Depreciation Forecast                                                   Depreciation on Capitalized Assets (Depreciation
                                                                                    Simulation)
    Preparations for Closing -> International                         Gain for Transfer of Reserves, Changes to Asset
                                                                                    Master Records
    Day-to-Day Activities -> International                             Asset Transactions, Asset Acquisitions, Asset
                                                                                    Retirements, Intracompany Asset Transfers,
                                                                                    Directory of Unposted Assets , List of Origins Of                                                                              Asset Debits, List of origin of cost elements
    I Hope this will help.
    Award points if of any use.

  • How to show duplicate data in reports

    Hi experts,
    I need to show duplicate data also in my reports.
    1. I have removed Distinct in advance tab in report.
    2. In rpd unchecked the distinct supported.
    still i am not getting the duplicate records. report is showing distinct data only...how can we resolve this...
    Thanks,
    F

    Hi,
    Is BI show
    jan-08 customer 001 amount 200
    or
    jan-08 customer 001 amount 100 ?
    What is the aggreagation for amount?
    If it is sum then it shoud be 200 for amount.
    is there a column in your table that is different for those 2 lines with jan-08 customer 001 amount 100 like an ID or something?
    if yes then add that id in you dimmension table and then in your report.
    In this case you will get those 2 lines.
    There is another way but I know it shoudn't be used. To set none for aggregation rule.
    Regards
    Nicolae

  • How to show paramerts value on Report

    Hello,
    I have created 4 parameters and added the parameters into the Report>Selection Formula>Record and tested the report which is working with no problem.
    How I can print the parameters the users selected on the report? I would like the parameters values selected to print on one of thage page headers selected.
    I have the following parameters:
    ShcheduleNo
    FromItem_ToItem
    FromLocation_ToLocation
    FromDate_ToDate
    FromItem_ToItem, FromLocation_ToLocation, and FromDate_ToDate parameters are setup as Dynamic, and change the value option for range to "true".
    I am using Crystal Reports 12.0.0.683.
    Thanks,
    J
    Edited by: J K on Dec 3, 2008 6:17 PM

    I did that but they don't appear.
    The user will get a prompt to make the following selection
    Schedule Number - A drop down list showing available schedules
    Item Number - This allows from item to item selection.
    Location - THis allows from location to location selection.
    Date - This allows from date to date selection.
    Thanks,
    J

  • How to show Headers in ABAP report

    hii folks,
    plz try to solve my quesions:
    hw to show  two Headers in ABAP report output, like
    eg:
    for first two fields(vendor  A/C no. vendor name ) i have to shw header name like VENDOR  PR. DETAILS & for the nxt following fields(vendor city, state, country)i have to shw VENDOR ADDRESS.(plz gv a exaple)
    2Q) A  INISILIZATION event in report hw many times it triggers.
    3Q) In a ALV report once i double click on a selected record it has to shw its corresponing details.for(DOUBLE CLICK what we use & where i have to defind it)
    thanking u
    sweta.

    1. Please let me know whether it is for Classic list report or ALV.
    2. Initilization is triggered only once when the report is loaded to memmory.
    3.
    3.1.) Declare user_command in events:
    DATA: ls_event type slis_alv_event.
    move 'USER_COMMAND' to ls_event-form.
    append ls_event to gt_events.
    3.2.) Getting cell value ." within the form USER_COMMAND:
    FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
    RS_SELFIELD TYPE SLIS_SELFIELD.
    Check function code
    CASE R_UCOMM.
    WHEN '&IC1'. "--> check your own sy-ucomm once you double click the line item
    Check field clicked on within ALVgrid report
    IF RS_SELFIELD-FIELDNAME = 'EBELN'.
    Read data table, using index of row user clicked on
    READ TABLE IT_EKKO INTO WA_EKKO INDEX RS_SELFIELD-TABINDEX.
    ENDIF.
    ENDCASE.
    ENDFORM.
    For More details, please refer to following threads.
    Re: Drill down report
    double click on cell in alv report
    Regards,
    Lijo Joseph
    *reward if useful

  • How to Insert picture in Database & how to Show this picture in Report/form

    Hi
    I have create a table and want to insert picture in this table in Blob format and also want to show this picture in Form / Reports
    Regards
    Shahzaib ismail

    Hi Shahzaib,
    create table
    graphics_table
    bfile_id number,
    bfile_desc varchar2(30),
    bfile_loc bfile,
    bfile_type varchar2(4)
    SQL> INSERT INTO graphics_table
    2 VALUES(4,'April Book of Days Woodcut',bfilename('GIF_FILES','APRIL.JPG'),'JPEG');
    1 row created.
    In this way you can inserrt picture inside the database.
    Regards
    Rajat

  • How to show select option on report

    Using the excel based bex tool is there a way to show what the user picked in the select-option on the report so when the print it.
    Thanks

    Hi Richard,
    check the "Display text elements"- option in Bex. If I understanf correctly this is what you are looking for.
    Go to "Business Explorer" -> "Layout" - "Display Text elements"
    Regards,
    Michael
    Message was edited by: Michael S

  • How to read any sap note?

    Hi all,
    i have a note number. can anybody tell me how can i read whats there in the note before applying i mean documentatin kind of thing.
    thanks

    Go to www.service.sap.com and in SAP support portal click on SAP Notes search. enter your username and password. then you can search for  SAP Note.
    You would require user id and password to access SAP support /market place.
    If you are already in the project, check with the IT manager of the client to provide one
    SAP Notes help you how to remove known errors from SAP Systems. They include a description of the symptoms, the cause of the error, and the SAP Release and Support Package level in which the error occurs.
    Regards
    Bala

  • How to show the chart(of report header) in drill down tab

    Hello all,
    i have a subreport with a chart in report header,which has drill down functionality, my requirement is the chart should be visible in drill down tab.
    thanx in advance.

    Hi,
    I believe you need to go into File -->  Report Options and select 'Show All Heades On Drill Down'.
    Michael.

  • How to open the SAP BI report without giving prompt on the screen

    I want to open a BI report  through dashboard just by clicking on a button. I don't want user ti get the pop up screen for any login or so. Kindly suggest.

    Hi,
    You can pass the login credentials in the URL itself.
    Lets say you have dashboard "SAMPLEDSHBRD",to launch this dashboard without prompt for any login credentials you can pass the credentials in URL as follows...
    http://<>:<>/irj/........DASHBOARD=SAMPLEDSHBRDT&j_user=<Username>&j_password=<Pwd>
    Rgds,
    Murali

Maybe you are looking for

  • How to hide fields in product master data

    Hi gurus, could you please tell if it's possible to hide fields in Product maintenance (tr. COMMPR01). It's necessary to hide some fields in a standard Set type. Thanks in advance, Sunny.

  • BPM Loop in PI  7.1

    I have an scenerio where I need to traverse through an xml file , and for each node of XML I need to loop with certain operation in BPM . e.g   xml as per the XSD --> Loop through each node --> with in each loop BPM will call a different webservice t

  • Reducing from full screen short cut

    Using Firefox as browser, went to full screen, can't now get back so can't se dock, etc.

  • Multiple Calendar for Customized Infotype

    I want to use multiple calendar use for infotype, 9001. It contains information regarding Visa Expiry and Iqama Expiry dates which are in Hijri Format. Normal calendar is Gorgonian. Is this is possible for infotyple specific fields that we set hijri

  • P-lease help

    is there any way to send an E-mail, or text msg to a fax without pluging in or using efax. an app i can buy?? seams like it should be easy am i missing something?????