Custom Report Needed

Hi,
One of my client needs the custom report as follows . The report should display the  MONTHLY SALES QTY ,  AVAILABLE STOCK  AT THE ENDOF THE MONTH  for an Item by Warehouse or Location. The format is like this
                                   Item1                                                                         Item2
                  Monthly Sale QTY,   Available Stock                Monthly Sale QTY,   Available Stock   
WHS-1                     x                         y                                          x                               y
WHS-2                     x                         y                                          x                               y                        
WHS-3                     x                         y                                          x                               y
if any custom query or XL- Report available , plz reply me .
Regards,
Srinivas

Hi Srini,
Check the thread,
Re: SALES REGISTER QUERY
Customer Aging report query
aging query
Regards,
Madhan.

Similar Messages

  • Custom reports needed in excel format..12.0.6

    Hi
    we are on 12.0.6
    All of our custom reports are defined with output format of pdf at the time of defining executable and program from sysadmin
    Now there is a need by our costing department that they need all the finanical related reports in excel format
    we tried converting the pdf to excel but format variation is too huge and to no use
    how can we make it possible that reports come in excel format directly
    there r seeded oracle reports, which when viewed after running, open in excel..they have output format defined as XML i guess
    Please advice
    Rgds
    Muhammed

    Hi,
    Please see this thread.
    XML publisher output report in excel format
    Re: XML publisher output report in excel format
    Thanks,
    Hussein

  • Inactive Customer Report - need help!

    I need to create a report to show inactive customers based on their invoice and order history.
    It needs to show a list of customers that:
    1. havent got an invoice on thier account between a certain set of dates
    2. have no open orderr
    We use queries and XL reporter. Anyone have any ideas?
    Thank
    Lucie

    Hi Lucie,
    how about something like this:
    select distinct t1.Cardcode, t1.cardname from OCRD t1
    inner join OINV t2 on t1.cardcode=t2.cardcode
      inner join ORDR t3 on t1.cardcode=t3.cardcode
    where t2.createdate not between '2011-03-01' and '2011-03-02' and
    (select count(t3.docentry) from ordr t3 where t3.docstatus='O' and t3.cardcode=t1.cardcode)=0
    just add SAP user inputs (sorry, i'm lazy for that right now), and i if i understood correctly what you are looking for, this may just as be it
    Regards,
    D

  • I need to add a new custom report to the PSPRCSRQSTDLG page - How ?

    We are moving to FIS 9.0 from 8.4 and I am retrofitting a report. The report in 8.4 is called from the Process Request page and I can't see how to get a custom report to display in this page.
    has anyone done this before?
    Thanks,
    Allen
    DBA -Sonoma State University

    The PRCSRQSTDLG page is the "2nd page" (so to speak) of a run control componet/page which is called when the "Run" button is pressed.
    All you need to do is to create a new process definition for your custom report. On the 2nd tab of the process definition enter the component for the run control page from which the report is to run. Save. When you navigate to the run control page and press "Run" your custom report will now appear on the PSPRCSRQSTDLG page.
    Sue

  • Need to submit custom report when email option chkd and po approved

    Hi All,
    We use R12, our requirment is to submit a custom report when PO is approved.
    Not in all cases we need this. when user select 'Approve' option for a Manually created PO,
    and in the Approval form, when the User selects 'Email' check box and approves it.
    Irrespective of value that is given in email field, when that Email check box is checked and PO is approved, then the custom report should get submitted.
    For this our funtional team is requesting to copy the PO approval Workflow and write a event there.
    But I feel this can be achived in much easier way. But not getting any ideas.
    Can anyone let me know what could be the best and effective way than modifying Workflow.
    Can we do with custom.pll.
    where I would check if the email check box is checked in the box and if the approve button is pressed then to launch the custom report.
    One more doubt, can we get the values that are being enterd in the form. I mean, if the po number is 55, in the custom.pll
    can we get that value into our custom.pll code, which i need pass as a prameter to the report.
    Please through any ideas. Thanks
    Edited by: 834095 on May 4, 2011 9:05 PM

    Pl do not post duplicates - Submit Custom Report in PO Approval Process
    Srini

  • Need to take part of selection criteria out of a custom report (R painter)

    Hi Experts..
    I have a requirement to hide cost elements/group which appear as part of selection criteria on our custom report (report painter) for projects.
    1. Why this appears as part of the selection criteria as i did not find this defined in Edit --> General data selection. (I only found  CO area, Valuation, Fiscal year, Period, and Object in there).
    2. We have found a system performance issue when a user put in cost elements for selection. So I am required to take this out. I thought i can just take this out from General data selection.. If I can't find it in there, where would i be able to do that??
    3. Suppose I would hide this selection by creating a screen variant.. I was looking in SHD0
    but its not working with our Z T.Code...it display the error message "Variants are possible only for dialog transactions"... This does not seem to work with a custom t-code. Then how would I do this ????
    Please help clarify on this ....
    Thanks....
    Monica
    Edited by: Monica Kong on Aug 24, 2008 6:01 AM

    Hi Monica,
    I believe we have an executable report here...
    go to se38 -> enter program name -> click on "attributes" button -> display
    We can see the type as 'Executable' or 'Modulepool'
    generally a selection screen is brought by using keywords 'Parameters' or 'select-options' in Executable programs and with screen in modulepool ..although we can use a combination of both in some cases
    So in your program..
    check for keywords
    'Parameters'/'Select-options'
    The best way to proceed is to press F1 on the field that needs to be removed from selection...note the details
    "screen number" and "screen field"
    (1)By default screen number = 1000  if it is an executable program
    Now see the scrren field ..if it is select-options it will something like field-low or field-high
    so in the report
    search for field for cost center and group with keyword starting as parameters or select-options and comment the same
    Remember to comment tte fields throughout the program since this field will be used in multiple locations
    (2) if it is modulepool program note the screen number , go the program and screen and remove the field from screen painter and comment the fields where ever used in the program
    Also note that using screen variant is a good option but done if user needs specific settings on a report or we need the original report as it is plus additional report with few variations
    Hope it helps
    Pls check and revert
    Regards
    Byju

  • Help needed regarding custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    You might want to try posting your question to the Grid Control Forum.
    Enterprise Manager

  • Need help in creating custom reports

    hello,
    I am using EM 10.2.0.2 on windows 32-bit.
    All EM components are installed on a single machine.
    Have installed AGENT 10.1.0.5 for managing targets which are on LINUX 2.1
    Please help me in getting the solution for the following queries:
    (a)I need to create a custom report regarding the CAPACITY MANAGEMENT .
    (b)I have some UDM defined but I am not able to use these UDM while creating custom report.
    (c)Also is there any possibility that we can use views other than REPOSITORY VIEWS. What I meant was : instead of using REPOSITORY VIEWS can we use the tables of the target instances.
    Thanks in advance.

    Same post
    Need help on repository views for creating custom capacity planning reports

  • Need to customized report in solution manager but duno which table to pull

    Dear Gurus,
    I need to create a customized report in solution manager to get the following fields:
    1) Message number
    2) Transport number link to the message number
    3) Target client the transport go to
    4) Date/Time of status change to "Consolidate"
    5) Date/Time of transport imported
    6) Date/Time of Email Sent through message when requesting for transport
    Pls, help find the relation tables for the above objects, I'm a developer without any functional help and with no knowleadge of solution manager. Pls, help ASAP!
    Desperate,
    Belinda

    Hi Belinda,
    open the service message application in the Solman.
    Open a service message, focus the needed fields and press F1 for technical details. Try finding the tables by using the      where-used list.
    Cheers,
    André

  • Need to call funtion in stored procedure to run one customized report

    Hi,
    I need to call one function in stored procedure for our customized report. Can anyone please help me in calling the function in stored procedure and provide the syntax for the same.
    Thanks,
    Kalpana.

    Either open an existing report. You'l see so many examples.
    or
    http://www.google.co.in/#hl=en&source=hp&biw=1024&bih=586&q=call+function+in+stored+procedure+sql&aq=1&aqi=g2g-m2&aql=&oq=Call+function+in+stored&gs_rfai=&fp=dbefe777997d3915

  • Need Direction to Edit Custom Reports for Crystal 8.5

    Hi,
    I'm pretty new to crystal and I have the need to edit a few of our custom reports. I have a report called "Summary of Transactions by Dept". This pulls the data and then groups the information by dept. I want to have it pull the same data but with a minor tweak, I need to have it grouped by job.
    I added the "Job" table and then I linked it to a "tran" table. I'm pretty sure I linked the tables correctly, I looked at how the "dept" table was linked and did the same.
    I then changed the groups to group by "job description". When I try and refresh the data I get nothing. Can anyone explain why this happens?

    Thanks for your help guys... I figured out that I needed to "set the location" for the report. It needed to look at the database that the program was looking at. I appreciate the help.
    I have a new problem I am trying to solve. I was able to create the custom report that I needed, but with one problem. The report is a Transaction summary by Job Description report. The issue is that the data being pulled for past transactions is using the current item pricing (past prices were less expensive). This is only a problem if the item existed at another price in the past. So when you total the item cost it shows up more expensive then it really was on some items.
    Ex. Item123
    On 05/01/2008 cost $4.00
    Current pricing for the item is $5.00
    When I run the report for 05/01/2008 - 05/31/2008, asssuming I used 2 pieces. The report generates a total cost of $10.00 (when it really only cost $8.00 because that was the cost at the time of issue.)
    Any idea's?

  • Custom Lifecycle / History reporting needed.

    We would like to be able to report on machine name and User name to see the history of a pc or user. Example: Employee leaves company and lawsuit requires us to attempt to find all PCs this user has ever logged into, what software they had, etc.....
    Thats just an example, perhaps an extreme one, but we would like to be able to track use the data we have to report the entire life of a pc. Does anyone have any unique reports that they can share?
    We are also planning to dive deeper into getting value from ZCM, I would love to hear what other custom reporting you have done in your environment to ease your day to day tasks.

    Originally Posted by jaredjennings
    mrhic,
    >We are also planning to dive deeper into getting value from ZCM, I
    >would love to hear what other custom reporting you have done in your
    >environment to ease your day to day tasks.
    Just to throw into the pile, how long are you keeping history?
    Jared Jennings - Data Technique, Inc.
    Novell Support Forums Sysop
    My Blog and Wiki with Tips, Tricks, and Tutorials
    Main Page - ZENWorks Wiki
    We are currently keeping all data and we have an excess amount to carve into reports. We are working on that end now. We have reports built for specific needs but nothin as advanced as a life cycle report. We had mentioned the idea to a Novell contact and started working out the ideas but he in no longer with Novell after the restructure they had.

  • Need to find All Custom Reports which are based on SAP standard reports

    Hi Specialists,
    I would like to find out all the customized reports which are a copy of SAP standard reports in the client's system.
    For Eg. RPCP11G0 is the SAP standard report which has been customized & it's code has been re-written into a Custom report i.e. ZGBPPYMP001_P11D.
    I would like to know all such occurences in the system.
    Steps already done:
    1) Tried searching with RPR_ABAP_SOURCE_SCAN & RS_ABAP_SOURCE_SCAN.
    Please suggest .
    Thanks
    Abhinav.

    it's only possible with an tool-program
    when your developers have not change the line with the REPORT-command.
    e.g.
    standard-report is RAGITT01
    copy is ZC_RAGITT01 or sth like this
    but report line is unchanged in copy:  "REPORT RAGITT01 MESSAGE-ID AB..."
    solution:
    select all reports from TRDIR/TADIR  from your Z/Y-device classes
    and analyse the reports with
    read report ZC_RAGITT01 into wa.
    and use find for searching 'report-command'.
    and check whether the result of that finding is an standard abap
    hope that helps
    Andreas

  • Urgent : Help needed in Using Hyperion to create a custom reports

    Hi Gurus,
             I am new to Bw my requirement is to use Hyperion to create a custom reports based on the functional specification. this report should be Created based on the data in the BW. I mean the data should come from BW.
    Can any one give a detailed description about how to create these reports. If you have any documents on what is hyperion and the integration of hyperion to BW can you please forward them to [email protected]
    Thank You,
    Reddy.

    Not sure, But ultimately 'Flat file' may be the common interface for both the environments. So i think BW role may stop after crating the flat file in a specific format..
    regards,
    Hari

  • Need custom report on Host Availibility

    Hi,
    I want a custom report on Host Availibility can anyone suggest anything...
    regards
    sudip

    Hi,
    I want a custom report on Host Availibility can anyone suggest anything...
    regards
    sudip

Maybe you are looking for

  • CRM View Deletion and modification for IC agent Account Identification

    Hi Experts, I have created a view copying the standard view from the IC agent Role. The view copied is the Account Identification view. The view has been moved to produciton and was working fine in produciton. Now unfortunately it has been deleted in

  • Bit rates, file type, MP3 encoders, quality settings etc.

    Can someone provide me with or point me to a good explanation of various sound file types and settings and how it relates to sound quality and disk space? I've been importing tunes, recording some streams etc. and I realize I need a definitive source

  • Shutting down on it's own

    My MacBook keeps shutting down on it's own without any notice and it can't be open unless I unplug it if it shuted down plug and vice-versa I changed my batterie about 1 year and a half ago, what would be the cause of this problem ? And do you have a

  • Will Adobe be adding percentage width and height measurements to Muse?

    If percentage measurements were added to the Muse tools it would make Muse simply amazing!

  • My exchange information is wrong, how can I get BT...

    I'm trying to move internet companies, but as BT records are out of date it says my line is something stupid like 6000m (6km) they wont allow me the service till I can get the information updated. I've used third party sites which shows im a minimal