Letter of Credit in Payment Due Date Calculation

Dear All,
I meet a case as following:
Sales Order A with 80% Letter of Credit
(L/C) payment (set in header condition) and 20% downpayment, with Payment Terms: L/C payment due
date is before a special date.
Question 1: If downpayment has cleared, whether user can see that a
record of downpayment paid in a Sales Order under SAP standard design?
Question 2: whether SAP standard desgin/configuration can set L/C
payment due date by a payment term? note: L/C is flexible depends on
different Sales Order?
Thanks for all your helps!

Did you find a solution to this?
Is it possible to separate down-payment from rest of sales order - so Letter of Credit is only for the sales value minus down- payment?
SO value 1 Mio USD
Down-payment .2 Mio USD
LOC value >> .8 Mio USD?
Cheers
Hein

Similar Messages

  • How to set the payment Due date calculation as per working days.

    how to make changes in the vendor Payment terms so that while calculating the Payment due date as per Payment terms, system calculates it based on Working Days & not the Calender days ?
    Help is much appriciated.
    Thank you,
    Amit

    Hi,
    This is the standard settings by SAP, normally we couldn't change it to working day.
    Good luck
    Tao

  • ICloud payment due date in the year 2050

    Hello,
      I called Apple around 27 September with a problem on having iCloud bill my credit card on 30 September 2012 where the Apple representative seemed to have a challenge understanding my issue.
      So 30 September came and went and now my iCloud account says the next payment due date is 30 September 2050.  It is the same on my wife's account as well.  I have no problem paying $40 a year since I use to pay $99 with MobileMe.  I don't want to lose my e-mail and other stuff is the issue.
      Please let me know if you have seen or had the issue or it is anything to worry about.  My credit card has not been billed yet.  For our teenage son when I set up his iCloud account I was billed immeadiately so I take it there is some issue on payment processing for existing customers.
      Any advice would be greatly appreciated.  Thank you

    Obviously the date is an error: Apple are apparently aware and are dealing with it. I assume you had the free extension as a MobileMe migratee but wish to continue using it and pay for it: you will need to cancel the downgrade - you should be able to do that now, and then you will be charged when Apple sort this out (or possibly in 2050 if you're very very lucky ).

  • Invoice payment due date to friday if it falls on Weekend

    Hi All,
    I have an interesting requirements in payment terms due date calculation. Say we assign a payment term to customer and Invoice is done.  If the due date falls in the weekend ..say 2 july 2014 which is  a Saturday. Can we set the system so due date is set to 1Jul 2014 which is a Friday. Underlying business need is when a due date fall on the weekend it doesn't go to Monday but bring forward to Friday. One can argue that Friday is not 30 days but 29 days so this not right.
    Thanks

    Hi Dick,
    Please check below links.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70ccb4af-f7d0-2c10-a0b6-ae3f2738dda2?QuickLink=index&…
    Payment Terms Setup Help
    Due Date Configuration
    Hope this helps
    Regards::::
    Atul Chakraborty

  • User Exit for Changing Payment Due date for Invoices

    HI Gurus,
    Could anyone suggest a User Exit which cane be used for Due Date calculation an all Invoice Entries like MIRO, FB60 etc.
    This is required for overwriting the Due Date determined via payment terms by a Particular day in a week. (Eg: Friday)

    Hi
    User exit
    Re: user exits in MM
    Regards
    Ram

  • Function Module - FBL1 (Payment due date)

    Hi All,
    In FBL1n i notice that once an invoice is posted into system, the due date for payment is calculated based on the payment terms for the vendor. I would like to know which FM i can use to get the same functionality?
    Vivek

    Mr. Santosh,
    Thanks for the quick response. Well actually i need to build a customized report for a specific requirement. I will be reading in 2 different dates & then I want to calculate the due date of payment as on those dates
    eg: Vendor payment terms 30 days.
    Case 1:
    Date 1: 3.4.2008
    Case 2:
    Date 2: 15.4.2008
    I want to pass these 2 dates individually into the FM & then the output should read me
    Case 1:
    Payment Due on: 3.5.2008
    Case 2:
    Payment Due on: 15.5.2008
    I hope i was able to put across my need clearly.
    Addition:
    Is there any function module or any other way to calculate the payment due date depending on baseline due date(ZFBDT) and payment terms(ZTERM)?
    Edited by: Vivek on Apr 23, 2008 10:04 PM

  • Payment terms should calculate Payment due date based on working days

    Hi Experts,
    As we know that standard SAP calculates Payment due date= base line date + number of days maintained in payment terms. In this payment days are considered as calendar days and not the working days.
    Example: If base line date is Thursday, payment terms says 3 days then payment due date is calculated as Sunday ( which is not a working day as per the factory calendar I use). The requirement is that payment date should be calculated as following Tuesday considering Satuarday and Sunday are not working days as per the calendar.
    Can you please suggest how can we achieve this?
    Thanks,
    Ravi

    You can not acheive from config pooint of view but you can use BADI and get the solution
    use BAdI MRM_PAYMENT_TERMS to set terms of payment
    You can use this Business Add-In to change the following fields for the 
    terms of payment in the invoice document header:                        
    o  ZFBDT: Base date for due date calculation                            
    o  ZBD1T: Discount days 1                                               
    o  ZBD1P: Discount percentage 1                                         
    o  ZBD2T: Discount days 2                                               
    o  ZBD2P: Discount percentage 2                                         
    o  ZBD3T: Deadline for net condition                                    
    o  ZLSPR: Key for payment block

  • Due Date Calculation on A/R Invoice

    The Due date calculation on an Invoice for a customer with a payment condition of 30 days is wrong on  the system:
    Invoice DocDate: 11.05.17
    Invoice DueDate:  11.07.01
    On the BP Master Data is set a payment condition of 30 days. So it should be a due date of June, not July. This is a invoice that comes from a Sales Order with Approval Procedure.
    Our version is 2007 A SP:00 PL:49.
    Thanks in Advance...

    Hello,
    Perfect Notification
    For Payment Terms for Business Partner----
    IF (@transaction_type = 'A' Or @transaction_type = 'U')  AND @object_type = '17'
    BEGIN
    Declare @GroupNum as Nvarchar(20)
    Declare @OCRDGroupNum as Nvarchar(20)
    Declare @PaymentTermCode as Nvarchar(20)
    Declare @PaymentTermName as Nvarchar(20)
    Set @PaymentTermCode = (Select GroupNum from OCRD where CardCode = (Select CardCode from ORDR where DocEntry =@list_of_cols_val_tab_del))
    Set @PaymentTermName = (Select PymntGroup from OCTG where GroupNum = @PaymentTermCode )
    Set @GroupNum = (select GroupNum from ORDR where DocEntry =@list_of_cols_val_tab_del)
    Set @OCRDGroupNum =(Select GroupNum from OCRD where CardCode = (Select CardCode from ORDR where DocEntry =@list_of_cols_val_tab_del))
    If @GroupNum != @OCRDGroupNum
         begin
              SET @error = 10
              SET @error_message = N'Payment Terms Should be  ' + '   ' + @PaymentTermName + ' ' +' For this Business Partner'
         end
    END
    End----
    It will Definatillly Help You.
    Thanks
    Manvendra Singh Niranjan

  • Vendor Payment Due Date Report

    Is there any standard T.code for Payment due dates as per Vendor ?
    Please provide solution for this
    Thanks & regards

    Hi,
    Pls check this report: S_ALR_87012082,  S_ALR_87012287, S_ALR_87012168, S_ALR_87012078, S_ALR_87012084
    Regards,
    VJ
    Edited by: vrunda on Jul 8, 2009 11:12 AM
    Edited by: vrunda on Jul 8, 2009 11:17 AM

  • Invoice payment due date.

    Dear all,
    I would like to display the invoice payment due date in my SAPscript. I've heard about the FI_TERMS_OF_PAYMENT_PROPOSE function module and thought that it could feet my need. But I'm wondering if there is no other way to proceed since I can't find documentation on the above function module. Also I'm surprise to do not find in standard among the structured tables the invoice payment due date data.
    Best regards.
    Nozome.

    Hi Nozome,
    You may look at the following post.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.highlightedcontent?documenturi=/forums/sdn_jive_forums/thread{74687265616449443d3731303434}.jspa
    Cheers
    Vinod

  • How to generate 3 payment due dates& 3 posting against single invoice?

    Hello Experts,
    Kindly provides some inputs on below requirement.
    For example :- In the Utility Bill,
    Consumption months: June, July, August
    Meter Reading taken in August
    Billing Months: September, October, November
    Bill generated in August
    Consumer receives the bill on September month
    Payment Due dates: 12 Sep 2009, 12 Oct 2009 and 12 Nov 2009
    Issues-:
    1.How to generate three posting against single invoice?
    2.How to generate three payment due dates for above postings in three consecutive months since payment due date logic is incremental in nature here, e.g.
    1st due date = posting date + 15 days
    2nd due date = 1st due date + 30 days
    3rd due date = 2nd due date + 30 days
    Requirement description:-
    The utility generates bill quarterly for domestic consumers. For such consumers, the utility takes reading from the consumers premises after end of consumption period (quarterly ) and generates bill on the 1st billing month (here 1st billing month is September).
    In the bill the utility divides total consumption into three parts (considering each part for each consumption month) and calculates all charge heads separately on each part. It however, consolidates and generates a single bill having three rows, each row showing charge heads of each consumption month and also net and gross amount to be given for each consumption month.
    Moreover, three postings have to be generated in FICA against that single bill. Also, it provides three due dates to the consumer, each date falling in each billing month, to pay the above three net amounts respectively. Dunning and other activities should be triggered if the consumer fails to pay the stipulated amount by corresponding due date.
    Looking forward for valuable suggestions
    Thanks in advance
    Regards,
    Vaseem
    Moderator note - question reposted - OP notified of violation Issue on quarterly bill
    Edited by: William Eastman on Jun 3, 2010 3:25 PM
    Edited by: William Eastman on Jun 3, 2010 5:01 PM

    Hello Experts,
    Kindly provides some inputs on below requirement.
    For example :- In the Utility Bill,
    Consumption months: June, July, August
    Meter Reading taken in August
    Billing Months: September, October, November
    Bill generated in August
    Consumer receives the bill on September month
    Payment Due dates: 12 Sep 2009, 12 Oct 2009 and 12 Nov 2009
    Issues-:
    1.How to generate three posting against single invoice?
    2.How to generate three payment due dates for above postings in three consecutive months since payment due date logic is incremental in nature here, e.g.
    1st due date = posting date + 15 days
    2nd due date = 1st due date + 30 days
    3rd due date = 2nd due date + 30 days
    Requirement description:-
    The utility generates bill quarterly for domestic consumers. For such consumers, the utility takes reading from the consumers premises after end of consumption period (quarterly ) and generates bill on the 1st billing month (here 1st billing month is September).
    In the bill the utility divides total consumption into three parts (considering each part for each consumption month) and calculates all charge heads separately on each part. It however, consolidates and generates a single bill having three rows, each row showing charge heads of each consumption month and also net and gross amount to be given for each consumption month.
    Moreover, three postings have to be generated in FICA against that single bill. Also, it provides three due dates to the consumer, each date falling in each billing month, to pay the above three net amounts respectively. Dunning and other activities should be triggered if the consumer fails to pay the stipulated amount by corresponding due date.
    Looking forward for valuable suggestions
    Thanks in advance
    Regards,
    Vaseem
    Moderator note - question reposted - OP notified of violation Issue on quarterly bill
    Edited by: William Eastman on Jun 3, 2010 3:25 PM
    Edited by: William Eastman on Jun 3, 2010 5:01 PM

  • In which package would I find the recalculate payment due date logic

    In R12 Invoice Workbench screen when you change certain fields the payment due date is recalculated.  I want to look at the logic behind that functionality.  I am looking at the code for the form but struggling as I haven't looked at Oracle forms in years and never anything this complex.  Can someone point me to the pl/sql package that contains the logic?  Thanks!

    The information comes from multiple tables.
    But you can get most of the information from mtl_material_transactions. It will give you transaction date, type, subinventory, quantity, uom , transaction value
    You will have to join the record with po tables to get PO#
    Hope this answers your question,
    Sandeep Gandhi

  • I Want To Change My Payment Due Date

    Change Payment DateFrom: szygw9To: ATTCustomerCareSent: ‎07-08-2015 7:15:33 AMRead: Not Yet ReadI want to change my payment DUE date to the first week of the month, preferrably to the 1st day of every month! Because AT&T changed my payment DUE date to the 27th and there is NO money in my account until the 1st of every month, so I am incuring LATE charges.  PLEASE change my payment DUE date to the 1st of every month.  I have called in a few times and yesterday was the last time and the representative said she could not help me and she would email me directions on how to do this myself online!  I have received NO email! 

    Hi there! @szygw9 thanks for posting your concerns. I’m sorry to hear you did not receive the email with steps to do this.  At this time this is not a self-service option.
    So we can see what options may be available to change this, please private message me by clicking here and provide your name and a good contact number.
    We will contact you within two business days.
    Thanks!
    Charise

  • The new payment due date

    When will this take place?

    Hi there! @phantombagger thanks for posting your question. The Payment Due Date Standardization started in June and will end the last part of July.
    You will receive a text message when to expect the change.
    This information should also be on your most recent bill, either the June or July copy.
    Keep in mind, this will not impact your monthly charges.
    Thanks!
    Charise

  • Change in payment due date

    My bill has always been due on the first of the month. You are now changing my due date to the 27th of the month. So for the month of June, I will have made two payments to you, one on the 1st and one on the 27th. Then my payment will be due on 27 July and every month until the end of the year. I will have made 13 payments to you in this year. Next year, I assume that my bill will be due on the 27th of every month, so I will pay the bill 12 times. Why am I paying you 13 times this year and twice in one month?

    ATT send me a text last week and again today:
    Starting in June 2015, AT&T will standardize the number of days wireless and Digital Life customers have to pay their bill. As a result, a due date earlier or later than usual may appear on your wireless and/or Digital Life bill.
    Due Date Change
    If you receive a message on your bill, text message, or email directing you to this page, your due date will change. Otherwise, your payment date will be the same.
    Important Note
    No changes to monthly charges - A change to your payment due date only affects the amount of time you have to pay your bill. You will have about three weeks after the close of your billing cycle to make a payment. The change to your due date does not affect your billing cycle or billed charges.

Maybe you are looking for

  • Issue when SelectOneChoice is used with Domain data type in JDev 11.1.2.0.0

    Hi, I am facing one issue while working with SelectOneChoice along with Custom Domain data type. Sample app to simulate the issue is available at http://www.filejumbo.com/Download/6FDF6ECF2922BD24 Issue Details. Base view object’s attribute is of typ

  • Driver not found Windows XP Blackberry 8330

    I have installed and uninstalled the Desktop Manager numerous times.  When I attach phone thru USB cord it won't detect driver.  I am running this on Windows XP, I only want to be able to transfer music files from computer to the phone.  I have a 2nd

  • Hide the sidebar in Numbers?

    Is there a way to hide the left-hand sidebar in Numbers?

  • Using Quicktime in 3G iPhone

    I have a new 3G iPhone and have tried repeatedly to download "Quicktime" on to it as many of my email attachments are in Quicktime. When I download it, I get a note that says "Congratulations - you now have Quicktime" but I can't find it and the atta

  • No Faces After Update To Aperture 3.4.5

    Hi, I seem to have lost all Faces after updating to Aperture 3.4.5 (from 3.4.4). Checking similar forum posts has not helped so far (Aperture.plist deleted, no search team on the cork board). When I add Faces information to new photos, they do show u