Placing payments (lookup question)

Hello. First of all, thanks to anybody who reads this and replies to it.
I’m getting really frustrated with myself because I’m a bit dyslexic (seriously) and I’m having some difficulty with HLOOKUP, VLOOKUP and LOOKUP.
Basically, I have a table with rows of clients, like so
Client
Invoice value
Payment days
A
$100
15
B
$30
8
C
$500
60
…and I have a vast (120+ column) time/client matrix, of which I’ll display just a few coulmns, on the understanding that it extends both left and right.
Client
6
7
8
Client A
Client B
Client C
Now, what I am trying to do, fairly trivially, is create a formula to insert in each cell of the client matrix a paymet if and only if it is due from that client on that day, so essentially, I’m looking for this output (given the client list illustrated above - client B is expected to pay $30 on day 8). For the sake of the exercise, the list of clients can be considered fixed, so I’m only looking for a unidimensional lookup here.
Client
6
7
8
Client A
$0
$0
$30
Client B
$0
$0
$0
Client C
$0
$0
$0
It’s fairly clear to me that I must create a formula that in client row of the time/client matrix looks at the header (the day), and then if and only if the corresponding payment day is equal to that value returns the invoice value, but exactly how I might go about expressing it to a machine in such terms mystifies me.
Please help.

Hi qubex,
Here is a solution in one table. You can drag the right hand columns off this table and drop them onto the canvas to create a new table. The Formulas will automatically adjust.
Client
Invoice Value
Invoice Date
Payment Days
Due Date
Overdue days
Overdue?
A
$100.00
1 Oct 2014
15
16 Oct 2014
24
Overdue $100.00
B
$30.00
22 Oct 2014
8
30 Oct 2014
10
Overdue $30.00
C
$500.00
23 Oct 2014
60
22 Dec 2014
-43
Formula in E2 (and Fill Down)
=C2+D2
Formula in F2 (and Fill Down)
=ROUND(DUR2DAYS(NOW()−E2),0)
Formula in G2 (and Fill Down)
=IF(F2>0,"Overdue "&B2,"")
IF F2 is greater than zero, then insert "Overdue" and the invoice value. Else insert "" (NULL).
Select Columns E to G then "hard click" (bottom left of the trackpad) until they "lift" off the page. Drag them to a blank part of the canvas to create a new table.
Table 1 now looks like this
Client
Invoice Value
Invoice Date
Payment Days
A
$100.00
1 Oct 2014
15
B
$30.00
22 Oct 2014
8
C
$500.00
23 Oct 2014
60
The new table (Table 2) now looks like this
Due Date
Overdue days
Overdue?
16 Oct 2014
24
Overdue $100.00
30 Oct 2014
10
Overdue $30.00
22 Dec 2014
-43
Formulas have adjusted to refer to Table 1. You can move (Cut and Paste) Table 2 to another Sheet if you wish. Formulas will adjust once again.
Regards,
Ian.
Edit: Oops, dragging columns E to G to create Table 2 has lost Client names. Sorry. Ian.

