JournalEntries and Incomming payments

If I generate a JournalEntry by using DIAPI, this JournalEntry will be listed in the Incomming payments when I choose the corresponding BP Code.
However I know that if a JournalEntry is base on a AR Down payment invoice, it will not be shown in the Incomming payments form.
I have tried to create a JournalEntry base on another document, but these 2 fields
oJE.Original
oJE.BaseReference
are read only.
Is that possible to generate a JournalEntry base on another document by using DIAPI ?
or is that another way to make the JournalEntry not be shown in the Incomming payments form?
Edited by: jupitercd on Sep 16, 2009 1:23 PM

Hello,
You should rather create the base document only and not the journal entry. The journal entry will get created automatically. Or otherwise if you have created a journal entry directly, than it will show on payments, unless it is reconciled and closed.
Regards,
Rahul Jain

Similar Messages

  • Sample for A/R invoice and Incoming Payment

    Hi,
    Have any samples for create A/R invoice and incoming payment by SDK?
    Which related tables are used?
    Thanks!
    Regards,
    On

    On,
    If you look at the SDK Help Documentation, specifically at the Documents, Document_Lines and Payments Objects for the DI API, the help discusses the tables involved as well as gives samples of common documents.
    Eddy

  • How to Post Customer invoice and Incoming Payment?

    Hi,
    Please give me some inputs for the below scenario. Please help me where i can do this..I could not find the T.Codes..
    1. Customer Invoice
    2. Customer Payment at Desk
    3. Down payment
    4. Down Payment Clearing
    I could able to find the t.code for Down payment, But i could not find the T.Codes for Invoice and Incoming Payment and Payment Drawer.
    Please help me..its bit urgent...

    Hi Kishore
    IS-H only generates invoices from a pseudo SD. In SD are seen as invoices entered form an external systems and transfered to FI.. So, no posible to do a FI invoice directrly in IS-H.
    Regarding the payment, once the invoice is created in NA30N and correctly transfered to FI, you will see a tab called Incomming, Payments. That tab is shown only when a valid cash desk to the user using the user parameter N_CASH_DESK besides, permitted values for the user parameter are all values that are stored for the field "Cash Desk" in the Customizing table  TN21Z1 (Set Up Cash Desk).
    I hope it helps.
    With best regards
    Matías

  • Can We enter Sales Invoice and Incoming Payment VIA SDK

    Dear Experts
    We have to develop an integration bridge with retrieve data from excel sheet and upload in SAP , i want to clear is it possible to enter sales invoices and incoming payment via SDK?. If it is possible please guide me about objects name and any reading material for SDK development.
    Thanks

    Hello,
    Yes it is possible with 2 steps:
    1. you post the invoice
    2. you post the payment
    I have already posted into the forum several examples, you may check them:
    For invoice + payment
    for payment only:
    Regards
    János

  • Sales Return and Incoming Payments

    Hi,  I have worked with SAP Business One for a long time, but as an end user.  Now I am employed as SAP Support for my new employer.  I have a couple of questions:
    1. My past experience with SAP is that a Return is a function created through a credit memo.  My new company has a Return AND Credit memo in AR.  I understand why this is needed, but when a return is used instead of a credit memo, the invoice is not linked to the return, nor is closed by the return.  Is this because of the way the system was initially set up through SDK?  Can this be corrected/reconstructed to do Sales Order -> Delivery -> Invoice -> Return -> Credit Memo.  And have all the reconciliations done internally by SAP?
    2.  SAP was working on an issue but then stumbled upon another issue that they wanted me to look into from our database.
    Here is a copy of their response:
    In the course of our investigation for message 1065121 2010, for the database of (Customer 1127763), we noted that this is also affected by the scenario described in Note 1026115 - Invoice does not appear on Incoming/Outgoing Payment. I have attached the said Note for your reference. We have created this message on your behalf to pro-actively create a fix for the issue.
    What I found out: My past experience with Incoming payments was that in the incoming payment screen, you could easily reconcile/click on the credit memo and the invoice and add it just fine.  But in my new company, we are not allowed to add an incoming payment without entering a payment in the 'money bag', which is impossible because it's a credit memo against an invoice.  We have to do an internal reconciliation, therefore the invoices do not show up in the incoming payments table.  I know there is not a validation created to validate an incoming payment because I did not create a validated function to do so.  How is this possible?
    Your response is kindly appreciated.

    Hi Marianne,
    I think this is more a Business Process issue than an SAP issue.
    If you have delivered goods, but not invoiced them, the correct document is a return. If you have delivered and also onvoiced, the correct document is a credit memo, not a return.
    The return is drawn from the delivery, which creates the required links, and the credit from the invoice, also creating the links.
    Creating a return where the goods have been invoiced is a redundant step and will break the links, as you point out, and requires additional reconciliations.
    The credit memo based on an invoice will create all the accounting and stock entries you need. Perhaps some testing & training will convince them to change their processes?
    PS if you do use internal reconcilation to close an invoice, you can find the applied transactions by using right click on the invoice

  • AR Invoice and Incoming Payments

    Hi, What link AR Invoice to Incoming Payments (Table/fileds)?
    I have try to explorer but not record found, anybody can help me please?
    please advise
    Thanks,
    Ben
    Edited by: Ben Rahman on Apr 11, 2008 6:39 AM

    Ben,
    You surely have got a few good replies already and I do not really like to digress but I just wanted to mention the relations so that you can build you own queries
    ORCT is the Incoming Payments - Header table
    RCT1 is the Incoming Payments - Checks table
    RCT2 is the Incoming Payments - Invoice table
    ORCT.DocNum = RCT1.DocNum
    ORCT.DocNum = RCT2.DocNum
    RCT2.DocEntry = OINV.DocEntry
    If you use the Query Wizard and select these table and the columns you need, the relationships are automatically made.
    Suda

  • SBO_TransactionNotification and Incoming Payments

    Hello,
    I need to know the @object_type for Incoming Payments. What I need is to Have SBO_TransactionNotification grab all an incoming payments.  I need to check if the payment was cash, check or credit and apply certain rules depending of the method of payment. 
    I already try using object types 24(oIncomingPayments) and 140 (Payment Drafts) but it doesn't work, looks like I'm using the incorrect object type.
    Im using SAP 2007.
    If anyone can help me I will appreciate.
    Thank you very much
    Patricia Paredes

    Hi Patricia,
    Object Type '24' is correct (this is a string value and not an integer as the @object_type parameter is nvarchar). If I add an Incoming Payment in SBO 2007A (patch 15) while running SQL Profiler then I can see the following command:
    EXECUTE SBO_SP_TransactionNotification N'24',N'A',1,N'DocEntry',N'5'
    So, as far as I can see, the notification for a new incoming payment is firing ok. I can also see a number of others (for the GL journal and the reconciliation transaction). I'd recommend you check with SQL Profiler and see if you get different results.
    Kind Regards,
    Owen

  • Print Credit Cards details on outgoing and incoming payments layout

    Dear all,
    I need to print on the incoming and outgoing payments layout, the details of the credit cards registered.
    The problem is that in the PLD, the corresponding tables RCT3 and VPM3 are not accessible.
    Do you know a way to achieve it?
    Is Crystal Report the solution?
    Thanks in advance for your help,.
    Rémy

    Hi
    Again, the Alt+Key is not supported.
    This could damage data and may not work in future patches or version.
    Please don't provide this option.
    Paulo Calado
    SAP Business One Forums Team

  • Rounding method in sales document and incoming payments in SBO2005,PL39

    While making an A/R invoice I wish the amount in the invoice to get rounded. Where is the setting or what is the process to do this? Is it possible in SAP B1?
    For example:- I make an Invoice of amount Rs.7000.36 and I want the amount recievable to be Rs.7000 only and the invoice should also carry this value. The rounded off amount Rs.00.36 may move to a offset account.
    Edited by: debraj bhattacharyya on Apr 15, 2008 7:20 AM

    Hi,
    if you want to allow over & underpayment, you can set ip up quite easily in the document settings -> per document tab -> overpayment/underpayment amount allowed for incoming & outgoing payments.
    For the 0.36 to be allowed off in the incoming payment you would have to allow an amount for 0.36 or more. Please see note 1089652 for an explanation regarding the tax implications of the functionality.
    If, on the other hand you wish to work without decimal places, just define the currency as having no decimals. You can also set it to be automatically rounded to the five hundredth, ten hundredth, to one or to ten. If the rounding is applicable to payments as well, put a tick in the appropriate column.
    Note: In order to set rounding at the currency level, the method under document settings -> general tab must be set to rounding by currency, otherwise the columns are not available in the currency definition window.
    Cheers,
    kerstin

  • Diffrent Currency in AR Invoice and Incoming Payments

    Dear Experts,
    I have an situation here where the AR invoice reads one currency but the incoming payments read a different one. What could be causing this ?

    Hi,
    Please clarify what you mean read here in your posting.
    Thanks,
    Gordon

  • Process and Incoming Payment F-28

    Can anybody please tell me the procedure where we get an incoming cheque from a customer for which there is no specific invoice that we pay against but just put the cheque on the customers account. I am not sure of the steps in F-28 on how this is done,
    Any insight will be appreciated
    Regards
    Satish

    Hi Satish, you can use the T Code F-29, for Downpayment, click on the tab 'New Item', and maintain the Special GL Indicator for Downpayment along with other required feilds. Alternatively you can also use the T Code F-28, when you enter the amount in the initial screen it will appear in the Not Assigned feild. enter the same amount in the Difference Postings feild and just simulate, you will find the entry with Debit Bank and Credit Customer Account.
    Regards

  • Sales order and incoming payment query

    Hi experts,
                     I jus need a query that contains sales order doc num, date, cust name item description doc total and how much he paid towards the document and what is the balance due....pls help me...
    regards,
    Vignesh.R

    Hi Vignesh.......
    Are you using AR Downpayment based on Sales Order?
    If yes then try this.....
    SELECT T0.[DocNum], T0.[DocDate], T0.[CardName], T0.[DocTotal], T0.[DpmAppl] FROM ORDR T0
    Regards,
    Rahul

  • Outgoing payment & Incoming payment are generated negative docentry in new year

    After creating New  financial year , Outgoing Payment and Incoming Payment Docentries are generated from beginning (1) but in Negative  why?.  In all documents the same is generated continuous nos from last years. why in OP & IP generated in different way.  If we create in next financial year 15-16 how the they generate.

    Hi,
    As per Mr.Jitin's  reply, if any overlapping, document entry will be in negative.
    Why DOCENTRY is not continuing from last years no. like other documents like OINV?
    If you change document numbering, new document entries will be created.
    why docentry filed is not there in VPM1 & RCT1  like INV1 & others?
    Because incoming payment (ORCT) table is common to check, invoice, account, vouchers. These tables are linked with document number.
    ORCT.docentry = RCT1.Docnumber
    Hope you understand.
    Thanks & Regards,
    Nagarajan

  • Incoming Payment Reversal issue

    I have a Incoming Payment that I need to reverse.  I reversed the Deposit,  but when I try to reverse the payment,
    a message is dieplayed "Can Not Cancel, One of Credit Vouchers was Cashed"
    The both the Invoice and Payment were generated in the current month.  There are no other transactions applied against the Invoice,
    What am I missing and how do I resolve this issue/ reverse the payment?
    Thanks in advance!!
    Dana

    Dana,
    Hope these threads could shade you some lights:
    Re: Bounce check (insufficient fund) in banking
    Re: A/R -NSF
    Re: Deposit and Incoming Payment
    Thanks.
    Gordon

  • Cancel Incoming Payment (if Pay by credit card)

    Hi..
    I want to ask,
    how to Cancel Incoming Payment (if pay by credit card), and incoming payment created one month ago..
    If i create new incoming payment, and i cancel, it works..
    But if i find old incoming payment, i cant cancel it
    the error sounds: "one of the credits voucher was cashed".
    any idea to solve this problem?
    Thankyou for your help
    regards

    Hi Dony,
    Issue is described in SAP Note 542274. I assume that mentioned credit voucher is overdue, and the settings in Administrations - System Initialization - General Settings - Sales tab, Submit Credit Vouchers is  "Automatically". It means, that credit voucher is already deposited, you can check it in Banking - Deposits - Deposit - Cheques/Credit Card/Cash tab(It depends on the payment means of incoming payment).         
    It is not possible to cancel deposited credit vouchers, you must to     
    create a similar Incoming Payment with negative amounts and deposit it. 
    Regards,
    Paul

