How to display invoices of a particular customer in AR?

Hi All,
I have a requirement to develop a report that identifies invoices of a particular customer parts that could have used incorrect pricing.
Report will run 10th and 25th of each month. Report should identify the invoice line items since the prior report that meet the criteria that Invoice amt for one a part exceeds $5000
Columns in report will be
Oracle Part Number
Customer Part Number
Part description
Invoice Num
Customer Code
Customer Name
Invoice Date
PO num
Quantity
Unit Price
Price history for last 60 days
Min and Max prices,
Price Variance %
Could you please let me know how I should get the above columns from a price list and customer tables
Thanks in advance,
Prathima

Hi,
If you just want to display two columns of a list, Content Query Web Part will be more appropriate:
http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/05/10/how-to-use-the-content-query-web-part-to-rollup-data-in-sharepoint-2013.aspx
To display multiple columns, here is a similar thread for your reference:
http://social.technet.microsoft.com/Forums/sharepoint/en-US/1484df2b-0fb9-4b58-b833-a75019db88c7/content-query-display-multiple-columns
Best regards
Patrick Liang
TechNet Community Support

Similar Messages

  • How to display the details of particular order when click on button in sapui5

    Hi Experts,
        How to display the details of particular order when click on button in sapui5?
    I Have a requirement that is i want display all the list of orders coming from backend as shown in image below
    then in that i have a button when i press the button  it need to display the details of particular order as shown in image below
    Please help me .
    Thanks & Regards
    chitti

    Does anyone know how to display the index of current desktop?
    Brute force - - I have written the number of the Desktop directly onto the wallpaper picture I am using for each Desktop  (easy to do with Preview).
    All Desktops are using different wallpaper photos, so they are easily recognized by the color scheme, and in the upper left corner is the number.
    Regards
    Léonie

  • How to block order for a particular customer. pls read clearly

    hi
    some customers may be asked for cash and carry procedure.
    bcos they do very small sales they have access to only cash sale document ie CS.
    here how to block OR, RO etc to that particular customer or group of customers
    regards
    sridhar

    Hi,
    One simple way would be to give those customers a special sales area (e.g. a separate distribution channel) than for normal customers. Then you do not allow the Document Type for this sales area in the transaction "Assign Sales Areas to Sales Document Types" in IMG (Sales & Distribution -> Sales -> Sales Documents -> Sales Documents Header).
    Ensure that the customer is created to this "blocked" sales area only. Then when you try to create the sales order, system would give an error message saying customer is not defined for the sales area, and would not let you proceed.
    Hope this helps,
    Regards
    Nikhilesh

  • How to stop  Invoice Split For particular  Sold to Party

    Dear All
    Whenever we create a billing document for a particular customer, based on the No. Of Line Item, it is getting splitted. My client is using SAP 4.7. Please let me know what could be the problem
    Regards
    Paulraj
    Edited by: paulraj S on Feb 25, 2009 1:06 PM
    Edited by: paulraj S on Feb 25, 2009 1:56 PM

    Whenever we create a billing document for a particular
      customer, based on the No. Of Line Item, it is getting splitted
    Do you mean to say that for other customers, invoice is not splitting based on line items ??  If so, you need to provide more details on
    -  whether order type is different
    -  whether item category is different
    Unless some setting is maintained differently or in sale order for that customer, if any data is different at line item level, then you will get invoice split.  Check all the item level datas
    thanks
    G. Lakshmipathi

  • How to Display the Headers in Particular order in Excel File

    [http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/user-interface-technology/wd%20java/wdjava%20archive/exporting%20context%20data%20into%20excel%20using%20the%20web%20dynpro%20binary%20cache.pdf]
    Hi Friend,
    By using this Link I have done download data in Excel File. Now it is working data is downloaded in to Excel File.
    But here I am getting Some Problem.
    In when download the data that Header Text will display in different order. I need what alien in table Header. That Header format will display in Excel also
    For Exampls
    In Table: PO Number, Po Line Item ,Vendaor Material, Materila Like this
    When Download data in Excel First will Shows in Excel Vendor  Materila, Confirm Ship Date, Po Number Like This I need to Display First PO Number
    By Using This I will write this Code.
    private void trimHeaderTexts(Map columnInfos) {
          String attributeName, trimmedHeaderText;
          for (Iterator iter = columnInfos.keySet().iterator(); iter.hasNext();) {
          attributeName = (String) iter.next();
          trimmedHeaderText = trimHeaderText((String) columnInfos.get(attributeName));
          columnInfos.put(attributeName, trimmedHeaderText);
    Here I iterator Shows returns elements in no Particular order.
    I need to display Particular order.

    Hi Vijay,
    private void trimHeaderTexts(Map columnInfos)
    is for removing the empty spaces between the words in a single header(s).
    Now tell me the below Qs:
    1. What you've implemented in the below method:
    private Map getProductColumnInfos()
    2. How many Attributes you've defined in your Node (ex: ProductsNode)
    Your excel will display in the order that you've coded in the getProductColumnInfos() method, so first thing is to re-order to the order you want to display in the excel sheet. And you will see the output excel as you want.
    Hope it solves your query,
    Thanks, MS.

  • How to display all items titles from custom list with checkbox to select for each user

    Hi All,
    I have a requirement in a sharepoint 2013 development project.
    A custom list items will be created by admin with the following columns:
    Title
    Hyperlink
    User business unit (This column which is a metadata will be a userprofile property)
    In a page/form I have to display the list of titles with a check box based on each user business unit and each user will be allowed to check the list of titles and hit save. And then have to display the list chosen by the user in a webpart.
    If they want to modify their list they have to go to the page/form again and will uncheck the list.
    Am not sure whether I can achieve this through sharepoint out of box feature, I have not done any custom development.
    Please provide your valuable suggestions/ideas on this. Thanks for looking on this !!!

    Hi,                                                             
    Per my knowledge, there are no such OOTB features can meet your requirement, however, there is a workaround that if you can modify your requirement a bit.
    Based on your description, you want different users be able to select values from a list and generate a list own by them.
    If this is what you mean, we can do it like this:
    1. Create another list "Users" which stores the names of every users;
    2. Create a list "Result" which will be available for every user to add their own items, this list will have four Lookup columns and they look up to the "Users" list and the
    list you mentioned before;
    3. Users can add items into "Result" list by selecting the needed values from the other two list, then the items he/she created will be connected to them with the help of the
    Lookup column which looks up to the "Users" list.
    4. You can take use of the OOTB permission management of list to control the access of each item in the "Result" list, and it will be easier for you to manage and filter the
    information you needed.
    The links below about Lookup column for your reference:
    http://office.microsoft.com/en-us/sharepoint-server-help/create-list-relationships-by-using-unique-and-lookup-columns-HA101729901.aspx
    http://www.dummies.com/how-to/content/lookup-columns-in-sharepoint-2010.html
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to mail invoice as pdf to customer

    hi all,
    i have to send a copy of the invoice as a pdf to the customer through mail, request you to kindly guide me how to configure this in the system.
    thanks & regards,
    padmanabhan

    Hi,
    SAP have created a standard program RSTXPDFT4 to convert your Sapscripts spools into a PDF format.
    Specify the spool number and you will be able to download the sapscripts spool into your local harddisk.
    Please note that it is not restricted to sapsciprts spool only. Any reports in the spool can be converted using the program 'RSTXPDFT4'.
    1.Run the program RSTXPDFT4 in se38
    2. Give the spool number and mention the directory and filename where to want to store the pdf file
    3. press execute
    MAIL: to Configure the Mail settings in the Tcode SCOT with the help of a basis person
    and use the Medium as MAIL (7) instead of 1(printout)
    and see that the receipient mail id (customer) are maintained properly and it should fired in the driver program..
    Just we have to check the Output from the fun module
    ADDR_GET_NEXT_COMM_TYPE which is there in driver program
    Reward points if useful
    Regards,
    Govind.

  • How to display text variable of type customer exit

    Hi to all,
    I have created a query in query designer which display sales value according to plant.
    There i have also used a variable which will take input from user and restricted on 0CALDAY.
    I have also created 2 text variable to display the text for sales based on input in variable.
    I need when user enter the 01.02.2010 - 31.12.2010 value in variable , text variable should display SALES FROM 01.02.2010 TO 31.12.2010
    i knew how to do that by using text variable of processing type customer exit.
    But display of text variable is like SALES FROM 01022010 TO  31122010  ,
    But i need that SALES  01.02.2010 TO 31.12.2010
    i shall be thankfull to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Dec 22, 2010 7:46 AM
    Edited by: pavneet rana on Dec 22, 2010 8:03 AM

    Hi,
    Give Description on Sales Amount  as SALES FROM &ZVAR_YEAR1& TO &ZVAR_YEAR2&.
    ZVAR_YEAR1 & ZVAR_YEAR2 are the two text variables. These two variables should NOT be input enabled.
    In the Exit - under I_STEP = 2, write the below code.
    WHEN 'ZVAR_YEAR1'.
      DATA:   l_s_range       TYPE rs_s_range,
                   loc_var_range TYPE rrs0_s_var_range.
      READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZVAR_INPUT_CALDAY'.
      l_s_range-sign = 'I'.
      l_s_range-opt  = 'EQ'.
      l_s_range-low  = loc_var_range-low.
      APPEND l_s_range to e_t_range.
    WHEN 'ZVAR_YEAR2'.
      DATA:   l_s_range       TYPE rs_s_range,
                   loc_var_range TYPE rrs0_s_var_range.
      READ TABLE i_t_var_range INTO loc_var_range WITH KEY vnam = 'ZVAR_INPUT_CALDAY'.
      l_s_range-sign = 'I'.
      l_s_range-opt  = 'EQ'.
      l_s_range-low  = loc_var_range-high.
      APPEND l_s_range to e_t_range.

  • How to display an image in particular cell editor

    Hi All,
    I want to display an image as the background for the table cell.
    I searched in sdn and found the solution only for link to action.
    I have created a dynamic table and if i click on apply button one more row is getting added according to my requirement.
    I want to differentiate this row from rest.  So I need to display image for the last row in the table which is added newly. 
    Can anyone suggest the procedure for adding an image in a particular cell editor along with the table data?
    Hope I am clear with my requirement.
    Pls suggest.
    Regards,
    subashini

    Hi,
    IF iam not wrong then for some rows u need to show text data and for some rows u need to show image data.
    follow the following steps.
    1. In ur table add cell editor of type Image.
    2.Create a value node with one more than required attributes.
    3.Suppose if need to show only one column then i will create  
       value node with two attributes.One attribute will be for text
      data and one will for Image.
    4.now access ur table cell editor dynamically.For image type
      cell editor we need to play only with two properties source
    and alt.Bind this alt property of editor wid that attribute which u
    need use for text data and source wid that attribute which u
    need to use for image.
    5.  Now suppose I need to show text data then
    I will create one element of that value node.In case of Image
    type cell editor source property  is given prefrence over alt
    property.
    set attribute which is bound to alt to the actual text data
    i.e setText("Actual text data");
    and set attribute which is bound to source to some dummy
    image name
    i.e setImage("dummy.gif");
    add this to node.
    during execution as source property of editor is bound to
    Image attribute of node  which in turn is set to dummy value it
    wont find actual source and will set Image cell editor with
    watever is bound to alt property which in turn set with actual
    text value..
    6.  Now suppose I need to show Image data then
    I will create one element of that value node.In case of Image
    type cell editor source property  is given prefrence over alt
    property.
    set attribute which is bound to alt to blank value 
    i.e setText("");
    and set attribute which is bound to source to some Actual 
    image name
    i.e setImage("Image.gif");
    add this to node.
    during execution as source property of editor is bound to
    Image attribute of node which in turn is set to Actual image file
    it will  set Image cell editor with that image name  and wont look for alt property.
    Copy all ur images in src->mimes->components->ur package
    Regards
    Surender Dahiya

  • How to display the images in the custom pluggable navigation.

    Hi,
    I have created a custom pluggable navigation and i need to show my custom images for the tabs in the primary navigation. where do i need to put my images and how will i need to render the images. Any thoughts will be helpful.
    Thanks in advance - Emmanuel

    1- put your images in a directory under the web app directory. Example: app/images/
    2- in your jsp, use: String file = application.getRealPath("/images/"); to get the images directory. See http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/ServletContext.html#getRealPath(java.lang.String)
    3- it's not the right forum to post this kind of question. Post them in the JSP/Servlet JSTL forum instead

  • How to display Column of a particular list to page using Content Search Webpart?

    Hi,
    I am having two columns 'Column1 & Column2' in a list names Demo. I need to display the items of both the columns into a page with the help of Content Search Webpart. I am using SharePoint 2013 Platform.
    Expecting some useful comments on the same...!!
    Warm Regards,
    Tony Joy.

    Hi,
    If you just want to display two columns of a list, Content Query Web Part will be more appropriate:
    http://community.bamboosolutions.com/blogs/sharepoint-2013/archive/2013/05/10/how-to-use-the-content-query-web-part-to-rollup-data-in-sharepoint-2013.aspx
    To display multiple columns, here is a similar thread for your reference:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/1484df2b-0fb9-4b58-b833-a75019db88c7/content-query-display-multiple-columns
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to find invoices having a particular string in item description

    SELECT T0.[DocDate], T0.DocNum,T0.[CardCode], T0.[CardName], T7.[descript] [Territory],
      T5.[SlpName], T1.[ItemCode],
    T1.[Dscription], T1.[Quantity], T1.[LineTotal], T1.[TotalFrgn],
    T1.[Rate],T2.[U_SheetTab], T2.[U_SubCategory], T2.U_SPCatgry, T6.U_CatName, T3.[QryGroup22] Exports  
    FROM OINV T0 
       RIGHT JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
       INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
       INNER JOIN OCRD T3 ON T0.CardCode = T3.CardCode
       INNER JOIN CRD1 T4 ON T3.CardCode = T4.CardCode
       INNER JOIN OSLP T5 ON T0.SlpCode = T5.SlpCode
       INNER JOIN [@NCM_PRODCATGRY] T6 ON T2.U_SPCatgry = T6.U_CatCode
       INNER JOIN [OTER]  T7  ON T3.Territory = T7.territryID
    WHERE T0.DocType ='I'
    and T1.[ItemCode] = T2.[ItemCode]
    AND T4.ADRESTYPE='S'
    and (T2.U_SPCatgry = '079' or T2.U_SPCatgry = '168' or T2.U_SPCatgry = '169')
    --and T3.[QryGroup22]= 'Y'
    and  T0.[DocDate] between '[%0]' and '[%1]'
    Union All
    SELECT T0.[DocDate], T0.DocNum, T0.[CardCode], T0.[CardName],T7.[descript] [Territory],
      T5.[SlpName],  T1.[ItemCode], T1.[Dscription],
      (T1.[Quantity] * -1 )Quantity, (T1.[LineTotal] * -1 )LineTotal, (T1.[TotalFrgn] * -1) TotalFrgn,
    T1.[Rate],T2.[U_SheetTab], T2.[U_SubCategory], T2.U_SPCatgry, T6.U_CatName , T3.[QryGroup22] Exports    
    FROM ORIN T0 
        RIGHT JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry
        INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
        INNER JOIN OCRD T3 ON T0.CardCode = T3.CardCode
        INNER JOIN CRD1 T4 ON T3.CardCode = T4.CardCode
        INNER JOIN OSLP T5 ON T0.SlpCode = T5.SlpCode
        INNER JOIN [@NCM_PRODCATGRY] T6 ON T2.U_SPCatgry = T6.U_CatCode
         INNER JOIN [OTER]  T7  ON T3.Territory = T7.territryID
    WHERE T1.[ItemCode] = T2.[ItemCode]
    and T0.DocType ='I' 
    AND T4.ADRESTYPE='S'
    and (T2.U_SPCatgry = '079' or T2.U_SPCatgry = '168' or T2.U_SPCatgry = '169')
    --and T3.[QryGroup22]= 'Y'
    and  T0.[DocDate] between '[%0]' and '[%1]'
    --However in this query even if the invoice has many items, only items belonging to U_SPCatgry 079 or 168 or 169 are displayed. This can be a problem since the commission payable has to be calculated on all the other items that may also belong to some other U_SPCatgry

    Hi,
    Try this:
    SELECT T0.[DocDate], T0.DocNum,T0.[CardCode], T0.[CardName], T7.[descript] [Territory],
      T5.[SlpName], T1.[ItemCode],
    T1.[Dscription], T1.[Quantity], T1.[LineTotal], T1.[TotalFrgn],
    T1.[Rate],T2.[U_SheetTab], T2.[U_SubCategory], T2.U_SPCatgry, T6.U_CatName, T3.[QryGroup22] Exports 
    FROM OINV T0
       RIGHT JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
       INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
       INNER JOIN OCRD T3 ON T0.CardCode = T3.CardCode
       INNER JOIN CRD1 T4 ON T3.CardCode = T4.CardCode
       INNER JOIN OSLP T5 ON T0.SlpCode = T5.SlpCode
       INNER JOIN [@NCM_PRODCATGRY] T6 ON T2.U_SPCatgry = T6.U_CatCode
       INNER JOIN [OTER]  T7  ON T3.Territory = T7.territryID
    WHERE T0.DocType ='I'
    and T1.[ItemCode] = T2.[ItemCode]
    AND T4.ADRESTYPE='S'
    and T2.U_SPCatgry IN ('079','168','169','XXX','YYYY')
    --and T3.[QryGroup22]= 'Y'
    and  T0.[DocDate] between '[%0]' and '[%1]'
    Union All
    SELECT T0.[DocDate], T0.DocNum, T0.[CardCode], T0.[CardName],T7.[descript] [Territory],
      T5.[SlpName],  T1.[ItemCode], T1.[Dscription],
      (T1.[Quantity] * -1 )Quantity, (T1.[LineTotal] * -1 )LineTotal, (T1.[TotalFrgn] * -1) TotalFrgn,
    T1.[Rate],T2.[U_SheetTab], T2.[U_SubCategory], T2.U_SPCatgry, T6.U_CatName , T3.[QryGroup22] Exports   
    FROM ORIN T0
        RIGHT JOIN RIN1 T1 ON T0.DocEntry = T1.DocEntry
        INNER JOIN OITM T2 ON T1.ItemCode = T2.ItemCode
        INNER JOIN OCRD T3 ON T0.CardCode = T3.CardCode
        INNER JOIN CRD1 T4 ON T3.CardCode = T4.CardCode
        INNER JOIN OSLP T5 ON T0.SlpCode = T5.SlpCode
        INNER JOIN [@NCM_PRODCATGRY] T6 ON T2.U_SPCatgry = T6.U_CatCode
         INNER JOIN [OTER]  T7  ON T3.Territory = T7.territryID
    WHERE T1.[ItemCode] = T2.[ItemCode]
    and T0.DocType ='I'
    AND T4.ADRESTYPE='S'
    and T2.U_SPCatgry IN ('079','168','169','XXX','YYYY')
    --and T3.[QryGroup22]= 'Y'
    and  T0.[DocDate] between '[%0]' and '[%1]'
    Replace XXX and YYYY with your category value to all other category value.
    Thanks & Regards,
    Nagarajan

  • How to display international version infor for customer when creating SO?

    Hi Gurus:
                Is there any possibility to display the international version information for customer when creating the SO.like customer name / address etc.
    thanks!

    See notes 598197 and 610289

  • How to display Error for a particular text box programaticaly

    Hello All,
    I have 5 text boxes in a form and I have a requirement where if user click on any of the text boxes then i need to pass the id to class A and show the error description related to that text box in faces message.
    I have created class A in which i need to pass the id and get the error description but the problem is that the error description is in array list so i have created list of type class B which contains description.
    Right now in class A I have :-
    id ||||||||| description <>
    it1-------1.Invalid number
    -------2.Number not in use
    -------3.Number is out of range
    it2------1.error1
    2.error2
    3.error3
    and so on.....
    *public class ClassA {*
    public String Id;
    public List<ClassB> desc = new ArrayList();
    *public ClassA() {*
    super();
    *public void setId(String Id) {*
    this.Id = Id;
    *public String getId() {*
    return Id;
    *public void setDesc(List<ClassB> desc) {*
    this.desc = desc;
    *public List<ClassB> getDesc() {*
    return desc;
    *public class ClassB {*
    public String Description;
    *public ClassB() {*
    super();
    *public void setDescription(String Description) {*
    this.Description = Description;
    *public String getDescription() {*
    return Description;
    How do I pass the id and get the description for eg:- If id is it1 then How would I show all the 3 errors in faces message on value change.
    Please Suggest.
    Thanks in advance.

    your case is not clear.
    but this link may help you
    http://mjabr.wordpress.com/2011/08/31/how-to-show-multi-lines-afmessage/

  • How to display the image while set custom header "x-content-type-options" as "nosniff" in web.config

    Hi,
    I am using Microsoft ASP.NET TreeView control where I have bound embedded images. Also I have set custom header “x-content-type-options” as
    “nosniff” in web.config file.
    On hosting the sample containing the above mentioned things in SERVER machine, the images are not visible but its working properly while running sample in local (development) machine. 
    Kindly provide a solution and find the sample in the below link.
    http://goo.gl/6uR2b0 
    Thanks,
    Alagarsamy D.

    Hi AlagarBala,
    Your issue is related to asp.net/web technology and for a better support on this please post your question to the asp.net forum below, this forum is for C# code issues in speicific:
    http://forums.asp.net/
    Regards,
    Fouad Roumieh

Maybe you are looking for

  • Ipod won't sync to music files on external harddrive

    I have too many music files to keep on my computer, so I 've got them on an external (E) drive. Itunes has no problem with that. I have my Library file on the computer (C drive) and the music files on the E drive. When I want to use Itunes to play a

  • Details of OSS Note in SAP tables

    Hi Experts, Do we have any standard report or a simple way by which I can get all the contents of a specific OSS note without going into SNOTE transaction. The reason why I am asking is for analysing a large volume of OSS notes. If I need to go throu

  • Setting doctype reference in out going message

    Hi I have to publish an xml message that must include the system doctype reference because the target system uses DTD's to validate incoming messages. I have managed to do this by bodging it and using an xquery replacement that populates the contents

  • How to create Digital Personnel Foile for HCM Processes and Forms

    Hi I am creating HCM Processes and Forms using FPM Forms. Now to print these forms Alternate Adobe forms also developed. But once the entire process is completed by HR Admin and in future if they want to see the already processed form and if they wan

  • Diference between Forms 11.1.1.1.0 and Forms 11.1.1.2.0 ?

    Hello, What is the diference between Forms 11.1.1.1.0 and Forms 11.1.1.2.0 ? And is better to install with Oracle WebLogic Server 11gR1 10.3.1? Thanks