Similar Messages

  • UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!

    Hello,
    UPGRADE 1103 to 1159 - PAYMENTS CONVERSION QUESTION!
    This is the scenario, we are planning to do. Currently we have 11.0.3 in one box. We are planning for re-implementation for 11.5.9 in the new box. So we
    have to convert approx 14 months of open and closed data for the historic purposes. (Like PO's, Invoices, Payments and ledger data etc.)
    Again, these conversions cannot be handled through the front end using some Data Loader kind of tool etc...
    Data Loader tool, I used a lot for loading Flexfield Value Set Values, Category Codes etc...
    But my question is converting these AP_PAYMENTS related data in the back end. (Like Check num, Payment Batch ID, Invoice Number, Invoice ID, Supplier Number,
    Supplier ID, etc.) from old 11.0.3 box to new 11i box.
    Since there was some confusion is going on with Payments related areas, because there was now API's etc... some of them are telling it is very difficult to migrate "AS IS" into 11i. I also heard that oracle won't support this.
    Just want to clarify clearly on this issues.
    Because we are moving from the small box of 11.0.3 into Big box for 11.5.9. So we don't want to loose all the histories for about 20 months. especially open
    Closed / Open - Invoices, Payments, PO's, REQ's, Active Items which are in the Open Blanket PO's, Employees, etc...
    Of all these everything sounds like doable because they do have API's etc... Of course, I belive there is no API for the Vendors only. We want to know is this true for the Payments also.
    Any urgent clarifications is very much appreciated with clear explanation.
    Thanks in advance
    Mani Varadan

    The payment conversion is little bit tricky in term on its understanding and functionality.
    There are lot of dependices of payments conversion on the others objects like invoice.
    You need to be very clear in requirements.
    Here is the extracted documents for giving you clear understanding about payments.
    Overview of Process
    Prior to creating a payment batch, four setup are required.
    A.Define a bank for bank branches with which you do business.
    B.Define bank accounts.
    C.Choose a predefined or custom payment format.
    D.Finally, define payment documents for disbursements for each bank account.
    To give an overview of the steps required to create payment batch payments:
    1) Initiate the payment batch by entering the criteria for invoices you want to pay. The payment batch process selects invoices, and then builds the payments. It determines which invoices will be paid on each payment document, and lists this information for you on the Preliminary Payment Register.
    2) Make any necessary modifications to your payment batch, such as selecting additional invoices, deselecting invoices, deselecting suppliers, etc. Once modifications are complete, the modify payment batch process automatically builds the payments if any invoices were added.
    3) Format payments to produce an output file.
    4) Print checks from the output file if you are not creating electronic payments or sending the output file to a third party for printing.
    5) Confirm the payment batch by recording the document numbers associated with each payment. During this step, the invoice status is updated to “Paid” and a document number is associated with the invoice and invoice payment.
    As conversion(from 11.0.3 to 11.5.9) is concern step 3,4 is excluded from the standard processes.
    These are the tables involved during the payment conversion.
    AP_SELECTED_INVOICES_ALL
    AP_INV_SELECTION_CRITERIA_ALL
    AP_INVOICES_ALL
    AP_PAYMENT_SCHEDULES_ALL
    These are background (concurrent) processes involved in batch process consists of the following
    a. Autoselect      
    b. Build Payments
    c. Preliminary Payment Register
    d. Format
    e. Confirm
    f. Final Payment Register.
    10.7:
    If you are using the application in character mode, navigate to the Reset Payment Batch form. The navigation path is
    \Navigate --> Controls --> Payment --> ResetPaymentBatch.
    Select the payment batch name and the system displays the status of the batch. Your options for proceeding vary according to the batch status.
    11.5.8/9
    You can perform actions on your batch in Payment Batches form by clicking on the Actions button. The appropriate actions are highlighted depending on the status of the batch.
    THIS SECTION TALK ABOUT THE DETAIL TECHNICAL OVERVIEW
    Payment Conversion Technical Overview
    For the conversion is concern we are following four-step process
    I.Defined and prerequisite steps as discussed above
    II.Selecting the Invoice
    III.Building the Payment
    IV.Confirm
    THESE ARE THE PREREQUISITE SETUP
    We are assuming the bank set is already done from 10.7 to 11i.Bank set up means bank account id, and its corresponding payment format.
    For this purpose we are using mapping function for bank account id and on that basis we are getting corresponding checks stock id.This means defining a payment documents for disbursements
    SELECT INVOICES
    When a payment batch is started one row for each record is created in the
    AP_INV_SELECTION_CRITERIA_ALL table.
    This table stores the criteria that a payment batch uses to select invoices for payments. The module name for the Auto Select process is APXPBSEL. The Select Invoices, or AutoSelect, is the first step in the payment batch process.
    When we run a concurrent program the AutoSelect process starts by loading records that meet the invoice selection criteria into the table AP_SELECTED_INVOICES_ALL from the tables AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL.
    The criteria that AutoSelect uses to determine which record to select from AP_INVOICES_ALL and AP_PAYMENT_SCHEDULES_ALL is stored in AP_INV_SELECTION_CRITERIA_ALL.
    To be sure that no duplicate invoices get selected, invoices that are already selected in another payment batch are not selected. Invoice payments that have no remaining payment amounts are not selected either.
    BUILD PAYMENTS
    The module name for the Build Program is APXPBBLD. From the list created by AutoSelect, the Build program determines which invoices will be paid on each
    Payment document, and lists this information on the Preliminary Payment Register if Selected. The Build program is spawned when AutoSelect has completed. When the Build Program starts, the application uses information from the table AP_SELECTED_INVOICES_ALL to create rows in the table AP_SELECTED_INVOICE_CHECKS_ALL.
    In addition to creating rows in the AP_SELECTED_INVOICE_CHECKS_ALL, the build payments program also performs the following tasks:
    • Assigns document numbers for payments
    • Assigns Check Ids
    • Renumbers the remaining documents starting from the first_available_document
    • Updates the payment batch status to BUILT
    Since we are doing conversion from 10.7 to 11i where all payments need to converted hence we are keeping payment batch status as ‘FORMATTED’
    CONFIRM
    This is the final step for the payment batch process, where we will pick a payment batch from front end, and then making confirm. The menu for this
    AP Payable =>Payment Batches form =>by clicking on the Actions button
    Internally the confirm program first updates the AP_SELECTED_INVOICE_CHECKS_ALL records,
    then transfers those records to
    AP_CHECKS_ALL.
    In addition, the AP_SELECTED_INVOICES_ALL
    records are transferred into the corresponding
    AP_INVOICE_PAYMENTS_ALL,
    AP_INVOICES_ALL and
    AP_PAYMENT_SCHEDULES_ALL.
    Table Involved in Payment Batch Process
    These are the various table involved in the payment process of 10.7 and 11i.It is recommended that if corresponding earlier conversion is done then use the mapping function to get the new value.
    oAP_SELECTED_INVOICES_ALL
    oAP_INV_SELECTION_CRITERIA_ALL
    oAP_INVOICES_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_SELECTED_INVOICE_CHECKS_ALL
    oAP_CHECKS_ALL
    oAP_INVOICE_PAYMENTS_ALL
    oAP_PAYMENT_SCHEDULES_ALL
    oAP_INVOICES_ALL
    oAP_BANK_ACCOUNTS_ALL `
    Common Issue:
    1.Determine the status of the Payment Batch?
    A: Query up the Payment Batch in the Payment Batches Summary window to view the status. If you can not get into the application, you can select the status from SQL*Plus:
    SELECT status FROM ap_inv_selection_criteria_all
    WHERE checkrun_name = ?<payment batch name>?;
    2. Don’t change the last update date
    We are doing the conversion for payments, hence we can’t change he last_updated_date to sysdate as this will create a problem by concurrent program, in that case we need to populate the field for FUTURE_DATED_PAYMENT=’N’
    3. don’t populate the value for INVOICE_PAYMENT_TYPE
    If there are some prepayments in the conversion process donor populate this field and pass NULL, otherwise this will create a duplicate invoice, which will cause a problem for concurrent batch for payment.
    Hope now you will be very clear about the process.
    let me me offline, if you need further.
    regards
    sanjit
    [email protected]

  • Pre-order pickup, reward certificat​e, and payment option questions

    I pre-ordered an item on bestbuy.com for pickup at a local store. When I got there, I asked if I can use my reward certificate and the customer rep said that I couldn't. Is that true? 
    Another person next to her said she could back out the charges and re-enter the item, but when I told her I got it at a special pre-order price (gamers club unlocked price) she said she wouldn't be able to honor it.
    Also, if I bought an item online and picked it up at the store. Can I change my payment method at the register? I asked someone a couple weeks ago and they said they couldn't change payment methods.
    Solved!
    Go to Solution.

    Hi there Mcbutters-
    We appreciate that you choose Best Buy to place your pre-order!  I’m sorry to hear about the confusion you’ve had with this order and some others around how to get that reward certificate added to an order.  Hopefully I can help clear some things up for you.
    To answer your first paragraph, that it technically true.  When you place an order for in-store pickup, you are charged for the order when the store indicates it is ready for pickup.  At that point, the payment method cannot be changed.  However, once the transaction is complete, the store may be able to perform a return and then re-ring the purchase for you.  Keep in mind however, that any funds used from gift cards, reward certificates and your credit card would not be immediately available as in general it takes a few business days for those funds to go back on the cards or accounts.
    This leads me to my next point, which is generally we are unable to modify the payment method beyond changing a credit card on your order beyond 30 minutes after the order has been placed.  While your credit card is not charged until the item ships or the store indicates that it is ready for pickup, the card is generally authorized right away for 3-5 business days.  This is the same time frame we offer for changing shipping or pickup options as well, you can find more information on that here.  Another option would be to do as Batman1982 suggested and cancel your order to then place a new one.  Again, it may take a few business days for funds to return to gift cards, your My Best Buy account, etc.
    However, there should be no reason why they would not have been able to apply the 20% off new games software benefit that you get from being a Gamers Club Unlocked member.
    I hope that this helps, but if you have any further questions, please let me know.
    Bill|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Payment run questions

    Hi
    Can any one tell me answers for the questions below
    u2022     How many bank accounts can a vendor have in his vendor master data?
    u2022     How many countries can be executed on the same payment run?
    u2022     Can different payment file formats be configured for the same payment method in a Company code?
    u2022     What payment IDOC type's we have ?
    Thanks
    Sri
    Moderator: Please, respect SDN rules and don't ask several (interview-like) questions in one thread

    Dear Sri,
    u2022 How many bank accounts can a vendor have in his vendor master data?
    u2022 How many countries can be executed on the same payment run?
    u2022 Can different payment file formats be configured for the same payment method in a Company code?
    u2022 What payment IDOC type's we have ?
    1. strange question: It is clear that avendor can have more bank accounts for the same bank key; anyway SAP let You save all the bank accounts a vendor can have. don't worry.
    2. into the payment run You insert the Company codes, not the countries
    3. You can have only one format for each payment method.
    4. please check it by WE02
    I hope this can help You.
    Mauri

  • Pending payment / a question.

    Hey team I am sorry in advance cause i beileve this is in the wrong area in forums i only have a few minutes till i goto work and i think this is a issue that i need to deal with okay, so Im getting all these emails that i just noticed saying that i owe $16, I only have 1 Subscribsion which is a 1 year call anyone anywhere anynumber, which was acdivated like start of OCT 14' so its no that...?
    Okay and little off topic but have always wanted to know since im already contacting forums, Is there anyway at all to see the total hours you have called someone, Since i call my LDR partner everyday and would cool to know how long we have talked for  
    Sorry for wrong section i am just in hge rush and this is the only time in a few days i will get time to contact forums.

    Hi liamstevenproje ,
    To answer your question, order status that shows "Payment Pending" doesnt really mean that it is pending. It is already cancelled or was unable to process successfully due to some reasons. For as long as the status of our order shows "Completed" or "Delivered", those are the orders that will go through or will be charge to you.
    About the total number of hours of your phone calls,
    1. You can log in to your account in the website.
    2. Once you are on the My Account page, scroll down a bit then you should be able to "Usage" click on the phone icon.
    Best Regards,
    Akyll
    If one of my replies has adequately addressed your issue, please click on the “Accept as Solution” button. If you found a post useful then please "Give Kudos" at the bottom of my post, so that this information can benefit others.

  • EFT Payment advices questions

    Currently our EFT payment advices are sent immediately to vendors when we do our payment run (F110). We would like them to still be sent to SOST immediately (as per our selection in F110) but not sent to vendors until the posting date (ie when the payment is actually made). We prefer this automatic process to the alternative process of manually sending the advices on the payment day.
    Do you know if this is simply a config change or would programming be required ? If a config change, could you advise where this is done please. If programming is required will this be difficult ?

    Hi Rudra,
    You need to mention the Form name for Payment Advice in FBZP as well as the program name.
    It is standard coding in the program to go and check the Form name in FBZP> Paying Company Codes>Forms>Form for the payment Advice. So there is a purpose for both..
    Please note, the Program is not printing the payment advice.. it is in the form and program reads the form name from the node and outputs the Payment advice..
    Hope it clarifies..
    Regards,
    SAPFICO

  • AOL Common Lookups Question

    Gurus, I have a common lookup created under Application Developer Responsibility.
    The underlying table is fnd_lookup_values. This table has attribute columns. I have data entered into these attribute columns for the lookup I created.
    How could I view the data in these columnsa for the look_up type I created. I know I can enable the global Data elements from the SYS ADMIN responsibility, but this will enable the columns for all lookups which won't work.
    Any help is highly appreciated.
    Thanks, Naveen.

    If you downloaded & installed AIM 4.7, go to the bottom of the website & click on the Support link. If still having problems, cross-post over in one of the iChat AV Forums where the AIM users hang out.
    Did you repair permissions after installing AIM?

  • Payment program question.

    Hi folks,
    I need your help on the following issue. Our company uses Bank A (Ranking order 1) and Bank B (Ranking order 2) for wire payments. Bank B has both USD & EURO accts. I have a EURO invoice  and a USD invoice which needs to be paid. When i run the payment program,  I want the payments to go out of USD (Bank B) account for both the invoices. How do I do this?
    As of now, when i run the program,  EURO invoice gets paid out of EURO account ,  and USD gets piad out of USD account. Please give me your suugestions as to how to approach on this?
    thanks
    sapsri

    Hello,
    When you have invoice in EURO, it cannot be paid in USD.
    Based on the settings you can make foreign payment, but that does not mean that EURO invoice gets paid in USD.
    I do not think this is possible.
    Regards,
    Ravi

  • EJB lookup question

    Suppose I have a cluster of two servers with DNS name server1 and
              server2. From an external java program, if I do a JNDI lookup using the
              host name of "server1" and look up an EJB that exists on server1, I
              should always get a reference to an EJB on server1, right? If I use a
              host name of "server1", I should never get connected to server2's naming
              server, right?
              Kirk
              

    Kirk Everett <[email protected]> wrote in message news:<[email protected]>...
              > Suppose I have a cluster of two servers with DNS name server1 and
              > server2. From an external java program, if I do a JNDI lookup using the
              > host name of "server1" and look up an EJB that exists on server1, I
              > should always get a reference to an EJB on server1, right? If I use a
              > host name of "server1", I should never get connected to server2's naming
              > server, right?
              >
              > Kirk
              Kirk,
              not sure about the naming, but you could get an EJB from either
              server. To stop this you have to use a specific property
              (PIN_TO_PRIMARY_SERVER) which we haven't got to work yet!
              Matt
              

  • Simple payment term question

    Hi,
    I have to enter a payment term:
    3% 15 days
    2% 30 days
    1% 45 days
    In OBB8 I can only enter 2 %. How can I enter the third %?
    Thank you in advance,
    Eric.

    Hi,
    As per standard you can have only two discounted values. After which its the normal due date without any discount.
    Caio
    Raghu

  • Need your help on these 4 doubtful FI Questions

    Question#1:
    Which of the Following statements about automatic payment are correct ?
    a.      In automatic payment procedures, all incoming invoices as of the second dunning level are paid automatically
    b.      Direct debiting or bank collection can be used in automatic payment procedures to clear customer invoices
    c.      Open items posted to G/L accounts can be cleared using the payment program
    d.      Special G/L transactions(down payment)can be posted using the payment program
    e.      The payment program can pay vendor invoices using wire transfers and checks
    Question #2:
    . Imagine the following scenario:A company wants to execute a payment run on a daily basis and process several company codes at the same time. If the amount exceeds US$ 1000, the vendors are to be paid by bank transfer, amounts less than US$ 1000 are to be paid by check. The customer has two house banks and wants all checks to be processed by bank A and all¡¦
    a.      You store variants for print programs within customizing. Here you can specify that the information is to be output to a data carrier
    b.      You specify, per house bank, whether payments are to be made by check only or also by transfer
    c.      You specify the payment method from within the application,in the master record
    d.      The payment proposal of the automatic payment program can only be displayed
    e.      You can precisely schedule the print program from within the application
    Question #3: According th which criteria does the payment program determine and select open items:
    a.      posting date and baseline date
    b.      document date and posting date
    c.      baseline date and payment terms
    d.      posting date and cash discount periods
    e.      posting date and payment terms
    Question #4:
    where are posting periods defined? (SINGLE)   -
    a.      Posting period variant
    b.      Fiscal year variant
    c.      Field status variant.
    d.      Closing period variant.

    Hi,
        Q3- None are precisely correct.
         The date criteria are :-
              Actual Date entered into SAP (Parameter for payment run)
              Date of next payment run  (Parameter)
              Payment terms
    The baseline date is usually defined / defaulted within the payment terms, only in the case where it is not default or manually changed is it relevant.

  • Customer Payment History Caluclation of Arrears BackLog in Days

    Hi All,
    Cn anybody explain me how does the system calculate the
    Average BackLog in Days & Arrears in Forecast Days in Customer Payment History
    T-Code S_ALR_87012177
    Any material will also help.
    Regards
    Sunil

    Program RFDOPR20 enables you to carry out a detailed analysis of the payment history of customers. It also contains a forecast of payment volumes and payment arrears, based on the existing payment history.
    Requirements
    Information on the payment history of a customer is only stored in the system if you select the field Rec.pmnt.hist. in the company code-dependent area of the customer master record.
    Output
    The following information on the payment history is displayed:
    Customer type
    Using as a parameter the payment volume in the periods under consideration, the system determines whether the customer in question is generally a net payer or a cash discount payer.
    The type of customer is determined as follows:
    If the customer usually utilizes the full payment period without claiming a cash discount deduction, he is a net payer.
    If the customer usually pays in time to claim a cash discount deduction, he is a cash discount payer.
    Arrears in days
    The average days in arrears are determined as follows: Every incoming payment in the periods concerned is multiplied by its days in arrears. These amounts are added together and then divided by the total amount from all the incoming payments. This process ensures that the days in arrears are weighted by the payment amount.
    Forecast for arrears in the next period
    This forecast is based on the customer type that the system determined and attempts to make a forecast for the arrears in the subsequent period based on the payment volume data and the total resulting from the above mentioned calculation involving the payment and days in arrears. In this case, only data from the chosen periods is used.
    To make this forecast, the system carries out separate forecasts for the payment volume and the total described above, and then determines the number of days in arrears by division.
    Linear, logarithmic, exponential and potential models are used for the forecast, the optimal model being chosen in each case.
    By choosing the menu option "Forecast" you can display more information, such as:
    Payment volume in the periods under consideration
    Trend for days in arrears (gradient of the curve for the days in arrears, based on the forecast value for the subsequent period)
    Specifications on how the forecast was created (including a forecast for the payment volume in the subsequent period)
    For the information described above, the entries for "Number of periods" and "With current period" are important. The "number of periods" determines how many periods are to be taken into account in the calculations (these are always the most recent periods). The current period, which is only taken into account if the checkbox "With current period" is marked, is an exception. If the current period is included, it distorts the forecast, if it contains postings which are not complete.
    Further information offered by the program includes:
    Volume of open items
    Breakdown of number of payments, payment volume and arrears by period, where the last values are both subdivided into payments with cash discount or net payments. In these cases, the days in arrears are determined by weighting the amounts by the volume of the payment in question. You can display the results as a bar chart by selecting the menu option "Graphic".

  • Month end closing question from a DBA

    Hi all,
    I am a DBA not a functional setup person/Business Analyst; so excuse me if my question is not put in business terms.
    We have an 11.5.10.2 that operates in US, Canada, Peru, China and Australia. Each of these have their own Set of Books. When the time comes to do month end closing, our finance people tell all incl our US and other countries branches to stop the following transactions on the system while month end closing is going on:
    •     Inventory
    o     Pick, pack and ship for SO’s and Internal Req’s
    o     Receiving of PO’s, Internal Req’s and OSP
    o     Subinventory transfers
    o     Consignment consumption
    o     Inventory adjustments
    •     WIP
    o     WIP moves and completions
    •     Accounts Receivable
    o     Cash applications
    o     Invoicing of any shipping activity past cutoff o     Manual invoices and credits
    •     Accounts Payable
    o     Invoice entry and cancellation
    o     Manual or batch payment runs
    Question that I have is: how can month end closing be done where each of these countries could freeze these activities for their last day of month when last day of month starts obviously earlier in Australia and China compared to US, Canada and Peru? As of now, they all seem to follow the last day of the month procedure as the US. It takes about 7 hours for the whole process to run.
    All comments/suggestions welcome.
    Thanks,
    Edited by: DBA115102 on Mar 4, 2011 7:14 PM

    Hello.
    SQL> select p.period_name, ae.event_status_code, p.closing_status, h.AE_HEADER_ID
    2 from ap_ae_headers_all h, ap_accounting_events_all ae, gl_period_statuses p
    3 where ae.accounting_event_id = h.accounting_event_id
    4 and h.period_name = p.period_name
    5 and p.application_id = 200
    6 and p.closing_status = 'C'
    7 and ae.event_status_code = 'CREATED';
    no rows selected
    SQL>
    As you can see, i cannot find similar situation. My database has data since 1998. Perhaps we are using different APPS versions, mine is 11.5.10.2
    Octavio

  • Customer Down Payment Process Russia

    Hi,
    We are currently in the process of implementing our Russian subsidiary into SAP ECC 6.0. In this process we are struggeling to find the correct setup for a specific business process:
    For a lot of our customers we are requesting prepayment. We want to handle this in SAP via the down payment process (as in Russia VAT needs to be paid on down payments). So steps are:
    We create down payment request for a specific amount.
    Customer does down payment + down payment is posted in SAP.
    Customer places an order.
    We deliver the product and issue invoice (invoice needs link to down payment against which the invoice will be cleared).
    Down payment needs to be cleared.
    The part we are struggling with is that the down payment the customer does is not for a specific order. It is a lump sum amount which could cover 1 or more futur orders. So for instance down payment can be cleared partially with 1 invoice or serveral invoices can clear 1 down payment.
    Question is: How can we handle this correctly in the system? How can we link the down payment to the customer invoice (there needs to be a reference of the down payment in the customer invoice)?

    The customer invoice will not be in FI but will be triggered from SD. Russian requirement is that the down payment against which the invoice will be cleared needs to be printed on the invoice.
    Also, this seems a lot of manual work (manually transfer the dow payment F-39, manually clear the invoice with transferred down payment F-32, at the end also manually clear the original down payment with the down payment transfers F-32).
    If there are only a limited number of such customers this is feasible, but if there are a lot then it becomes cumbersum).
    One way of doing it more efficient, I thought, was to manually clear the invoice directly with the down payment via F-32. You can then post the open difference for the down payment surplus again as a down payment. But again this only works manually. I think there is no way to do this automatically (clear invoice with down payment based on amount and against latest down payment + post difference to down payment reconciliation account). I tried via transaction J3RCALD, but this does not seem to work.

  • Requirement on payment advise

    Hi All,
    we have user requirement as follow:
    1. we have 2 company code let say A and B
    2. Current setting every B payment , go through A company code
    3. Now user required additional requirement, they also want to have A company code payment
        after explore in SPRO portion, we can not maintain duplicate entry for setting up paying company code
       (means company B, have setup in control data sending company code B and paying coompany code A).
    then we are thinking to use , manual payment if company A want to pay using their own account,
    but have problem on printing payment advise.
    question:
    how we can print payment advise, if we are using manual payment?
    (i tried to do manual payment, and in the top menu have function to generate payment advise.
    payment advise can generated as system already give payment advise no. How i can check the payment advise and have a print preview on that?)
    Thank you for all the helps.
    Best Regards,
    Edy

    Hi Shivram.
    Thank you very much for your reply.
    Payment use for this manual payment is payment method T.
    if we are using t-code F-58, we need to fill in payment method related to cheque (C).
    Any idea how we can do manual payment using T, and then we can print the payment advise.
    Thank you.
    Best Regards,
    Edy

Maybe you are looking for

  • IMovie Theater video length limit

    Why does iMovie Theater limits you to a 15 minute max video length? Most of my home movies are around 20 to thirty minutes. Seems silly to limit the video to such a short length if you are paying for the iCloud storage for your video.

  • Perserving Photo Sort

    I created a new Slideshow in iPhoto 5. In this slideshow, I manually arranged the photos. I now want to move this into iMovie, but I now realize I should have created an album instead of slideshow. Is there any way to preserve the photo sort in my sl

  • 2 way communication

    What is the best way to get 2 way communication with a servlet from a Java Web Start Application using http protocol? Is this something related with http 1.1?

  • How can I enlarge spool size ?

    Hi    How can I enlarge spool size ? Is setting up parameter in profile ? Could any one kindly help me ? Thanks! Matt

  • Cannot verify email address on FaceTime

    I cannot verify my email address on FaceTime. There isn't anything wrong with my network connection or firewall because my family members can log into their FaceTime on their own MacBooks with no problem. So I created a new Apple ID with a different