Multiple Discount in Invoice PLD

Hi Members,
I have designed a PLD In which there are fields to display discount percentage and discount amount at the report footer.
I should display the discount percentage and discount amt if the item details has uniform discount given.
Say for e.g if there are 3 items and alll 3 items is having uniform  5% discount, so i should display Discount 5% and discount amt.
But if the items has multiple discount say one item has 2% and others has 5% discount given. I should not display the discount percent in report footer.I should only display Discount and its Disc amt.Also if there is no discount in Item details the discount and discount amount should not be displayed.
Kindly suggest an solution to solve this issue.
Regards,
Venkatesh.R

Hi Venkatesh,
You could show line discount in PLD (Field_XX1) and use a hidden formula field (Field_XX2) with ReportSum ("Field_XX1").
Then add another hidden formula field (Field_XX3) to divide Field_XX by the last Linenum(). 
Then the third field (Field_XX4) with (Field_XX1)==(Field_XX3)
Finally link (Field_XX4) to your discount fields.
Thanks,
Gordon

Similar Messages

  • Batch No. in AP Invoice PLD

    Hi all,
    How to retrieve Batch No. in AP  Invoice PLD in SAP 2007B.
    I want to print batch no. regarding item in repetative area.
    when selecting batch no. from OIBT table ,it is showing multiple rows ,also retreiving the previous batch no. of that particular item.
    How to retreive the batch no.??
    Regards,
    Neetu

    i want to print batch no. regarding item code in a/p invoice pld.
    when in invoice pld i m picking the batch no,from oibt.batchnum ,it is picking multiple enteries it is also showing the previous batch nos created against that particulra item.
    how to retreive batch no. on a/p[ invoice pld.
    admin-> System Initilizaiton -> Print Preferences - > Per Document tab, 'When Batch/Serial No. Exist, Print' here 'When Batch/Serial No. Exist, Print' is selected
    regards,
    neetu

  • A/R Invoice PLD

    Hi Everyone,
    On the A/R Invoice PLD I created, I am showing both the Item No. and the Customer/Vendor Catalog No.  I selected both fields from teh A/R Invoice - Rows table.  However, on one of my invoices teh Customer/Vendor Catalog No. is not coming through for certain items.  There are 12 items on the invoice and three of them do not have the vendor catalog number.  I verified there is a catalog number setup in Business Partner Catalog Numbers. 
    Does anybody know why it might not be coming through for some items?  Like I mentioned, there are BP catalog numbers set up for the item numbers in question, so I'm at a loss.
    Any help is appreciated.
    Thank you,
    Amanda

    Amanda,
    Since you say this is happening on only one of your invoices, you would need to explore more on the specific items and see if the same behaviour is repeated with other BP's?
    If the PLD works for most Invoices then there could be nothing really wrong with the template.
    Yes, Press the Alt key and click on the Table selection drop down.   If you are trying this on a field which is already set to a table it might not work. 
    So, please change the field to a Free Text....then change it back to a Database Field and then Hold the Alt Key and click the drop down
    Suda

  • Factoring discount in invoice list

    What is the meaning of factoring discount in invoice list and when it is applicable?
    If client don't want to apply it then how should i remove it from the invoice list screen?
    As the requirement of the client is to consolidate all the billing document of the customer?
    What are the prerequisite of the invoice list as per my understanding the header data of all the billing document should be same?
    Correct me if i am wrong.
    Regards,
    Satya

    hi,
    factoring discount is used in invoice list to give a discount on the total value of all the billing docs.
    eg
    suppose there are 10 invoices and the value of the item goes above 1lakh, maybe the customer can ask an additional dicount because of the huge value of business he is generating.  hence the company
    decides to give an additional discount on that 1lakh, which is called factoring discount.
    maintain 0 as its condition record RL00
    prerequisites:
    Condition type RL00 (factoring discount) must be maintained and, if required, also the condition type MW15.
    An invoice list type must be assigned to each billing type that you want to process in invoice lists. The standard version of the SAP R/3 System includes two types of invoice lists: LR for invoices and debit memos, LG for credit memos.
    Copying requirements must be defined (for example, the payer, terms of payment and other fields that must be identical in the documents to be included in the invoice list)
    In addition, before you process an invoice list, you must maintain the following master data:
    A customer calendar must be defined, specifying the time intervals or dates on which invoice lists are to be processed.
    The customer calendar must be entered in the Billing Sales Area view of the customer master record.
    Pricing condition records for the condition type RL00 and, if necessary, (e.g. in Germany) the condition type MW15 must be maintained.
    Output condition records for condition types LR00 and RD01 must be created.
    regards,
    anand

  • Sales Order Number in A/R Invoice PLD

    Dear All,
                 I copy a Sales Order to a Delivery Challan, i Copy This Delivery Challan to a A/ R Invoice.
                 I Need the Document number and their posting dates of both sales order and delivery documnet base number onto the A/R Invoice PLD.
                 I AM able to achieve the delivery number and date of Delivery documnet can anyone advice how to retireve the base sales order number on A/ R Invoice PLD

    Hi Aslam,
    Check this thread,
    Re: SO delivery date on A/R invoice
    OR
    Try to Create Query PLD. or Stored Procedure
    Regards,
    Madhan.

  • Enhanced Vendor Payment Terms for multiple discounts days

    Hi
    There is requirement of multiple discount days in a single vendor payment term.
    Standard SAP provides only 2 discounts for a payment term.
    Now we need as many as 30 discounts per vendor payment term.
    How do we achieve this?
    We are using 4.6c SAP version....
    Very urgent please help..
    Regards,
    Krishna prasad

    Hi Krishna,
    Did you find the answer?
    I too have a similar problem; if you could find the answer yourself please help.
    Regards,
    KKG

  • How to get Incoming payment total in Invoice PLD

    HI ALL
    I designed a A/r Invoice PLD in which i insert the Incoming payment DocTotal field in the End of PLD
    when i priview the A/R Invoice  Document
    each Item  , qty and total in the repetitive area repeating  40 to 50 times
    when i remove the incoming payment doctotal field from the PLD  it is working fine
    My requirement is i should show the Incoming payment Doctotal along with the Invoice total in PLD
    can any one suggest the answer

    Hi,
    You cannot just add that Incoming payment DocTotal field directly to your Invoice PLD because there is no proper link for it.
    What you can do is to add a UDF in Invoice table and get the related Incoming payment DocTotal by FMS query.
    Thanks,
    Gordon

  • Purchase order Document date in AP Downpayment invoice PLD

    Dear All,
    Is it possible to capture purchase order Document Date in AP Down payment invoice PLD.My client want like this.I have tried,but i am not able to capture this field in AP Down payment invoice PLD.please give me the solution for this,If it is possible.
    Thanks,
    Silpa.N

    hi silpa,
    Create a user defined field in row level of marketing documents.
    Apply formatted search using query
    Select $[OPOR.TaxDate]
    select auto refresh
    when changing field Document Date in header level.
    On copying purchase order to ap downpayment invoice Document date will copy to it.
    U can also bring it to PLD by creating database field with table DPO1,column U_XXX
    Hope it will solve problem.
    Jeyakanthan

  • LST No CST No add in Excise Invoice PLD

    Hi,
    I want add two DB fields in Pld.
    1. Lst no
    2. Cst no
    I know in INV12 Table these fields is Exists.
    but when i take one database field in INVOICE pld that time INV12 table not shown in list.
    how i can retrieve lst no and cst no from INV12 table.
    Regards.
    Sam

    Mr.Sam
    When u select field type Datbase then go to next where u need to select table & field,press alt or ctrl button and double click on column,So u will get all tables in SAP B1
    Regards
    M Auditya
    Edited by: Paulo Calado on May 20, 2009 5:33 PM

  • Add "Approver" field in AP Invoice PLD

    Hi Experts,
                    I want "Approver" field in AP Invoice PLD. How can I get. Please help me.
                    Thanks for advance

    I modified the query showed on the other thread for you:
    SELECT T3.U_NAME FROM DBO.OWDD T0
    INNER JOIN DBO.OPCH T1 ON T1.DocEntry= T0.DocEntry AND T0.ObjType = 18
    INNER JOIN DBO.WDD1 T2 ON T2.WddCode=T0.WddCode
    INNER JOIN DBO.OUSR T3 ON T2.UserID = T3.INTERNAL_K
    WHERE T1.DocNum=$[$8.0.0\]
    Using this query as a FMS query to assign to your UDF (BY SHIFTALTF2).  The you could include this UDF to PLD.

  • Sort option in Repetitive Area on AR Invoice PLD is disabled / greyed out

    Hi Experts,
    I have an issue whereby in my PLD the sort option under Print Layout Design Manager -> Repetitive Area -> Sort is greyed out / disabled in the AR Invoice PLD. Does anyone know why this might be? I've not seen this before and I can't find any notes relating to specifically to this issue in an AR Invoice PLD.
    2007A PL06 Hot Fix 01.
    Many thanks for any help,
    Caroline

    Hello Khushwant,
    In SAP when your business Process is Sales Order --> Delivery --> AR Invoice
    SAP would print the Batch Numbers along with the Delivery document.
    But your Business Process is Sales Order --> AR Invoice
    SAP would print the Batch Numbers along with the Invoice document.
    Whichever document releaves inventory, SAP will Open the Batch selection screen when adding that document and the Batch Report will be printed on a seperate sheet along with that document.
    The functionality change in SBO 2007, is that the Batch number print on the Delivery / Invoice document itself instead of on a seperate Page as in 2005.
    Could you please explain your Business Process in relation to what I have mentioned earlier.
    Printing the Batch Number as part of the Invoice document itself in SBO 2005 is going to be a tough task.
    Let me know if where and how you want to print this information.
    Regards
    Suda

  • Exceptional Discount in invoice Report

    Hi,
                                        Under purchasing reports under Main menu,we are having 'exceptional discount in invoices ' report.What is the significance  of that? .Because there  it will show only the A/R Invoice report.Why it is given in Purchasing?
      Can u explain?
    Regards,
    Sekar

    Hi Sekar,
    It is not a big deal to me.  If you select Main Menu - Report, you will find Sales & Purchase is under one menu item. You may create your own Exceptional Discount in Purchase Invoice report based on system report.  It would be a simple report.
    Thanks,
    Gordon

  • Sales order Number in Outgoing Excise Invoice PLD

    Hi Expert
    How Can I display Sales Order No in Outgoing Excise Invoice PLD?
    Regards
    Shekhawat

    Shekhawat,
    As Gardon say you requires UDF and one FMS on that so for that make one UDF and assign FMS Query as below on that FMS.
    after that SO num will move automatically document by document.
    SELECT $[ORDR.DocNum] AS 'DocNum'
    if your problem solved then close the thread.
    Regards,
    Bhavank

  • Multiple discounts are given at different levels of sales cycle

    I have a requirement,
    Multiple discounts are given at different levels of sales cycle(like opportunity, quotation etc), interlinked with document flows.
    It must be assured that all the matchings must be taken into accounts and are displayed underneath each other.
    ex:
    discount simple : 15%
    discount simple : 12%
    special discount : 10%
    Is it a standard functionality in SAP CRM or should we do enhancement to cope the functionality, if it is an enhancement any idea how to do that.
    Regards,
    Venki

    For quick assistance post testable script.
    Tree processing examples using recursive CTE:
    http://www.sqlusa.com/bestpractices2005/organizationalchart/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Multiple discounts at different levels in sales cycle

    Hi
    I have a requirement,
    Multiple discounts are given at different levels of sales cycle(like opportunity, quotation etc), interlinked with document flows.
    It must be assured that all the matchings must be taken into accounts and are displayed underneath each other.
    ex:
    discount simple : 15%
    discount simple : 12%
    special discount : 10%
    Is it a standard functionality in SAP CRM or should we do enhancement to cope the functionality, if it is an enhancement any idea how to do that.
    Regards,
    Venki

    We have implemented following scenario.
    1st level - FERT - MTO strategy - type 20
    2nd level - HALB - No strategy
    3rd level - ROH/VERP - No strategy

Maybe you are looking for

  • SQL statement in servlet giving error

    Please let me know if I need to post this on a different forum, but I thought it was applicable to here. First, let me preface this post by saying I've inserted hardcoded values at the DB (Oracle) level and it worked just fine, so most of the stateme

  • How can I get the songs in my iPod Nano to sort in numerical order?....they show up tht way on iTunes, but on the Nano, they're out of order.

    they show up that way on iTunes when connected to the Nano, (in numerical order) but on the Nano, they're out of order.  The shake to shuttle is off.

  • Working Laptop

    Does anyone have Solaris 8 loaded and running on a laptop of any sort? If so, what is the NIC and the Video? Where did you acquire the vido drivers? What is the resolution?

  • How to create new TC which will call report group "MGRO"?

    Hi Abap-Experts,                                 I want to create new transaction code which should call report Group MGRO. After executing the new transaction, the first screen of the user should be the selection screen of report group "MGRO" to run

  • CE 7.1 - Master Column?

    Hi there, i'm currently working with WD on CE 7.1 SPS06 and looking for as possiblity to have a tree nested into a table. In 7.0 a TableCell called "Master Cell" or "TreeByNestingTableColumn" existed. Well I've been looking for a reference and found