Maybe you are looking for

  • Macbook pro monitor not working

    prior my macbook was working flawlessly, no issues. but now its screen is not turning on, not even being picked up. the camera on the laptop works, everything else works perfectly, but the screen does not respond. im out of apple warranty so i apple

  • Doesn't mount files- Restart computer and properties aren't saved-no songs

    Okay so my computer has been acting crazy lately. its a powerbook G4 1.5ghz 17" running on os x .4.8 There are times when I restart my computer, everything seems to be lost. The mail has lost its properties. I have to put the email back again with th

  • BEx Analyzer version problem

    Hi all, We are having a problem with RRMX and the BEx Analyzer version that it's launching. We are running BW 3.5, and all our workstations have both BEx Analyzer 3.5 and BEx Analyzer 7.0 installed. SAPGui version is 6.40 SP26, BEx Analyzer 3.5 has S

  • Constant error message

    After I installed Oracle 8i on WinXP Pro with a Pentium 4 processor. I constantly get an error message saying "java.exe" has to unexpectly shutdown. I had jdk 1.4.2 pre-installed.

  • Why Firefox 4 automaticaly zoom in, when I open something on new tab?

    I have windows 7 and newest version of firefox 4. Everytime, when I open som link in new tab, firefox automatically zoom-in. I have to keep using zoom-out with my mouse scroll and it is quite annoying. I havent got any zoom problems with firefox 3.