How to get reports in sd

Hi Experts,
In my case reports are not updated in my system,
when i am entered input data but the out put is not available

Dear Lakshmipathi,
In T-code VC05  (list o f sales activites)
I am given the input data
Customer group (i mean Retailer/wholeseller)
Customer/sales prospect
Partner
Employee/sales employee
Created by
Comment
Sales activity type
Start of sls activ.
Sales Organization
Distribution Channel
Division
Sales Office
Sales Group
and i am already updated statistics field in customer matser
Regards,
amar

Similar Messages

  • How to get report in excel format instead of pdf from oracle forms.

    Hi,
    How to get report in excel format instead of pdf from oracle forms.
    Form & Report developer 10g
    report format .rdf

    create a report using report builder.
    call the report from form using the following procedure
    DECLARE
         RO_Report_ID REPORT_OBJECT;
         Str_Report_Server_Job VARCHAR2(100);
         Str_Job_ID VARCHAR2(100);
         Str_URL VARCHAR2(100);
         PL_ID PARAMLIST ;
    BEGIN
    PL_ID := GET_PARAMETER_LIST('TEMPDATA');
         IF NOT ID_NULL(PL_ID) THEN
    DESTROY_PARAMETER_LIST(PL_ID);
         END IF;
         PL_ID := CREATE_PARAMETER_LIST('TEMPDATA');
         RO_Report_ID := FIND_REPORT_OBJECT('RP2RRO');
         Add_Parameter(pl_id,'P_SUPCODE',TEXT_PARAMETER,:CONTROL.S_CODE);
    Add_Parameter(pl_id,'P_INVOICE_NO',TEXT_PARAMETER,:CONTROL.IN_NO);
    Add_Parameter(pl_id, 'PARAMFORM', TEXT_PARAMETER, 'NO');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_FILENAME, 'INVOICE_REG_DETAILS.rep');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_COMM_MODE, SYNCHRONOUS);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_EXECUTION_MODE, BATCH);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESTYPE, FILE);
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_DESFORMAT, 'SPREADSHEET');
         SET_REPORT_OBJECT_PROPERTY(RO_Report_ID, REPORT_SERVER, 'rep_dbserver_frhome1');
         Str_Report_Server_Job := RUN_REPORT_OBJECT(RO_Report_ID, PL_ID);
         Str_Job_ID := SUBSTR(Str_Report_Server_Job, LENGTH('rep_dbserver_frhome1') + 2, LENGTH(Str_Report_Server_Job));
         Str_URL      := '/reports/rwservlet/getjobid' || Str_Job_ID || '?server=rep_dbserver_frhome1';
         WEB.SHOW_DOCUMENT(Str_URL, '_SELF');
         DESTROY_PARAMETER_LIST(PL_ID);
    END;

  • How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR

    Hi,
    How to get Reports for specific User that how many password has been reset using FIM SSPR in FIM 2010 R2 SSPR
    Regards
    Anil Kumar

    Hello there Anil,
    A simple way to quickly get a overview is to look at the request history within the portal environment (note that this will expire in a few day based on your environment, after that you would need to FIM Reporting Module - but you could increase this to
    maybe 60 days to so, watch the DB size).
    To do this you could create some custom search scopes of do some custom queries. The creator of the SSPR activities always has the same GUID so you can use that so search.
    In your search scope you can use the following XPath to play with.
    - All Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and Operation='Put']
    - All Completed Password Reset Requests - /Request[Creator='b0b36673-d43b-4cfa-a7a2-aff14fd90522' and RequestStatus=‘Completed']
    You can play with the "RequestStatus".
    Hope this helps.
    Almero Steyn (http://www.puttyq.com) [If a post helps to resolve your issue, please click the "Mark as Answer" of that post or "Helpful" button of that post. By marking a post as Answered or Helpful, you help others find the answer
    faster.]

  • How to get report of a sequence steps running in STA

    Hello Everyone!
    I am new here and don't know how to post a new question so please reply me.
    I am calling a sequence in STA and cannot get report of its steps. If i run indivisual steps from the sequence than there is report but when i run whole sequence there is no report of steps in it.
    I am using HTML report options and calling functions from a .Net API.

    any help guys..

  • How to get Report Output in csv format

    Hi,
    How can i get report Output in csv format, can any one tell me the word used for output type to get output in csv format.
    i have used XLS output type but it opens in excel format.
    conc.addLayout(appCode,concReqCode,"en-US","US",XLS);
    Thanks
    Babu

    Hi Babu,
    Till now in xmlpublisher there is no method to create file in csv format ,you have to create Excel file and then save it in .csv format.Unless and until ur using BI Publisher in which some work around are possible.
    Thanks

  • How to get report symbol in cube

    Hi Experts,
    In one of my cube not showing report symbol (only for new request) so how to get the report symbol.
    Regards,
    Siva

    Hi there,
    Do you see the status of the request as green (green icon)?
    If so, but still don't see the report symbol, that's because you probably have aggregates in that InfoCube that you haven't done the roll up.
    Therefore, go to the tab Rollup and in the request ID make sure you have that last request (you can click F4 and choose it) after that click on execute. You'll have to wait the roll up is finished (can control it under transaction sm37) and afterwords your request will be ready for reporting.
    Diogo.

  • How to get report output on screen as well as in spool?. Spool to be mailed

    Hi All,
    Can any guide the approach for:
    Foreground run:
    Get report output on screen as well as generate a spool. The content of spool needs to be mailed.
    Background run:
    we need to generate the spool and mail the spool contents.
    Am aware of usage of FMs 
    1. GET_JOB_RUNTIME_INFO
    2. RSTS_GET_ATTRIBUTES
    3. CONVERT_OTFSPOOLJOB_2_PDF
    4. SO_DOCUMENT_SEND_API1
    Regards
    Raj

    Hi All,
    I had solved the issue by having two separate blocks for processing based on mode of execution.
    Background:
        1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
    Foreground:
       1.  Initiate spool
        2. Write the summary
        3. Close spool, build PDF and mail the same.
       Write summary again (for display on screen).
    Regards
    Raj

  • How to get report Server Name and Environment ID in Report

    How to print report Server Name and Environment ID in Report 10G.(Through in package or others)
    I'm also using Oracle Application Server 10G.

    Hi,
    Server and envid are the parameters passed along with Reports URL call.
    These variables value can be traped in Report by defining SERVER , ENVID named user parameters.
    Once trapped, can be printed on Report.
    Just ensure that these users parameters are not exposed to Parameter page, otherwise user may end up changing it.
    Thanks

  • How to get report title in the program

    I want to get report title in the program for changing it according to different case. thanks.
    Moderator Message: Basic Question.
    Edited by: kishan P on Sep 15, 2010 10:05 AM

    Use the system variable SY-TITLE.
    if this = that.
      sy-title = 'this and that'.
    else.
      sy-title = 'something else'.
    endif.
    Regards,
    Rich Heilman

  • How to get reports

    Is there an interface where we can see logs of books downloaded with time and charges made by adobe ?
    So we can reconcile the downloaded books with the orders.
    Also the authours would want to see a third party report for how many books were actually sold.
    Thanks
    Sanjay Jindal

    The operatorClient allows you to get a summary or list of transactions logged on the Adobe Signing servers.  This is what you will be charged on.  For the list of transactions on your own servers you can either use the admin Web APIs to extract the data, or since the database is yours you can make direct SQL queries to extract the data (or use any number of DB reporting tools).  The full schema for the database is in the the Technical Reference.

  • How to get reports cumulated balances? need help please

    Dear all,
    I need your help please in this issue.
    I am creting a report using reports designer in oracle, well the fact is i don't know how to do the following:
    if i have for example in the report the following to be diplayed :
    Date Amount Balance
    25/5/2011 2000
    27/5/2011 5000 should be calculated and equal to 2000+5000=*7000*
    28/5/2011 4000 calculated and equal to 7000 + 4000=*11000*
    29/5/2011 1000 calculated equal to 11000 + 1000 = 12000
    what is the method so i can get the balance values calculated 7000, 11000 and 12000? what do i do? any hints please
    thanks for your help

    Using analytic function can be done through query as below...
    SQL> SELECT EMPNO, ENAME, SAL, SUM(SAL) OVER (ORDER BY SAL ROWS UNBOUNDED PRECEDING) RUNNING_BALANCE
      2  FROM SCOTT.EMP
      3  /
         EMPNO ENAME             SAL RUNNING_BALANCE
          7369 SMITH             800             800
          7900 JAMES             950            1750
          7876 ADAMS            1100            2850
          7521 WARD             1250            4100
          7654 MARTIN           1250            5350
          7934 MILLER           1300            6650
          7844 TURNER           1500            8150
          7499 ALLEN            1600            9750
          7782 CLARK            2450           12200
          7698 BLAKE            2850           15050
          7566 JONES            2975           18025
          7788 SCOTT            3000           21025
          7902 FORD             3000           24025
          7839 KING             5000           29025
    14 rows selected.
    SQL> -Ammad

  • How to get report for cost estimates material cost only

    Hi Gurus,
    We have requirement in sales order costing that we need to develope report which shows only Material cost for all BOM levels.
    Normally at lower levels cost of Material and activity cost will be treated as Material cost for next level. Here I want to consider only material cost not activity cost at lower levels
    Pls suggest the logic and tables for exploding BOM and fetching material cost only.
    Thanks
    Sneha

    Sneha
    If you tick the "Roll up" indicatorfor each cost component  in Cost Comp Str OKTZ, then overheads do  not get added to the material cost... This is my understanding about it.. Is it behaving some thing different in your case??
    br, Ajay M

  • How to get Report Builder to print a section on the same page

    I have a section of my report that is three bands. A header
    band, the detail band, and a total line band. Sometimes this
    section will get split up and print part on the next page. So
    basically I need for this section to print on the same page. I know
    that I could insert a page break right above the header, but this
    will make my report way longer than it needs to be. I have also
    unchecked "split allowed" for that band also but that didn't make a
    difference. Is there some way to group three bands together so that
    if it is two big to print the section on the current page then
    print the whole section on the next page. It is driving our
    accounting lady nuts because when she likes to verify that the
    totals are coming out right and sometimes she has to flip over to
    the next page to continue calculating.

    you need to create a multi-instrument in the environment next to your audio-instrument,then push a cable from there to your audio-instrument.in the arrange window your multi-instrument will appear in the window where you select the track-type next to the audio tracks, audio-busses etc. these midi tracks now trigger your vsti on the selected midi channel.you have to record your midi now on these tracks and not on the audio-instrument track,because there you only trigger its own channel. i hope i explained it well but i think you have understood what i ment.

  • How to get report for deleted line items from sales orders

    Dear FRIENDS,
    please infirm the t.code or report for viewing the deleted line items from sales ordrers.
    Kindly do the neeedful.
    regards,
    N.M.PAWAR

    Hi,
    With transaction SE16 you can view table CDHDR for header changes and
    CDPOS for item changes. This includes deletion.
    OR
    GO to VA03 - Display Sales order -> Put order no : don't press enterbutton. -> Go to Enviornment -> changes -> You will get details
    Date ItmNo. SLNo Action
    Hope this help please close the thread if answers

  • How to get report parameter in XML file

    hi all,
    i have created report with 5 parameters.i want report parameter to be linked with
    template.
    parametres should be displayed on output.
    how to do it.
    anyone help pls.
    thanks
    rajesh

    Hi,
    Parameters appears in final XML file : It's describe in the XML Publisher Administration And Developper Guide.
    You can use <?PARAMETER_NAME?> in your RTF file for example.
    Documentation extract
    parameter Attributes:
    • name (Required) - the parameter name that will be referenced in the
    template.
    • dataType - valid values are: "character", "date", "number"
    • defaultValue - value to use for the parameter if none supplied from the
    data
    • include_in_output - whether this parameter should appear in the XML
    output or not. The valid values are "true" and "false".

  • How to get Report Data of bigger Memory through BI PublicReportService

    Hi all,
    I am trying to get a BI Report which contains large chunks of data , more than 15 MB of data through a Composite .
    I have created a Composite and using /xmlpserver/services/PublicReportService?wsdl">https://<hostname>/xmlpserver/services/PublicReportService?wsdl (https://) 's runReport operation to invoke the data.
    I have set the value of sizeOfDataChunkDownload as -1 in the input XML.
    When I try to invoke the PublicReport Web Service, I am getting errors like timeout exception , outof Memory Error.
    Kindly suggest me if its possible to get such huge report and whether this is the right operation and right way to get the report.
    And also if there is any alternative method to get large chunks of report.
    Thanks

    Go to Report properties -> Formatting -> FO Processing -> Enable scalable feature of XSLT processor -> YES
    If your server has multiple processors then use "Enable multithreading" to YES
    Restart BI application and test
    regards
    Jorge
    ps. If this answers your question then please mark this answer as "Correct" or else "Helpful"

Maybe you are looking for

  • Error in Central Management Console CMC

    I have just loaded a new report through CMC and I can preview a report just fine I try and schedule it and I get Error in File C:\Program Files\Business Objects\BusinessObjects Enterprise 11\Data\procSched\sbssrv.reportjobserver\~tmp30fc56c42ec5e80.r

  • Suggestions for new (used) machine

    Hello group! I'm finally able to move up to an intel machine and FINALLY get up to L9 / Snow leopard. I'm turing to you all for some guidelines as to what machine to get. My studio world is pretty simple: Logic, a couple 3rd party plugs (soft synths,

  • How do I put my music from the computer library to my iTunes library?

    I got a macbook pro for christmas and previously I had a toshiba. I would place my music in the folder labeled music (Which in the finder or start button). Now that I have the mac my music won't play unless it is in iTunes and I can't figure out how

  • How can you block a URL from access?

    This URl (http://reduled.info/3131) keeps coming up as mal in Avast. Can a specific URL be blocked?

  • Finder Screen sharing Unavailiable

    I have a Mac mini and right now I'm on a Macbook. When I go into Finder, I CAN see the Shared menu, that's not my problem, but what is unavailable is the option to Share Screen. While on the Macbook, I can see the option to Share Screen with my Mac m