Report  S_ALR_87012167 top list based on amount of overdue items

Hello,
We are using report S_ALR_87012167 (Accounts Receivable Information System).
In this report, it is possible to customize how many customers should be involved in the TOP list, the other customers are summarized in REST.
This works fine.
However, we would like to select the TOP customers based on (OVER)DUE open items amount, instead of total of open items amount.
If a customer has a large amount open, but not (over)due (yet), in fact the customer is not giving problems (yet).
If a customer has a large amount (OVER)DUE, but the total of open items is not in the top of our customers, it is stated in REST, where we would like to see that customer in TOP (with details).
Is there customizing available to change the TOP and REST selection?
Is there another (simular) report that selects customers on (over)due amount?
I know I can choose a variant for report RFDRRE01, but only number of top customers, list sorted by days are and which parts to create are available for customizing there.

I have debugged these programs quite a lot, but it seems to be very difficult to find the correct place. There are lots of source code to be debugged. I just thought that 'Dynamic Selections' is a standard way to handle extra selections and someone could know, a little bit more specific, from where to look for.

Similar Messages

  • Report for PO listing based upon values

    Hi
    I wish to have list of standard reports from which I can have the list of Purchase orders as per below example
    POs upto  INR 10, 00000/-
    POs  INR 10,00001 to 50,00000
    POs USD 10,000$ to 50,000
    Regards

    Hi Samuel,
    There is no standard report in SAP which gives you the report by currency segregation.
    You can use T.code ME2N and in that command there is a button DYNAMIC SELECTION (SHIFT+F4). In that you have options Purchasing Document Header, select the currency (if you want) or else you can run the report and filter out the report on the basis of currency.
    Regards

  • Report for vendor list based on items

    Hi Experts,
                    report format:
    ITEM NAME     ITEM TYPE    VENDOR NAME   VENDOR TYPE
    computer           domestic        abc computers     manufacturer
    computer           domestic        gef computers      dealer
    computer           domestic        jkl computers       trader
    sofa                   import            abc lifestyles       manufacturer
    chair                 domestic         xyz pvt ltd           dealer
    how many vendors are supplying that particular item? item type ? vendor type?
    Help in this query.
    Thanks & Regards,
    Saikrishna.

    Hi Raviraj,
                  Thanks. i just altered this query by giving condition.
    SELECT T1.[Dscription] as 'Item Name', T3.[ItmsGrpNam] as 'ItemType', T4.[CardName] as 'Vendor Name', T5.[GroupName] as 'Vendor Type' FROM OPCH T0  INNER JOIN PCH1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode INNER JOIN OITB T3 ON T2.ItmsGrpCod = T3.ItmsGrpCod INNER JOIN OCRD T4 ON T0.CardCode = T4.CardCode INNER JOIN OCRG T5 ON T4.GroupCode = T5.GroupCode  WHERE T1.[Dscription] between [%1] and [%2] GROUP BY T4.[CardName], T1.[Dscription], T3.[ItmsGrpNam], T5.[GroupName]
    Thanks & Regards,
    Saikrishna.

  • Is it possible to have price list as a function of say item Property?

    Hi, there is a need for our customer to have a price list based as a function of item metal content. For example certain items have 900 grams and others have 750 grams of say copper content. Whenever the price of copper changes or once every month, they would like to recalibrate the price based on copper market price.
    The metal contents is not really variable for different products, it is one of possible say 5 sets of values. 750grams, 900 grams, 1100 grams or 3000 grams etc.
    The question is should I use items properties say property 64 for 750grams one, property 63 for 900 grams one etc.
    If I use the properties, then can I calculate special price based as following function:
    ItemPrice=Base Price + ItemPropertyNN * market value of copper
    Where Item PropertyNN= item Property 64 or Item Property 63 or Item Property 62 etc. Only one of them will be populated for each produce based upon the metal content.
    To summarise : How can I make a price list, a function of item metal content? I thought of above by using item properties, but I still can not make the price list a function of the item property. Is there a way?
    Thanks a million!!

    Hi,
    Item group would be a better way to classify items. Especially for price list.  Try it.
    Thanks,
    Gordon

  • How to download a Block List based ALV report to PDF file?

    Hi Everyone,
    I need to display a report in block list alv format using REUSE_ALV_BLOCK_LIST_DISPLAY... I have done this. But my problem comes next.
    1. I need to download this report to a pdf file in the user given directory - in presentation server. How can I download this in PDF format.
    2. My report has TOP_OF_LIST and END_OF_LIST events. The body of the report contains a table with some material data. There should be 1 table for each material no. There are around 50 records for each material no. So I am looping at the material no. and calling REUSE_ALV_BLOCK_LIST_APPEND.
    Now my problem is that I should have only 20 records in each page. How can I determine this? How do I put a page-break?
    Please anyone help me.

    Hi Anwesha
    You can send the report output to spool using the IS_PRINT parameter of REUSE_ALV_BLOCK_LIST_DISPLAY FM. Then read the spool number generated and pass it to CONVERT_ABAPSPOOLJOB_2_PDF to get the pdf content which could be downloaded to presentation server.
    The splitting of records on count could be done by calling above method with different internal table filtered as per your requirement.
    Regards
    Ranganath

  • How to increase amount of Top List icons?

    I have six icons in my "Top List". I am migrating from Opera and I'd like to take my top list of 16 icons with me. How do I do that?

    Two comments:
    1) This forum is like a Microsoft product. It is very, very hard to post a question. No, I didn't find an answer to my question before. Why can't I post a screenshot in the original question, but rather have to answer myself? Screenshots attached now.
    2) The Firefox browser is terrific! I have used Opera and Opera Mini for years. Opera Mini has display problems because of the way it operates, but works well apart from that. Opera is slow and crashes several times daily. Firefox is a revelation!

  • SSRS reporting with sharepoint list using Distinct and Multivalue parameters

    i want create ssrs report with sharepoint list using ms-vs(2008). i want create Distinct multivalue parameters by using CAML query. There is any way we put CAML query where we use Distinct keyword and IN clause in CAML query... i hope all experts will
    understand my poor English... sorry for poor English.. plz help me

    Hi AsifMehmood,
    Per my understanding you have create an SSRS report with SharePoint list, now you don’t know to create the distinct parameters by using CAML query,  right?
    For the CAML language doesn’t have any reserved word (or tag) to set this particular filter to remove duplicate results, but we can use the custom code to do this function. I have tested on my local environment and we can do that by create one hidden parameter(Param1)
    to get all the values from the fields which will  add the filter and then create another parameter(Param2) to get the distinct values based on the Param1, we use the custom code to do the deduplication.
    Step by Steps information in below thread for your reference to create the parameters and the custom code:
    "How to get distinct values of sharepoint column using SSRS"
    Other similar thread for your reference:
    https://audministrator.wordpress.com/2014/02/17/sharepoint-list-add-distinct-parameter-value/
    If your problem still exists, please feel free to ask and also try to provide us more details information.
    Regards
    Vicky Liu

  • Problem writing a sql query for a select list based on a static LOV

    Hi,
    I have the following table...
    VALIDATIONS
    ID          Number     (PK)
    APP_ID          Number     
    REQUESTED     Date          
    APPROVED     Date          
    VALID_TIL     Date
    DEPT_ID          Number     (FK)
    I have a search form with the following field item variables...
    P11_DEPT_ID (select list based on dynamic LOV from depts table)
    P11_VALID (select list based on static Yes/No LOV)
    A report on the columns of the Validations table is shown based on the values in the search form. So far, my sql query for the report is...
    SELECT v.APP_ID,
    v.REQUESTED,
    v.APPROVED,
    v.VALID_TIL,
    d.DEPT
    FROM DEPTS d, VALIDATIONS v
    WHERE d.DEPT_ID = v.DEPT_ID(+)
    AND (d.DEPT_ID = :P11_DEPT_ID OR :P11_DEPT_ID = -1)
    This query works so far. My problem is that I don't know how to do a search based on the P11_VALID item - if 'yes' is selected, then the VALID_TIL date is still valid. If 'no' is selected then the VALID_TIL date has passed.
    Can anyone help me to extend my query to include this situation?
    Thanks.

    Hello !
    Let's have a look at my example:create table test
    id        number
    ,valid_til date
    insert into test values( 1, sysdate-3 );
    insert into test values( 2, sysdate-2 );
    insert into test values( 3, sysdate-1 );
    insert into test values( 4, sysdate );
    insert into test values( 5, sysdate+1 );
    insert into test values( 6, sysdate+2 );
    commit;
    select * from test;
    def til=yes
    select *
      from test
      where decode(sign(trunc(valid_til)-trunc(sysdate)),1,1,0,1,-1)
           =decode('&til','yes',1,-1);
    def til=no
    select *                                                                               
      from test                                                                            
      where decode(sign(trunc(valid_til)-trunc(sysdate)),1,1,0,1,-1)
           =decode('&til','yes',1,-1);  
    drop table test;  It's working fine, I've tested it.
    The above changes to my first idea I did because of time portion of the DATE datatype in Oracle and therefore the wrong result for today.
    For understandings:
    1.) TRUNC removes the time part of DATE
    2.) The difference of to date-values is the number of days between.
    3.) SIGN is the mathematical function and gives -1,0 or +1 according to an negative, zero or positiv argument.
    4.) DECODE is like an IF.
    Inspect your LOV for the returning values. According to my example they shoul be 'yes' and 'no'. If your values are different, you may have to modify the DECODE.
    Good luck,
    Heinz

  • How create animated power view reports using sharepoint list as a data source in sharepoint 2010?

    Hi All,
    I got a client requirement to create reports using SharePoint List as data source. The report should show reflection depends on values changed (I mean animation).
    I have heard about the power view/power pivot which does this kind of animations in reports.
    Can someone please guide me on creating reports which shows animations
    In power view/power pivot using SharePoint List as data source in SharePoint 2010.
    Thanks in advance.
    MercuryMan

    Hi MercuryMan,
    Yes, Power View, a feature of SQL Server 2012 Reporting Services Add-in for Microsoft SharePoint Server 2010 or SharePoint 2013 Enterprise Edition, is an interactive data exploration, visualization, and presentation experience.
    It provides multiple views featuring tiles, slicers, a chart filter, and a number of visualizations, including cards, small multiples, and a bubble chart. So, we can use Power View to do intuitive ad-hoc reporting for business users such as data analysts, business
    decision makers, and information workers.
    Currently, Power View report only supports two types of data models: PowerPivot Worksheet, and data models based on Analysis Services Tabular Model or Multidimensional Cube.
    In your scenario, you can create PowerPivot worksheets using SharePoint List as data source, deploy the PowerPivot worksheet to a SharePoint Library or PowerPivot Gallery, and then generate Power View reports based on the PowerPivot worksheets on the SharePoint
    site.
    To use SharePoint List as data source in Excel PowerPivot, you can refer to the following resource:
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/07/11/excel-services-using-a-sharepoint-list-as-a-data-source.aspx 
    http://technet.microsoft.com/en-us/library/hh230322.aspx 
    To create a Power View report based on PowerPivot model, you can refer to the following links:
    http://technet.microsoft.com/en-us/library/hh231522.aspx 
    http://technet.microsoft.com/en-us/library/hh759325.aspx 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Report on Top-10 Ship-to-parties

    Hi,
    I want to create a report on Top-10 Ship-to-Parties based on the Open Orders. So 0SD_C03 Infocube will workout or shall i use any other cube.
    And of Ship-to-Party and Open orders which Info object shall i use.
    Please explain how to develop th report from scrach.
    Points will be rewarded.
    Thank you.

    The definition of ship to depends from company to company, but I recommend you get the definition first. In most cases any order which has not been delivered or billed is open order. To determine that, you need Deliver status or Goods Movement Status to determine delivery and Billing status to determine billing status. Once you have those fields in your cube, then you can create the report.
    Most of the cases, the Billing and delivery status would be in the item level analysis and your 0SD_C03 is more like summarized level.
    Create a Restricted Key figure for one of the key figures with the above restriction using Delivery status and Billing status and get the top 10 customers.
    thanks.
    Wond

  • Custom report for TOP 10 CPU Utilization machines from any group in aggregation last seven days

    I want to create a custom report that contain list of TOP CPU Utilization of machines form any group.This report is create on last 7 days CPU utilization of all machine from a group.
    What  should be query for this report.

    Hi,
    Please refer to the links below:
    SQL Query for TOP 10 Average CPU
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/8d9a2d0d-8761-4d1f-b194-b24aa65172e1/sql-query-for-top-10-average-cpu?forum=operationsmanagerreporting
    How to use Report Builder to create custom reports in SCOM 2007
    http://www.systemcentercentral.com/how-to-use-report-builder-to-create-custom-reports-in-scom-2007/
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Difference Between Inventory Audit Report & Inventory Positing List Report

    Dear all,
    Please tell me the difference  between these twoInventory Audit Report & Inventory Positing List Report, Because I find difference , when observe Closing and Opening Stock Quantity on 1.4.10 audit report showing 610 units but on 1.4.10 posting list showing 973 units of opening stock
    Why so happen ? can anybody explain............
    Thank you
    Komanduri

    Hi......
    Please read below.....
    Inventory Audit:
    This report provides an audit trail for the posted inventory transactions in the chart of accounts.
    You use this report to make comparisons between the accounting view (inventory balance accounts)
    and the logistics view (inventory value displayed by the audit report). The report explains the value changes in inventory accounts.
    Inventory Posting List:
    The inventory posting list provides an overview of all postings in the system, based on various selection criteria and sort options. You can generate a report for specified warehouses based on one of the following selection criteria:
    Item
    Business partner
    Other: Enables you to specify a selection criterion such as warehouse or sales employee.
    Inventory Transfer:
    You use this function to transfer inventory from one warehouse to another. An inventory transfer can also be carried out as a consignment for a customer. The items are then stored in the customeru2019s warehouse and are sold from here.
    You cannot change the table after it has been added. If you display an existing inventory transfer later on, none of the fields in the table are active.
    You can, therefore, only correct an inventory transfer table that has not been entered correctly by entering a compensatory goods movement later.
    For more detail please refer help file in SAP.....
    Regards,
    Rahul

  • How can I generate portal report that give list of iviews-roles-users

    Hello,
    I need to generate a portal report that will list all roles and iviews that assigned to them.
    iviews can be assigned direclty or trough worksets/folders/pages.
    Is there a way I can create such a list? Is it requires development? If so, Is anybody already deveopled such a report and can share the code?
    Thanks
    Ami

    Hi Ami,
    I cannot assure that this can be achived with portal application. Coz we are trying to get iviews n role info assigned to users. i.e. Portal object info.which is not stored in d server as it appears to end users. it will be stored as PCD ID based., not name based.
    The requirement might need to develop Portal Applicaion at SAP NWDS but, i am not sure of displaying iviews. Also we can get the Role IDs of assigned role but not Role.
    http://help.sap.com/javadocs/NW04S/current/se/com/sap/security/api/UMFactory.html
    Please follow UME API to achive this.
    IUserFactory userfactory =  UMFactory.getUserFactory();
    IRoleFactory rolefactory = UMFactory.getRoleFactory();
    IRoleSearchFilter rolefltr = rolefactory.getRoleSearchFilter();
    rolefltr.setMaxSearchResultSize(2000);
    ISearchResult result = rolefactory.searchRoles(rolefltr);
    while (result.hasNext())
      String uniqueid = (String) result.next();
      IRole role = rolefactory.getRole(uniqueid);
    The same thing can be applied to get users info i.e. Portal users list.
    Hope this helps you.
    Good Luck!
    Regards,
    Shaila

  • WebIntelligence report on top of bex Query in BI4.0 (SP2)

    Dear experts,
    I'm working on webi report on top of bex Query in BI4.0 (SP2). I would like to know your opinions about some points I have noticed.
    A - I need to drill throught a hierarchy which contains several millions of members.
    Is there a possibility in my report drilling down to one member without selecting all members of the hierarchy in the query panel ?
    B - I cannot put a dimension with hierarchy both in the result pane and in the filter pane, although it is possible for any other dimension without hierarchy.
    Is there any special trick to achieve this or is a bug??
    C - I cannot sort variables defined in my bex query, but they don't appear in the window to sort prompts.
    Do you know how to solve this issue ?
    D - I noticed all keys and description of dimensions appear with the same label "key" and "text". SO it is very confusing for the user to understand what key or text means (if a key if the customer key or the company code key).
    Any idea to have a more explicit label for BW characteristics?
    Regards.
    CL.

    Hi,
    I do not have access to a BW system to test this, but i have something on three of your questions...
    A) drilling without getting all the lower members. I would look to query drill, this means a drill action in the report will go to the database to fetch the level (and only for the selected member, a drill down).
    The only thing I'm not sure about is if the BEx hierarchy is seen as drill hierarchy by that option too.
    If you'd ask me it really should.
    C) this is an old problem, but I know it is bugging more people, because the same is true for universe based prompts. They also cannot be 'arranged'. Since the Bex query is the 'universe', ordering that has been set in the 'universe' is the only chance you have.
    Like with the universe you could use prefixes to separate them from the query defined prompts (based on an alphabetic sort of the prompt message). I'd say this is a good one for the idea place...
    D) also an old (very old actually) problem. Some will want to keep the text short and simple. The prefixing will tell which key it is. Some will prefer unique names, so no prefix is needed. The same was true for universe designers. Now since there is no universe, if you do not agree with the 'designer' you're out of luck  no way to change it.
    Hope this helps,
    Marianne

  • Interactive Report with Select List LOV's

    Hi All -
    I need to develop an Interactive Report which displays reports based on values selected from a select list (LOV's) on this IR report.
    Following is what I am working on.
    This page has 2 select lists with the corresponding LOV values:
    Date From ==> Q1, 2010
    Q2, 2010
    Q3, 2010
    Q4, 2010               
    Date To ==> Q1, 2010
    Q2, 2010
    Q3, 2010
    Q4, 2010     
    When the user visits this report page first time, "Date From" and "Date To" select lists have null values and the report should display all the records.
    Once the user selects values from "Date From" and "Date To" select lists then the report should be filtered based on the values selected i.e.
    If the user selects *"Date From"* ==> Q1, 2010 and *"Date To"* ==> Q3, 2010, then the report should show all the records whose reporting period falls between "Jan 1, 2010" to "Sept 30, 2010" i.e Q1-Q3 2010 only.
    And the Reporting date format stored in the table is "18-OCT-2010", "12-APR-2010" etc ....
    How can this be achieved. Please share your expertise.
    Thanks,
    -Seenu

    Hi,
    First Create 2 Select List with List Of Queries in LOV Region like
    +'STATIC2:Q1-2010;01-Jan-2010,Q2-2010;01-Apr-2010,Q3-2010;01-Jun-2010,Q4-2010;01-Oct-2010'+ in Date From List lets name it P10_DF and
    +'STATIC2:Q1-2010;31-Mar-2010,Q2-2010;30-Jun-2010,Q3-2010;30-Jun-2010,Q4-2010;31-Dec-2010'+ in Date To List P10_DT.
    (Enable Display Null Value on both the select list)
    Then Now in the Report Source add Where Query some thing like
    select FIELD1,FIELD2 from TBL_REPORTS where Report_Date>=NVL( *:P10_DF* ,'01-Jan-2010') and Report_Date<=NVL( *:P10_DT* ,'31-Dec-2010')
    And also create a button to submit the values
    NOTE: This is not tested but this is how i will come about it in the specified scenario. You can try this and post the results...
    Good Luck.
    Regards,
    Afsar

Maybe you are looking for

  • Leaving JTextField with TAB

    A simple question really ... I have a JTextField that I would like to have the user exit from with TAB and get the same action as if they had left the field with the ENTER key, i.e., I'd like to be able to use the getText method to retrieve what the

  • Error - In generating URL for a Excel File in WebDynpro Project

    Hi, In my WebDynpro Application, i have a EXCEL file ("Test.xls") and it is kept in the below mentioned location. Project->src->mimes->Components-><my component> This is the code i have used to generate URL. IWDWebResource webRes = WDWebResource.getW

  • Examples of chart in the report column like monitor activity page

    Hello, Can anybody help me how to create a report having chart as one of the column in the report like Administration->Monitory Activity pages. I have a report having columns like date, salesman, collection%. The collection% must be displayed as bar

  • FB4 Beta 2: Stopped working today. Is that intentional?

    Hello, I have 47 days left on my beta2. It worked yesterday, but not today. Is that intentional?

  • My file .muse doesn't open

    When I try to open the file, Muse says it's not a supported file format. I really need fix it, help me please!