Subtotal price, net due date, PPD discount, damage discount requirement

Hi all,
I have the following requirements for a change in a user exit.
Can you please help me, i need to know which table and what field to get them from.
1.) damage discount
2.) PPD discount = ZPDZ in header level
3.) subtotal price = unit price * quantity (sales unit)
4.) net due date
Thanks =)

Hi Joesph,
Try checking any of the following tables :-
EBPP_INV_DOC_HEADER   Biller Direct Bill Structure (Header Data)
RF057F   Credit insurance: open items structure
Regards
Abhii

Similar Messages

  • What is 'net due date'and 'discount due date'

    Hi
    Can any one expalin me What is 'net due date'and 'discount due date'
    Thanks in advance
    Devi

    Net Due date  is the date on which the actual payment is due. it is picked up from payment terms.
    Discount due date is the date from which discount is calculated.
    Usually we allow discount if payment is before a stipulated period.
    Regards,
    Harmees

  • Net due date calculation

    in vendor invoice, how system calculate the net due date, I enter document date is July.1.2010, payment term is Z001, system automatically update the field  cash discount days 1, INVFO-ZBD1T, but this from structure. may I know which table we can use? thanks

    Hi,
    The system calculates the Net due date based on the 'Payment Term' settings. The details of the payment terms are stored in table T052.
    The system calculates the date based on the 'Baseline date' and the number of days term period.
    If you can list the settings of your payment term Z001 from t-code OBB8, I can explain you with an example.
    Regards,
    Mike

  • Subroutine in sapscript for net due date

    Hi,
    This is the first time I am creating a subroutine for sapscript and I could not get it to work. I need to calculate the net due date using the baseline date plus cash discount days. But the form is just printing out 0000000. I am just trying to extract one due date here but I will have to get it for all line items then sort descending to get the latest one. Can anyone help me to see the gap why this is not working?
    In the sapscript I have the following:
    DEFINE &BASEDATE& = &REGUP-ZFBDT&
    DEFINE &PAYTERMS& = &REGUP-ZBD1T&
    PERFORM NET_DUE_DATE IN PROGRAM Z_SAPSCRIPT_FUNCTIONS
    USING &BASEDATE&
    USING &PAYTERMS&
    CHANGING &DUEDATE&
    ENDPERFORM
    In program Z_SAPSCRIPT_FUNCTIONS
    Thanks in advance!
    Cholen

    Hi Raju!
    I am really getting close! I did the conversion for all variables, however for VBLNR, it does not work. It gives leading zeroes but the value starts with a 'P' before the zeroes and the numeric value. I tried to remove that from the where clause and my select finally got something. However the output on the form is in the internal format. I suppose I should use CONVERT_DATE_TO_EXTERNAL which I tried doing after out_tab-value = lv_netduedate which is the variable I am passing to the form. 
    Raju Shrestha wrote:
    Hi Cholen,
    I believe your lv_laufd is a 10 character field in format MM/DD/YYY or DD/MM/YYYY. You should move that data to a 8 character variable (say lv_date) in YYYYDDMM format.
    Please try this conversion
        CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
          EXPORTING
            date_external            = lv_laufd
          IMPORTING
            date_internal            = lv_date
          EXCEPTIONS
            date_external_is_invalid = 1
            OTHERS                   = 2.
    Check in debug, you should get lv_date in YYYYMMDD. Now use lv_date in your WHERE clause.
    If you still do not get data after lv_date eq YYYYMMDD, check your LIFNR and KUNNR. They should be 10 charaters with leading zeroes if not 10 .
    If needed use the conversion for lv_lifnr and lv_kunnr.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            date_external            = lv_lifnr
          IMPORTING
            date_internal            = lv_lifnr.
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            date_external            =  lv_kunnr
          IMPORTING
            date_internal            =  lv_kunnr.
    Cheers,
    Raju.

  • Table for field net due date

    Hi,
    In which table we will find field net due date.
    Regards,

    Hi
    ZFBDT is the field for the Baseline date and ZBD1T, ZBD2T, ZBD3T are the days for disc.calculations....you can caluculate the Net due date based (ZFBDT  + [ZBD1TZBD2TZBD3T]) and accordingly the discounts(ZBD1P, ZBD2P) also
    VVR

  • How to change Net Due Date in case of Credit Memo..

    Hi Experts,
    In our system currently when we create credit memo using tcode FB75 system makes the invoive due immediately.
    We wanted to make this net due date dependent on payment terms given by us. Please let me know how can I achieve this..
    Please let me know if there is any user exit there or the configration path to achieve this...
    Regards,
    Vidya

    This is a standard SAP functionality. Usually a credit memo is referenced to an invoice and if you don't have a reference to an invoice SAP would consider that credit memo as due immediatly.
    If you have an invoice to be referenced to this credit memo enter the invoice number in the invoice reference field in FB75 > payment tab and then enter the payment term. If you don't have an invoice reference enter V  in the invoice reference field and then the payment term, system will calculate net due date based on payment term.

  • F110 payment only possible 8 days after net due date, why?

    Hi all,
    When we try to post a payment in F110 by choosing a next p/date as for example 24 April all invoices with net due date up to that date will be included. In payment proposal only invoices with net due date up to 15 April is included, not invoices with net due date 16 April and after. There is something with a tolerance of 8 days but I don´t know where this configuration is set. Payment terms is 30 days net and there I can´t find anything about any tolerance days and i can´t find anything in FBZP either. Does anyone know where I can find these days set?
    We want to create the payment per net due date. We don´t work with payment order.
    BR L

    Hi,
    Check in transaction code FBZP, all company codes. Double click on the company code, you will the find the tolerance days for payable.
    Thanks
    Aravind

  • FINT interest calculation on cust overdue items from net due date required

    Hi.
    I am running FINT option i am running interest calculation from net due date onwards whereas the system is calculating the interest from Next date of due date.
    For example: Customer invoice is raised on 01.01.2011 and Net due date is 01.01.2011. I gave the option in the interest calculation - SPRO - FINANCIAL ACCOUNTING(NEW) - ACCOUNTS RECEIVABLE AND ACCOUNTS PAYABLE - BUSINESS TRANSACTIONS - INTEREST CALCULATION - PREPARE ITEM INTEREST CALCULATION, Ref date as as 1 - Value date (Baseline date from Net Payment).
    Still the system is calculating the interest from 02.01.2011 instead of from 01.01.2011.
    Can anyone help me in this regard.
    Regards,
    Padmavathi

    Hi,
    We can calculate interest on items cleared with in the calculation period.
    When you are calculating interest on open items, system will check open items as on the Calculation Date.
    But if you want to calculate Interest on items cleared with in the calculation period., you have to check Calculate Interest on Cleared Items also.
    For Instance: If you are calculating Interest on 31st July for the period of 01.07.2009 to 31.07.2009, in this case
    some open items are already cleared with in this calculation period, even though you have to calcuate interest for those cleared items for that many days. System will calculate interest for that many days.
    Try with this option, still if you need any help please let me know.
    Thanks
    Chandra

  • Interest calculation based on Net Due Date

    Hi guys: I want the interest calculation based on net due date and not document date or posting date.
    I tried to check the box "ALWAYS CALCULATE INT FROM NET DUE DATE in prepare item interest calculation step, but system gives me message
    "Do not select "Calc.intrst from net due date" for this int.calc.type
    Message no. F7128"
    Here are my questions:
    1- how can i make the system to calculate interest only after the item is due for payment - right now its calculating anyday after the document date
    2- Is this the correct place in configuration to do this?  (ALWAYS CALCULATE INT FROM NET DUE DATE )
    3- Also in T code FINT, how can i run interest posting for only one item rather than all that show up in test run? I tried selecting/highlighting only one but it posts all.
    thanks much
    brian

    HI,
    The system always calculates the interest from the document date of the invoice,
    as of my knowledge there is no setting for the interest calculation from the net due date, so
    what u need to do is when u are running the open item interest run u specify the period of only the date
    from the net due date to required date as of u.
    if u  want to calculate the interest to paticular invoice and  having two invoices
    then u can run  as per the document date and other thing is u can block the invoice for dunnig.
    Regards,
    Padma

  • Net Due Date - FBL5N

    Hi All
    There is a request to change the net due date at the report FBL5N : if the net due date is on a weekend or holiday, it is necessary to change it to the next business day..
    I realized that this field is calculated using FM DETERMINE_DUE_DATE (when running FBL5n).
    Questions:
    -  Is it possible to change this date as requested? If yes, is it an ABAP issue?
    -  Modifying this net due date at this point, may affect the integrity of other reports or transactions?
    Thanks in advance.
    Regards.
    Gaia

    HI,
    As per SAP standard, it is not possible to link the due date calculation
    to a calendar so as to avoid having the due date fall on a holiday or
    weekend.  There is no provision in standard SAP to enable this.
    Only for automatic payment and dunning purposes, you can use a calendar
    to avoid payments on Saturdays, Sundays, and Holidays. Please see
    customizing transaction OBBA.
    One suggestion could be to use the substitution functionality, where
    you can substitute and change several fields from BKPF and BSEG. By a
    user exit you will calculate the adequate baseline date to avoid due
    date on Saturdays, Sundays or Holidays.
    Regards
    Madhu M

  • The "net due date" of a Credit memo

    Hi All,
    if a creatate a credit memo (t.code FB75), and fill in a "Payment Term", SAP doesn't calculate the "Net due date" according to it (the Payment Term).
    SAP shows a "Net due date" equal to the "bline date", ignoring the "Payment Term".
    Could anyone tell why does it happen?
    Thanks

    Invoice related credit memos:
    1. Credit memos can be linked to the original invoice by entering the invoice
    number in the "Invoice Reference" field during document entry. In this case,
    the terms of payment are copied from the invoice so that the invoice and the
    credit memo are due on the same date.
    Other credit memos:
    2. Terms of payment in other credit memos are invalid. These credit memos are
    due on the baseline date. To activate the payment terms on these non-invoice
    related credit memos, enter a “V” in the "Invoice Reference" field when
    entering the document.

  • Change the Net Due Date of a vendor Document

    Hi,
    Can anyone please tell me if it is possible to change the net due date of an AP Local document (doc. type = RE) generated by MIRO?
    I`ve tried to change the base line date (Bline date) but this field is unavailable to be changed in my company`s SAP.
    There is any other way?
    Thanks in advance!

    Hi
    You can change the payment terms
    Also
    To make any field as modifiable check the document change rules in OB32
    Regards
    Sach!n

  • Credit memo net due date is not correct

    Hi experts,
    In most cases the net due date of customers credit memos (posting key 11) is correct based on payment terms but sometimes itu2019s not (e.g. payment terms 30 days end of month but net due date is the same as document date).
    Any ideas why?
    I checked payment terms in customer master data and in FI and they are the same.
    Thanks for your help,
    Ben

    The general rule is that the due date of a credit memo is the baseline date.
    There are 2 exceptions: if you put the number of an invoice in the field BSEG-REBZG (Number of the Invoice the Transaction Belongs to), the due date of the credit memo is the due date of the invoice.
    2nd exception: if you put the constant 'V' in this field REBZG (you can do it thru a substitution rule), the due date will be calculated the same way as for an invoice.
    You can see this in the documentation of the data element REBZG:
    A special rule applies to credit memos which have a "V" in this field.
    The due date is determined in the same way as for an invoice. If the field is empty (containing neither a document number nor a "V") the due date is the baseline date for payment.

  • How to change value date from posting date to net due date

    Hi Gurus,
    My client wants to change value date from posting date to net due date. currently posting date is considered as value date but in future client wants to change value date to net due date of documents.
    1. what configurations need to be maintained to change value date from posting date to net due date.
    2. Will these changes effect automatic payment run.
    Thanks and Regards,
    Suresh

    Hi Suresh,
    In Future
    While posting the documents you can mention the value date as due date of the documents.
    For already posted documents
    You can change the value date to net due date.
    If the value date is display mode i.e. if you are not able to change the value date in FB02 (Document Change Mode), use OB32 transaction and make value date field as eidtable (BSEG-VALUT).
    In OB32 transaction enter all the required fields like Account type, transaction type, company code and finally activate the Field can be changed check box.
    But not sure, whether we can change the value date to previous date or not?
    This would help you..
    Regards,
    Praisty
    Edited by: Praisty on Jul 28, 2009 9:56 AM

  • Printing of Net Due date in report output

    hi Guru's,
    I have to print the net due date which is printed in fbl1n, but the problem is the field FAEDT is comming from the structure and i am not able to print it.
    The process is like this
        Base line date + Payment Term = Net due date.
        here the Payment Term is maintained in SAP code so how can i convert this so that i can do the above calculation.
    Payment terms like (Z001,Z002,Z003) etc.
    urgent.
    regards
    syama
    Edited by: syama sundar on Aug 11, 2008 10:48 AM

    hi,
    see:
    Link: [https://forums.sdn.sap.com/click.jspa?searchID=15042090&messageID=5792271]

Maybe you are looking for

  • What is X11 and what does it do is it worth downloading i've just got a new Macbook air

    What is x11and what does it do i've just bought a Macbook Air note book and was wondering if this x11 is worth downloading

  • How do i monitor usb audio?

    i am recording guitar and vocals through a floor pod that i can send into logic with a usb and i want to monitor it as i record through some ehadphones i have connected to my mac but when i put the output as the "built-in output" i cant hear anything

  • Treo 700p issues

    I just purchased a Treo 700p(Sprint), it seemed to work fine, no noted issues or problems, until I HotSynch'd it. Now... 1. HotSynch failed to backup PmTraceDatabase(handheld file could not be opened). 2. The Treo reboots when I try to do some things

  • Problem with N90 updated software

    I have a Nokia N90. A few days ago I've made a update to the phone's soft from the 3.0535.4.3 version to the 5.0607.7.3 version and I must say that I'm very dissapointed. My main complain is that now, when I am recording a video the image on the disp

  • My 6070 navigation display blanks out after 5 seco...

    My 6070 navigation display blanks out after 5 seconds. Not enough for a 'silver surfer' I am not able to find the adjustment, and it is not in the handbook. Can anyone help. Many thanks Solved! Go to Solution.