Commission Report Question

The commission Report is giving me the correct details based on each Sales Invoice and its relevant commission. However what is missing from this report is;
1. There is no TOTAL for the report
2. The B/P Name is missing
How can I change the report since it does not give me the option to use PLD. In any case, I would like to change it for the Screen. (not just the Print)
thanks for your help
Robert

Hi Suda
Can you please give me details how do I access the Query that created this report - where exactly does it reside?
If I locate the Query, I assume that I can use QPLD to print this as a report?
Thanks
Robert

Similar Messages

  • Commission report Query Question

    The inbuilt Commission Report is run by the following query:
    SELECT T0.DocNum, T0.DocType, T0.DocTotal, ( T0.DocTotal - T0.VatSum) As "Net Income"  , T1.SlpName, T1.Commission, ( ( T0.DocTotal - T0.VatSum)*( T1.Commission/100)) As "Sum_Commissions" FROM OINV T0  INNER JOIN OSLP T1 ON T0.SlpCode = T1.SlpCode WHERE T1.SlpName  = N'[%0]' AND T0.DocDate >= '[%1]' AND  T0.DocDate <= '[%2]'
    However, I have a need to change this query to solve a problem:
    If AFTER the Invoices are added to the system, I go back to the Invoice and change/add the Employee Name to the transaction line, the query ignores these additions made. Can I change the query so the Commission Report takes into account changes made to the employees' field AFTER invoices are posted to the system (SAP allowes me to make such changes to the employee)
    In other words I would like the Query to look at the Emploee field AFTER I make changes and give me an updated report.
    i am aware that SAP does not allow changes to the Invoice AFTER posting them to the system but it seems to allow changes to the Commission/Employee field, so I should be able to run a Commission report after I make these changes.
    Thank you
    Robert

    Hi SUDA,
    Yes I mean SALES EMPLOYEE. It seems strange to me as well that this report will ignore the information in this field. I have checked this again and what seems to happen is as follows: Say I have invoice no 712 marked to Employee=Erica and I run the commission report for Erica and invoice 712 correctly appears on the report. Then I go back and change the Employee Name on the Invoice 712 (on each line) to Robert and I run the report again. I would expect that Inv 712 will be included in this report (commission report for Robert) but for some strange reason, IS NOT.
    In fact INV 712 is still associated with ERICA although I have changed the SE to Robert- please check this out?
    Thanks
    Robert

  • Sales Person Commission Report

    What will be a query  to do a sales person commission report which includes Credit Memos?

    Hi Max, welcome to forums.
    Check this thread and see if it helps - Re: Commission Query
    Re: Commission Report
    Credit Memo query
    There are plenty of commission related query threads. You can mix and match to get a result most suitable to you.

  • Sales Representative Commission Report

    Hi,
    Is there any standard report for Sales Representative Commission Report for Professional services.
    regards
    ravi

    to my knowledge there is no standard report as such....u need to gather the requirements and develop a new report in SE38.

  • Commission report

    Hi Experts,
    Do you have any sample of commisson report in SD? Or, any FMs to get commisson? Thanks a lot.
    Yu

    I guess it is Rebates commission report.Then you can use below as ref points.
    VBO3 - Display Rebate agreement.
    Structure          RV13A
    Table Name        BOHEAD
    Field Name        RUWRT_K
    Tables: BOITEM
    etc.
    Regds,
    Bala.

  • Financial Reporting Question - Formula row Issue

    Hello,
    I have a financial reporting question and would like to have your inputs in order to achieve what I am trying to do.
    I have a report with two grids – grid 1 & grid 2. And there is a formula row in grid 2 that is “change between the two years” worth of data. The year and period combination is in the page of the grids.
    Formula row (in grid 2) = ((Grid1.[b,6]) - [b,6]) / [b,6]
    The issue is when I change the Page selection in Grid 1 the formula in grid 2 doesn’t get updated values unless and until I make a change in the grid 2 Page selection too. If I don’t make any changes in the page selection in grid 2 it keeps the data (looks like it is still considering the previously retrieved/calculated values) as it is without any update.
    How can I make the formula row in grid 2 dynamic so that it gets updated no matter what combination of page selection I make in either grid 1 or grid 2 or even if I just change something in grid 1 and nothing in grid 2?
    Please let me know your inputs. Any help is appreciated.
    Thanks,
    Krrish
    Edited by: Krrish on Dec 3, 2012 7:45 AM

    Page POV will be specific to the grid.Why can't you try to have the POV at the report level.In the HTML view of the report,the report will give you a Drop Down to select POV for all Grids.Select All Grids option and then set the POV which will be same for both the grids (which you want) and all your formulas will work.

  • Updateable Report Question.

    Updateable Report Question.
    Currently I am developing an XE application, so I think that is apex 2.0.
    Here is an example of what I wish to achieve.
    Suppose I have an emp table with columns
    dept, id, name and comment.
    I create an SQL report as
    SELECT * from emp;
    I only wish to see the name and comment columns, so in the report attributes I un-tick show the columns dept and id.
    I want the user to be able to update the comment column, So I edit the comment column and in “Tabular Form Element” I change the “Display As” from “Standard Report Column” to “Text Field”
    This now lets me edit the data in the column in the report.
    Now want to add in an on change event to call a javascript routine that will use ajax to do the actual update.
    My problem is that I need to pass in the “hidden” dept and id column values as well as the modified text, thus
    In “Tabular Form Element” – “Element Attributes” add in
    onchange="updateRemarks(#DEPT#, #ID#, this.value)"
    Unfortunately this does not work, apex does not expand the #DEPT# & #ID#, and just passes in the literal text.
    So how can I achieve this?
    Thanks,
    GP>

    The columns and rows have a set format for the Id, so if you know one Id you know the row and the ids of all the other columns.
    As an example, this will show the value of column 6 when you click on any column with the function call in the Element Attributes:
    Script:
    <script type="text/javascript">
    function showCol6(col){
      var col6 = document.getElementById("f06_" + col.id.substr(4,4));
      alert(col6.value);
    </script>Element Attributes:
    onclick=showCol6(this);You could also use a Named Column template, specific to this region, to include the column values directly in the function call, but I think it's best to stick with the ApEx defaults if possible.

  • BEx Variable in Webi Report questions

    Hi Gurus,
    Here is my issue.
    I created a BEx Query 0SD_C03 Cube with following fields
    Two Columns
    One Key Figure:                   Subtotal1
    One Restricted Key Figure:  Subtotal with restriction " Sales Organization 1000"
    Two Rows                             Plant, Sales Organization
    One Variable with Sales Organization.
    When I ran this query in BEx Analyzer I can see all Sales Organization values in prompt list, How ever when I created a Universe and ran a webi query I can see 1000 in the Sales Organization list.
    Is this because I have restricted Key Figure with Sales Organization 1000 in the query?
    I removed my Restricted Key Figure from my query and tried again this time I see some 10 Sales Oraganizations but I didn't see all available Sales Organizations. Does BO Universe LOVs restricte the list?
    Thanks
    Sasi

    Identical entry so this is being closed:
    duplicate:
    BEx Variable in Webi Report questions
    Ingo

  • FORMS & REPORTS QUESTIONS.

    Hi,
    Can any one provide me a good no of Forms and reports question to prepare for the interview ?
    Thanks in advance .

    If I was an interviewer, and 60 seconds to test, I'll ask somme question like:
    What kind of blocks exist?
    How do you build a master detail form ?
    What kind of trigger do you use for field validation ?
    how do you manage graphic homogeneity ?
    how do you build a LOV ?
    Patrick.

  • Supply Shortage Report question

    Hi
    Supply Shortage Report question:
    In my cube I have material, 0calday, receipts and demand key figures.
    Formula for Supply Shortage = Receipts u2013 Demand.
    Users want to see number of consecutive days a particular productu2019s Supply shortage value is below zero.
    Input criteria:
    Date range:
    Consecutive days:
    For e.g. If user enters date range as u201C06/01/2010 u2013 07/31/2010u201D and Consecutive days as u201C4u201D they want to see all the products which have u2013ve Supply shortage values consecutively for 4days or more.
    Can anyone tell me how we can accomplish this in Bex? Thanks in advance.
    Regards
    Sree

    Hi,
    Please check the follwoing option.
    Load the msae data in one more DSO which will be a lookup DSO. In that DSO theer will be a daily load with the date as "Historization Date" which will keep the Current date with every load. In that DSO calculate Shortage Indiactor
    Shortage Indicator 1 if Receipts < requirement.
    By doing this you will be having Data with Historization date (Daily) with an Indicator for Shortage.
    Now while loading this cube populate one Chracteritics a Shortage Counter by doing look up theis DSO.
    You need to Indicator in the DSO with today's date and historization date and you need to add the counter on the basis of avilable consecutive entries by putting a loop for the same.
    By this approach you may achieve your need.
    I hope it will help.
    Thanks,
    S

  • Storage location quantity ABAP report question

    hi experts,
    i want to write a report which can show all the quantitiy base on storage location and i have four questions ....
    1 . has somebody can tell me where i can find the confirmed qty ? is it in VBEP-BMENG ?
    2 . how to know one material in one storage location's available quantity and confirmed quantity and received quantity ?
    3 . has somebody can tell me where i can find the soft commit & hard commit qty fields ?
    4 . is the field in table MARD named UMLME[Stock in transfer (from one storage location to another)] for transfer in or out ?
    Many thanks !
    Carlos Zhang

    Solved !

  • Report questions

    hi all,
             please send me the answer for the following questions,
    1.how to add extra column to the existing report.
    2.how to add new field to existing report.
    regards
    Suprith

    Hi
    for adding the extra field and column for the existing report  you add that field in the structure and put that field in the select statement and write statement.
    i am giving an example for better understanding.
    this is my existing report:
    tables:sflight.
    types: begin of st_table,
           carrid type s_carr_id,
           connid type s_conn_id,
          end of st_table.
    data:wa_table type st_table,
         it_table type standard table of st_table.
    select-options:s1 for sflight-carrid.
    select carrid connid  from sflight  into table it_table
        where carrid in s1.
    loop at it_table into wa_table.
    write:/ wa_table-carrid,
            wa_table-connid.
            endloop.
    this is modified one:
    tables:sflight.
    *----structure declaration
    types: begin of st_table,
           carrid type s_carr_id,
           connid type s_conn_id,
           fldate type s_date,"i add this field into this structure
            end of st_table.
    data:wa_table type st_table,
         it_table type standard table of st_table.
    select-options:s1 for sflight-carrid.
    select carrid connid fldate from sflight  into table it_table
        where carrid in s1."i put that field in select statement
    loop at it_table into wa_table.
    write:/ wa_table-carrid,
            wa_table-connid,
            wa_table-fldate."here i wrote that field
            endloop.
    if you execute this you will get that extra field and extra column for that existing report.

  • Simple Report Question

    Post Author: scott123
    CA Forum: General
    I want to take the information in a simple excel table and recreate it 3 times, each time sorting/grouping on a different columnHere is the tableAnd here is the report that I'm trying to generate (first sorted by name, alphabetically, then grouped by rank, then grouped by size) I'm comfortable working with excel tables in Crystal, but I'm running into a problem repeating the information and then sorting each group separately. I also have no problem doing each group in a single report (without repeating any records), but I'd like to include all 3 groups in a single report.  My apologies for how remedial this question is- I thought for sure that Crystal could do this easily but I've spent a couple of days on this and am running into a brick wall.

    Post Author: pandabear
    CA Forum: General
    That's right Scott, and maybe make them "on demand"
    sub reports so the user only has to see the data they
    really want at the moment.  Gives the report a nice clean look too.
    PB

  • Multiple Column Report Question

    Post Author: LCS213
    CA Forum: Crystal Reports
    I'm creating a student transcript report that has multiple columns, and is three groups deep.  The first two groups need to be in a columnar layout. However, I'd like the third group to contain a subreport that spans the width of the entire page. 
    Are there any options within Crystal XI to do this?  I know in the Section Expert, i can format the detail level with multiple columns, and on the Layout tab, I can select "Format Groups with multiple columns".  But that seems like it either formats ALL groups or NO groups.  Am I mistaken?  Is there a workaround I'm missing?
    Thanks in advance for any help on this issue!

    Hi Dan,
    According to your description, we are not clear about the “6 sections for each Additional task”. Do you mean six data records? If so, based on my understanding, there are three groups and eighteen records in your report. You want to make those records appear
    on eighteen separated pages, right?
    In Reporting Service, we can add a page break to groups within data regions to control the amount of information on each page. In your scenario, you should add page break to group “Sub task”, group “Additional Task” and details. As we tested in our environment,
    add page break to these records, the report appears in eighteen pages. Please refer to steps below:
    1.On Group Properties of Details1, choose “Between each instance of a group” option on Page Breaks page. Please refer to screenshot below:
     Choose same option on Group Properties for group “Month” and “Name”.
    2.Click drop-down button next to Column Groups, then choose Advanced Mode.
    3.Click on Static under Row Groups, set RepeatOnNewPage as True in Tablix Member Properties.
    4.Click Preview, the results before and after adding page break look like below:
    If you still have any question, please post some detail information or screenshot about the report design you expect.
    Best regards,
    Qiuyun Yu

  • Multiple page report question

    My client would like to run a report by project. A project can have multiple sub-tasks and each sub-task can have additional tasks.  Each additional task has 6 sections on the report which all need to be separated by page breaks.  The report
    need to separated by the additional tasks so in the example below I would have 18 pages of reports, grouped by Sub task and Additional task.  How do I group this report to make it work correctly?  Would sub-reports work better - still having trouble
    with the grouping issue as well on those.
    Project
             Sub task 1
                          Additional Task1
                          Additional Task 2
             Sub Task 2
                          Additional Task 1

    Hi Dan,
    According to your description, we are not clear about the “6 sections for each Additional task”. Do you mean six data records? If so, based on my understanding, there are three groups and eighteen records in your report. You want to make those records appear
    on eighteen separated pages, right?
    In Reporting Service, we can add a page break to groups within data regions to control the amount of information on each page. In your scenario, you should add page break to group “Sub task”, group “Additional Task” and details. As we tested in our environment,
    add page break to these records, the report appears in eighteen pages. Please refer to steps below:
    1.On Group Properties of Details1, choose “Between each instance of a group” option on Page Breaks page. Please refer to screenshot below:
     Choose same option on Group Properties for group “Month” and “Name”.
    2.Click drop-down button next to Column Groups, then choose Advanced Mode.
    3.Click on Static under Row Groups, set RepeatOnNewPage as True in Tablix Member Properties.
    4.Click Preview, the results before and after adding page break look like below:
    If you still have any question, please post some detail information or screenshot about the report design you expect.
    Best regards,
    Qiuyun Yu

Maybe you are looking for

  • What is the best way to interface to an iDevice via Bluetooth?

    I am going to be designing a piece of hardware which will interact with an iDevice, (iphone / ipad), via Bluetooth.  I will be enrolling in the MFi program.  It is my intent to stream data from my hardware to an iDevice through a Bluetooth module ess

  • Following Media Files Are Not Optimized For Final Cut Pro

    I'm sure you've seen this before and I've tried to search for a thread on it here and fell asleep, so sorry if this is a repeat. I have edited projects in Premiere Pro (on my PC) and I have tried to transfer them in FCP. It worked with the exception

  • Help with platform game

    I can't solve this for days already... When the hero object dies, the floorObject do not remove completely, such that one of them remains. And the hero object disappears. Thanks for all the help. package           import flash.display.MovieClip;     

  • Apple TV showing only "Summary" and "Photos" under devices.

    My ITunes is only showing "Summary" and "Photos" tabs when highlighted under Devices. No Music or Movie tab, thus I am unable to transfer iTunes purchases to watch on my TV. After reading many posts on this topic, I read this post: "you have your itu

  • Why do i have to use the podcast app in iOS6 since it doesn't work correctly

    I upgraded to iOS 6 and now you cant download podcasts through the itunes app... Now you have to download the podcast app and use that instead, but that wont work correctly for me... keeps hanging and not downloading the actual podcast. Does anyone k