Sales Report - Shipped, Open By Region then Country and so on

Hi All,
We are new to BusinessOne. We have just rolled it out and i have to develop a report in businessobjects using B1 data which resides on sql server 2012. What my requirement is that they need a MTD sales report by customer group, shipped and open.
My question is which tables i need to query to get this information from?
I need all sales that were shipped and are open by customer group for the current month to date.
If i am not clear, please ask for detail and i will try my best again. Thank you.

Hi,
Please use below tables and link as shown below
ORDR and  RDR1 for sales order
ODLN and DLN1 for delivery order
ORDR T0  INNER JOIN RDR1 T1 ON T0.DocEntry = T1.DocEntry left join DLN1 T2 on T2.[BaseEntry]  = T1.docentry and T2.[BaseLine]  =  T1.[LineNum] INNER JOIN ODLN T3 ON T2.DocEntry = T3.DocEntry
Thanks & Regards,
Nagarajan

Similar Messages

  • Sales report ship to party wise

    I want to see the sales report for each ship to pary wise.
    Sold to, bill to n payer remain same.
    Reg,
    Madhu

    For that in VF05 report, you need to have ship to party as one of your selection option which you can achieve as follows:-
    IMG --> Sales and Distribution --> Sales --> Lists --> Set Updating of Partner Index.  Here, maintain the following values.
    Transaction Group      Partner Function
               7                 SH
    Now go to VF05,  click on "Partner function" tab,  select SH and execute.
    thanks
    G. Lakshmipathi

  • Sales report: Profit center wise includes net, gross and sales tax URGENT

    Helllo Friends,
    Please help me on the below report
    Client requirement is: Sales report which includes the below
    1. Profit center
    2. Net sales
    3. Sales tax
    4. Gross sales
    5. Period
    Please help me
    Thanks for your help in advance
    Narasim

    Hi,
    You will have to get a Z report developed for  this requirement, it will be a Sales Register looking at the requirement
    Firstly discuss with the client and finalize the selection screen , based on which parameters the client wants nto check this report
    1. Customer
    2. Billinng Document
    3. Sales Area
    4. Billing Type
    5, Period
    And based on this system can collect all the billing documents (except cancelled) and pick up the required values from the billing document tables.
    Finalize if the client would also like to see the all the discounts, freights, rebate (if any) , taxes (separetly) , exchange rates (exports) and any other condition types, this will save all the modifications in the future.
    Also finalize what all billing types have to be excluded, like cancelled, credit notes, debit notes etc and also how the values have to be displayed, rounded off.

  • MY ITUNES WILL NOT OPEN, IT BOUNCES THEN STOPES AND DOES NOTHING

    how do i make my itunes open up, i click on it and all it does is bounces then does nothing, it isnt even letting me shut down or restart my mac, how can i fix it??

    Force Quit (Cmd+Opt+Esc).
    Repair permissions on your HD (Applications/Utilities/Disk Utility)
    Worst case, download AppZapper and install it.
    Drag the iTunes app from your Applications folder to the AppZapper window and "Zap it" to the trash. You'll need to enter your password to trash iTunes.
    Download and reinstall it from here: http://www.apple.com/itunes/download/

  • Sales Reports with Partial Shipments

    Hello,
    I need to write a sales report for open orders. If the order has been partially shipped, I just need to pull what remains to be shipped and display this total.
    If the order has not been partially shipped, I need to pull the doc total.
    How do I specify if an order has been partially shipped or not? Is there any way to say, "If a line in RDR1 has been shipped or partially shipped, sum the totals of OpenCreQty * Price, else pull DocTotal"?
    I need to display the report in 1 line per sales order.
    Thanks in advance,
    Chris

    Hi Christine, 
    Without knowing the exact fields you are using you should be doing something like: 
    If {TABLE.OpenCreQty} NOT EQUAL {TABLE.Quantity} Then
         0
    Else {TABLE.Quantity};
    NOTE: WHERE IT SAYS NOT EQUAL TO should be LESS THAN and GREATER THAN symbols. They don't show up in here.
    So the If is checking what was shipped with the order's quantity.  If they are not equal then show 0 otherwise show the order's quantity. 
    Now you can do a summary and sum this formula and you should get the proper numbers. 
    Good luck,
    Brian

  • Report on Open PR and PO

    I need standard report on open (not yet closed)  PR and PO. Kindly sugest.

    Hi Balaji,
    ME80FN for PO... in dynamic selection  item level select (delivery completed)
    ME5A for PR.... in dynamic selection select (closed)
    Regards
    Anand

  • Report on Open PO and PR

    Can you suggest a standard report on open PO (Other than ME2M) and open PR (Other than ME5A) which can be downloaded in excel with a good format ?

    Hi Balaji,
    ME80FN for PO... in dynamic selection  item level select (delivery completed)
    ME5A for PR.... in dynamic selection select (closed)
    Regards
    Anand

  • Std profit center report to campare daily sales report from BW

    Hi
    daily sales report (filtred throgh BW using Profit cneters and account groups) need to compare
    with sap  R/3 DATA . kindly update me where i will extract it ( like any s_alr_87..... reports in profit center ?)
    let me clarify my query:
    daily sales report is getting on the basis of profit centers through BW (revenue element and profit center wise)
    where could we compare it with R/3
    thanks in advance
    Edited by: barnabasjh on Jul 1, 2010 7:23 PM

    You can use following:
    1. KE5Z (profit center actual line item report)
    2. S_ALR_87009712 (profit center actual/plan report)
    3. KE5Y (profit center plan line item report)
    Thanks.
    Rahul

  • Getting VFS manager for client J2E_iom_D failed: Activity report (get open

    Getting VFS manager for client J2E_iom_D failed: Activity report (get open activities for current repository and user) failed: Internal Server Error
    I cannot sync with dtr and moreover the tracks which i deleted still shows up in DTR folder and i am not bale to delete it.
    Please help....
    George

    NetWeaver Sneak ...  SP 16:  table PVC_ACTVERSVIEW missing i got answer from this.
    Had to redeploy sda and it solved all probs .it was the prob with WAS...

  • Apex 4.2.1: Region table layout and pagination

    See https://apex.oracle.com/pls/apex/f?p=57688:2
    Theme 24, table-based layout. Page template = One Level Tabs, Left Sidebar.
    All 4 regions are report regions using the report region and 2-column portlet as the region and report templates respectively.
    Regions 1.1 and 1.2 are supposed to be in the same row in different columns so 1.1 has New Grid=Yes and 1.2 has New Column=Yes. Ditto for 2.1 and 2.2
    1. Trial and error shows that simply changing the Pagination of report region 1.1 from None to Bottom-Right causes the layout to shift such that 1.2 moves to a grid row by itself! What is going on here? Surely a "trivial" change like whether pagination is displayed or not shouldn't cause such a major layout change. Am I missing something?
    2. Regions 2.1 and 2.2 stick together. How can we add some breathing room between them?
    3. If the page template is changed to One Level Tabs, No Sidebar, the behaviour changes. All the regions are rendered in 1 column, ignoring the New Column grid layout setting. Why is this?
    4. In general, with all the layout changes in 4.x, I was under the impression that, when using a HTML Table based page template, simply using the New Grid/New Row/New Column, etc attributes on the Region attributes would be sufficient to build pages with intuitive, declarative layouts with arbitrary "boxes" laid out on the page, regardless of the content/region type. But that doesn't appear to be the case.
    Can some CSS expert (here's looking at you, Paul) please share some insights on how all this works?
    Thanks

    VANJ wrote:
    Can some CSS expert (here's looking at you, Paul) please share some insights on how all this works?Hi Vikas
    Regions 1.1 and 1.2 are supposed to be in the same row in different columns so 1.1 has New Grid=Yes and 1.2 has New Column=Yes. Ditto for 2.1 and 2.2With table-based region layout I'm getting a Column number selector rather than a New Column switch.
    1. Trial and error shows that simply changing the Pagination of report region 1.1 from None to Bottom-Right causes the layout to shift such that 1.2 moves to a grid row by itself! What is going on here? Surely a "trivial" change like whether pagination is displayed or not shouldn't cause such a major layout change. Am I missing something? No abstruse CSS here, just Pagination Sub-template and table-less layouts coming home to roost.
    Unlike the majority of report templates, the 2-column portlet report template doesn't have an outer HTML <tt>table</tt> to act as a container for the engine-generated pagination <tt>tr</tt>. The pagination row is thus treated by the browser as starting a new row in the current open table&mdash;the region layout. Having the pagination <tt>tr</tt> injected into the 2-column portlet source turns it into tag soup. The whole thing spectacularly fails HTML validation.
    I expect the official Oracle line is that 2-column portlet reports are not supposed to use pagination.
    2. Regions 2.1 and 2.2 stick together. How can we add some breathing room between them?Add this rule to the page Inline CSS. This will add some space on the left of all region cells except the first in the row.
    .regionlayout td+td {
      padding-left: 10px;
    3. If the page template is changed to One Level Tabs, No Sidebar, the behaviour changes. All the regions are rendered in 1 column, ignoring the New Column grid layout setting. Why is this?If this is the layout shown in your link above then I'm not reproducing it. Can you upload an export of your app and provide a link to it?

  • Selecting any file as 'Open With' crashes the Finder and worse than this...

    This is happening w/ ANY file on my system & quite a pain if I want to open something in quicktime 7 instead of x.... can't do it. So then I open QT 7 & try to open it that way & doing it that way only crashes QT instead of the Finder.
    I just ran DiskUtility this morning..
    So, I open up TextEdit & then try and select 'open file' and again.... TextEdit crash (*further detail below). Apparently, the only way to open my files is to double-click the doc. themselves.
    *When the 'Open' pane comes up, it automatically has the Desktop place selected & then GarageBand & iTunes in the top half (GarageBand selected) & down below it says 'Loading GarageBand songs...' so, it appears to be stuck and I have no choice to select anything else.
    Ideas on what to do?

    coffeemugger wrote:
    how do you move fonts to the desktop... they only 'copy' & it won't let you delete it from 'library'.
    The fonts your looking to drag to the Desktop are in your Home directory. Are you sure you chose /Users/yourname/Library/Fonts?
    coffeemugger wrote:
    if it's corrupt & pinpointing is hard....is there a way to do something to open up permissions for all my software so i can just bail and go w/ the new administrative account w/ out having to do license keys all over again?
    You can do that without worry about licenses or permissions on apps by dragging all the folders within your present Home separately to your new Home folder. i.e. Desktop, Documents, Downloads, Library, etc.
    a friend said in the past people have had crazy stuff w/ more than 1 quicktime version on their puter & they had to rename one of them... but this is affecting more than 1 program & crashing the finder ... but thought i'd throw that in for the heck of it.
    You can rename or delete QT 7. The only problem is that it will probably re-appear on the next update. I'm not sure if it will help though.
    -mj

  • Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Sales Group then add to Distribution list based on Region

    Hey Scripting Guys,
    I have been in and out of Powershell last few years, not that great at it tbh !!! I'm looking for advice on how I can as in Title, Create a Powershell script to Scan Active Directory Attributes for Country and Department ,Then add to Group then add to Distribution
    list based on Region/Country
    I was thinking along the lines of get-aduser -LDAPFilter "(department=SALES France) and adding a where clause for country.
    Any help would be great.
    Dec

    So I have tried a few variations but get errors on both 
    get-aduser -LDAPFilter "(&(department=SALES)(c=us))" | Add-ADPrincipalGroupMembership -MemberOf "testgroup"
    get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADGroupMember -identity "testgroup"
    Add-ADPrincipalGroupMembership : Object reference not set to an instance of an
    object.
    At line:1 char:86
    + get-aduser -LDAPFilter "(&(department=SALES)(c=fr))" | Add-ADPrincipalGroupMe
    mbership <<<< -MemberOf "testgroup"
    + CategoryInfo : NotSpecified: (:) [Add-ADPrincipalGroupMembershi
    p], NullReferenceException
    + FullyQualifiedErrorId : Object reference not set to an instance of an ob
    ject.,Microsoft.ActiveDirectory.Management.Commands.AddADPrincipalGroupMem
    bership

  • Region wise Sales Report / Sales Analysis

    Hi,
             I have a requirement of Region wise sales report. I have searched in the forum and found that I could acheive it through SE16-->VBRK-->REGIO field . I have tried executing the same, but the problem is when ever i am trying to pull up the sales for a particular region the system is giving an invoice number. But when I go to that particular invoice and see the PAYER , the PAYER is in the different region.
             Please let me know which region the system considers at the table level. I mean to ask which region the system considers for a particular transaction.
    Thankyou,
    Rakesh Tummala.

    Hello Rakesh,
    I am facing a similar issue that you are facing.  Yes, there is a region populated on the billing document in table VBRK.  However, depending on how your order entry is configured, the region listed in the billing document isn't necessarily the region the materials were shipped to.  To fine tune your requirement, are you looking for a report where the ship-to address is in a specific region or where the payer or sold-to address is in a specific region?
    If it's the ship-to address in a specific region, you'll need to develop a table join query in SQ01.  Join the tables VBRK --> VBPA --> ADRC.  VBRK is the billing document header table.  VBPA is the partner table where SH (ship-to partner) can be determined and it gives you an address code.  ADRC is the Business Address Services table that reads the address code and provides the address.  In the next step, make sure ADRC-REGION is a selection field so that you can specify the region.  Then, run the query, ensure VBRK-NETWR is an available field so that you can calculate the net value of billing documents for the specified region.
    If it's the payer or sold-to address in a specific region, this is easier since it's master data and not transaction-specific data (remember, your customer service group could be manually changing the ship-to location when creating a sales order, which is why you would need to follow the aforementioned steps).  You can do a quick search for accounts within a specified region then obtain the information in VBRK for the specified payers.
    I hope this information helps you, please provide questions if you need further clarification.

  • Report for open order and shipped qty  summary

    Dear Folks,
               Can any one please help me.
    Report for open order summary Vs shipped quantity
    what are the related programs to it.
    throw some light on it.

    >
    arpita b wrote:
    > Dear rohit
    >    
    >     Iam asking about any report which compares or give details of open order vs shipped qty.
    >
    > Any sis report is available for this?
    Hi Arpita,
    There is no such sis report available. You will have to configure and create two seperate reports and do the comparison.
    If you want, I will send you the list of all T.codes used to generate reports in SD.
    Revert back to me if you need the same.
    Regards,
    Swapna D.

  • Self Updating Report of Open Sales Orders (Maybe Crystal )

    I want a self updating report of Open Sales Order. I want it to refresh constantly. I know that it could be an alarm but it would be executed every # minutes and dont want to. Any ideas ? I dont know Crystal Reports enough but is it posible ?

    Hi ,
    If I were you , I will not be crazy looking at my sales order in every 1 minutes ..I would train my users to check at least 15 minutes.
    I understand what u are trying to do;you  want that customer will see the latest open SO created ..but 15 minutes is good enough time .
    I think you have to check if database size grows up big time ..so far no report has come to me from my clients for this set up .
    make sure you  are not saving an alert into database
    If you are using multiple alerts , I will atleast monitor my database for a while to see i encounter performance issue ..
    So far for one alert at every 15 minutes ..i think u should be fine ..
    Hope this helps
    Bishal

Maybe you are looking for

  • Sender Adapter Module Not Working

    Hi, I have changed an existing Sender Adapter Module code and deployed using SDM. It was working fine but after some days it is not working as designed. Say for an example, the number of pipes(|) in each record is one less than usual number of pipes.

  • How do I keep text in a converted file??

    I want to convert a PDF file that I received as an email attachement.  Can I convert it without saving it first.  It is the type that will let you save a blank form but not the info typed in and I don't want to retype the entire form.

  • TS1368 what is an error 502 and why am i getting it

    what is an error 502

  • Strange issue on newly installed 5510

    Hi all, A couple issues came up after installing our new 5510, a couple sites that uses the same ISP as our's had issues, one where we can email them but their incoming to us wasn't working, and another site we couldn't browse on the web. This all wo

  • Help in tuning.

    I have a column called b_month and I its not an index column. But, in my query I need to apply a where clause on that column with some conditions like this. and extract(month from b_month)=11 and extract(year from b_month)=2007 The table has approx 4