Find payment day of sales order

Hi friends! I need some help!
I'm trying to find the payment day of a sales order using a date and payment terms. I tryed function FI_FIND_PAYMENT_CONDITIONS and work well for payment terms with fixed day, but without this don't work. Anyone knows a function that works for all payment terms? (with and without fixed day).
Thanks in advance for any help!

Hello,
You can use the FM "DETERMINE_DUE_DATE" for finding the Payment date of the SD document.
Kindly check .
Regards,
Rinkesh Doshi

Similar Messages

  • Customer Down payment clearing during sales order

    Dear all,
    I have create a customer down payment via tcode F-29.
    now, i want to clear this down payment along with sales order.
    ex :
    day 1 : customer pay advance 10
    day 5 : customer buy item with amount 80 (cash sales)
    can we deduce by down payment 10 during invoicing process then receipt 70 only.

    But my document is not having any clearing documents and it can't be reset by FBRA,  these documents get posted by  mistake , while debugging from SD side , so any idea on it ?
    Thanks
    Deepak

  • Days since Sales Order creation excluding holidays in factory calender

    Hello,
    Can anyone pls tell me the logic to retrieve the Days since Sales Order creation excluding the holidays in Swedish factory calender.
    Current logic which we have thought of is 
    (The first succesful output - Order creation date)
    But the result should exclude the Swedish Factory calender holidays (our client is from  Sweden)
    Now we need to establish the logic of fitting the factory calender into this whole issue. As we have to provide the logic to our ABAP er .
    Waiting to hear from u all.......
    Regards,
    Anirban
    SD Consultant

    Your message is somewhat unclear to me.
    When creating a sales order, a "Required Delivery Date" is needed.
    This date is checked against the unloading calendar of the customer. If the system finds the requested delivery date = a non-working day of the customer calendar, it issues a warning (No goods accepted on DD.MM.YYYY. The next possible date is: DD.MM.YYYY (Message no. V1019). There does not seem to be any possibility of changing this warning to an error in the standard system; only possibility would be to modify the standard code.
    If I have misterpreted your thread, then apologies, and feel free to elaborate on the issue some more.

  • How to prevent change payment term in sales order?

    Hi,
    My client not allow sales admin. to change payment term in sales order. How to do this? (by standard SAP functions or authorization)
    Thanks & Regards,
    Jr.SD

    Either you can run T.Code shd0 or apply User exits in the program MV45AFZZ - USEREXIT_MOVE_FIELD_TO_VBAP to achieve this.
    thanks
    G. Lakshmipathi

  • Down Payment processing for Sales orders using Milestone Billing Plan

    Hi,
    The business scenario is as follows.
    The delivery for the sales orders are to be created only after the pre payment( a percentage of the total sales order value) is made by the customer.
    Hence the sales orders while creation are blocked for delivery creation using credit block by means of a userexit.
    The credit manager checks the blocked sales orders using VKM1 transaction and verify if there are any payments made by the customer to cover this pre payment to be made.
    If it is enough to cover then he releases the sales order manually for delivery creation.This is a complex process since there are too many sales orders and the payments made by the customer may not match the amount to be paid(it can be greater or lesser).The customer just pays a huge amount which is to be distributed among the sales orders for pre payments.
    Later, when the invoice is created, the customer account is cleared manually using F-32 transaction for the oldest open invoices.
    Here again there is a huge manual effort involved since he need to distribute the amount against the invoices using oldest open item principle.
    As a solution we are planning to implement "Down Payment processing for Sales orders using Milestone Billing Plan".
    Is this the right solution?
    Can you please give the steps in detail to implement this functionality for above scenario?
    We are using SAP 4.7 version without Project Systems.
    Thanks in advance.
    Regards,
    Ragesh

    Hi Ragesh
    Check the links where you will get the entire down-payment configuration
    [https://forums.sdn.sap.com/post!replydownpayments ]
    Regards
    Srinath

  • What table where i can find the errors in Sales Order

    hi,
    what table where i can find the errors in Sales Order. here's my situations, I need to create a abap report of CRM sales order not replicated to R/3 and show what's the error. I can't find the actual error in CRMD_ORDDERADM_H and CRMD_ORDERADM_I. I also tried calling program "CRM_ORDER_READ" but the program doesn't display/returns error's on header and item level.
    please help.
    earl g. faren

    hi,
    what i need is a table where i can find the sales transaction errors. I'm doing a abap report to list down sales transactions with error(s). I checked the table CRMD_ORDERADM_H and CRMD_ORDERADM_I but there's no field for transaction errors.
    please help me find a table where I can link the tables above to get the specific errors for a sales transactions.
    thanks alot.

  • Multiple Payment Types in Sales Order Header Window without Prepayment

    Hi,
    I am trying to enter multiple payment types in Sales Order Header window. If I dont enable Prepayment, then its not allowing me to distribute payments across multiple payments.
    Is there a way where I can enter multiple payment types in Payments Window of Sales Order-> Actions, and enter multiple payment types and distribute the amount.
    While entering sales order, want to enter multiple payment types without enabling prepayment. If its not prepayment, its not allowing me to distribute the amount.
    It will be really helpful if someone can reply urgently.

    Hi,
    Any help on this will be really appreciated.
    I am not able to get any reply from Oracle SR Team as well.

  • How to Find  Credit Check Released Sales Orders /Deliveries?

    Hi Gurus,
       How to Find Credit Check Released Sales Orders /Deliveries for a particular Customer.
    Regrds,
    Binayak
    Message was edited by:  Binayak
            Binayak Ghosh

    Hi,
    You can chech inthe Tcode VKM2 Released SD documents, and VKM4 SD documents.
    reward if useful
    Regards
    syed

  • How to find whether the created Sales Order is with BOM or without BOM ?

    Hello,
    I am technical guy i want to find whether the created sales order is with BOM or without bom.
    Can anyone help me with table details.
    Regards
    VEk@

    Go to TVAP & in FIELD STRUM give 'A' & PSGRP as 'SD01'.It will giveyou all the Item categories maintained in BOM.
    Now you can cross - check with the Item Category maintain in the Sales Order.
    Best Regards,
    Ankur

  • Payment terms in Sales order by default

    Hi,
    I have configured in payment terms in customer master as AB11 for description blank . but when i took printout for sale order its showing by default "Paybale immediatly by deduction" so please guide me this is Abap issue or any other config i miised.
    Thanks
    Shital D

    Hi,
    It's all depend on how your program assigned to the output type (In tx: NACE) works.
    Please ask your ABAP person to debug the print program when you generate the printout. Check whether system is picking "AB11" as it's payment term at that point.
    If it picks, then he should be able to find where the description is picking as well.
    From functional side, there is nothing you can do as payment term AB11 is picking correctly in the sales order, and it is having the correct description in the configuration.
    Issue is with the program. You HAVE TO get a help from a ABAP person.
    Best regards,
    Anupa

  • Payments recieved against Sale Order .

    Dear Friends,
    I am currently working on a BI report , which would require the payments that are recieved against a Sale order.  As I am not very good in the Functional aspects, I have been struggling to find out .Request you to give me on how this can be handled .
    The Business Flow is :
    ->Sale Order Created  with a billing plan , It can be a Downpayment followed by Final Invoice.
    ->  Multiple sale Orders can be linked in an Invoice.
    -> I am proceeding with PK 15 ,Cleared Items for Invoice releated and PK 19 Spl GL Ind A for Downpayments..But I am not able to handle clearings with cancellations and payment difference postings.
    It will be really useful if I can get a technical logic to caluclate this .
    Regards,
    Charan.

    Hi,
    When posting the values to Accounts Receivables (SD), the values you can see at Table BSID.
    The clearing / Open Items / Collection values against the above would be posted in Table BSAD.
    So, you can find the cleared values at BSAD connected to any manner clearing to the Accounts Receivables.
    Regards
    VG

  • FM to delete / clear payment block in Sales Order

    Hi,
    Could any one tell me the FM to delete payment block in the Sales Order in the Billing Plan. My requirement is, on any given date, if the payment is due,  remove the payment block for the sales order. The Payment block value is in FPLT-FAKSP field. But I could not find any FM to change the value of FAKSP to SPACE.
    Thanks
    Sai Prasad R

    Check transaction code VBSY ( report ROGBILLS )

  • Query needed to find what time a sales order was closed

    Hi to All,
    Need to find when a sales order was closed. Meaning the exact time. I know the flags that needed to be considered. But what table/column holds the exact time that the sales order was closed.
    Thanks

    If your workflow process details are not purged below query end_date will be order closed date.
    select a.instance_id
    , to_char(b.begin_date, 'DD-MON-RR HH24:MI:SS') begin_date
    ,to_char(b.end_date, 'DD-MON-RR HH24:MI:SS') end_date
    , a.process_name process
    from  wf_process_activities a, wf_item_activity_statuses b
    where b.item_type        = 'OEOH'
    and   b.item_key     in (select to_char(header_id) from oe_order_headers_all where order_number = <Ordrer_num>)
    and a.process_name = 'CLOSE_HEADER_PROCESS'.
    and   b.process_activity = a.instance_idIn R12 if you do not have any customizations ,
    Current close process defines wake up time as last day of month, there is no time component.
    So order will be eligible from midnight of the last day of the month.
    First run of Workflow background process program for item type OEOH should be closing them.
    For example : If the Wait activity in 'Close - Order' process encountered first time on 09-May-2013(Any time in the month of May), then Wake up time will be last day of current month I.e. 31-May-2013 00:00.

  • Down payment issue against sales order

    Hi
    I have some down payment of 100000 and it is to be executed in 20 parts against a sales order. there was some error in the payment processing and while debugging we have posted some five of above payments as cleared although there was no clearing documents aginst these five. Now my balance due is giving incorrect amount. I want to move these wrongly cleared item in uncleared list,  reversal can't be done as this is having other 15 parts.Any best way to reinstate mentioned 05 parts as uncleared.
    Thanks

    But my document is not having any clearing documents and it can't be reset by FBRA,  these documents get posted by  mistake , while debugging from SD side , so any idea on it ?
    Thanks
    Deepak

  • Payment methods on sales orders

    Dear all,
    In CRM 5.0, I've a problem with payment methods on my sales order (billing tab): the value list is not activated (is empty) in my sales order type whereas with a standard sales order it works. It seems it is because the field Tax destination country is not determined automatically. The BP used is the same in both cases, so it is not a problem of master data.
    I don't know what to change in my customizing as I've compared 2 sales order types and it is the same; For information we don't use neither tax determination nor billing, only pricing.
    Many thanks for your help
    Marjolaine

    Thank you Kumar,
    I've already managed entries for the corresponding country. The problem is the Tax destination country is not filled automatically when I select a BP with my sales order, but with standard SO it works. I don't know what custo is missing in the sales order to recover this value...
    Would you have an idea?
    Thanks in advance!
    Marjolaine

Maybe you are looking for

  • I want to sync a differnt ipod to my dell laptop when i plug it in all it does i charge what do i do???

    I have a diffent i pod my girl friend doesnt use i think its a classic or a nano. I pluge in my i pod and its redy to add music from my libary. When i plug this one in all it does is charge how do add music to it?

  • TS3927 my phone connect to my computer but not to itunes

    I connect my iphone 4s to my computer which it connects but does not connect to itunes i have tried reinstalling itunes and the apple device support i have also tried to restart it but nothing helps please help me.

  • Dynamic select page format

    Hi All, My requirement is to pass page format from SE38, instead of assign in smartforms. because here two devise LP01 and LP02. LP01 for Laser printer and LP02 for dot matrix printer. It is correctly print in LP02, because for that page format is co

  • Error at import oracle.html.*

    i have installed oas,and am able to create PL/SQL applications.but when ti comes to jweb cartridge i am unable to compile as i get an error of import oracle.html.*. kindly help how do i write program for creating jweb application . pl. help thankyou

  • How to create a claender in forms6i

    Hello Gurus, Can anybody tell me how to create calender in forms6i...............