FMS- Journal Entry and AP Invoice

2007B
I ve created a UDF 'AP Remarks' in the JE Header level.
I need the data in 'remarks' field of the AP invoice to be copied to the UDF in JE
what is the FMS query for that?

You can use the next query:
If $[OJDT.TransType]=18
Select I.Comments
From OPCH I
Where I.DocEntry=$[OJDT.CreatedBy]
(But the Auto Refresh function works only connected to a manually modified field.)

Similar Messages

  • NULL Value in Journal Entry and Wrong Tax Summary

    Hi people,
    I need your expert help for a big problem that appens to some customers.
    They run SAP BO 8.8 SP:00 PL:12
    This is the scenario:
    You insert a new documet,  A/R Invoice or A/P Invoice is the same, problem appear in all of them.
    After you insert the document, using SQL Server Management try this Select statment:
    Select * from JDT1 where JDT1.debit is null OR JDT1.credit is null
    A list of record where listed. And, this is the problem, NULL values are all in the VAT Lines in debit or credit colums.
    If you try to make a SUM(debit-credit) you discovery that, 1000,00-null=null
    Consequently, TAX Sumary report, that probably use arithmetic operation like me in SELECT statment,  count a wrong number when null values in DEBIT or CREDIT column in JDT1 for VAT declaration.
    How could I solve? And how i can make invoices store 0 rather than NULL in the VAT Line?
    Thanks in advance for your tips and solutions

    Thaks Neetu for your answer.
    I thinks there is a misurandertanding.
    My problem is not SQL.
    My problem is the SAP TAX Report.
    I used SQL only for check data and discover why SAP raise a wrong TAX Summary report.
    So, my question is: Why invoices write null values in journal entry, and how I can solve the problem that TAX summary report use null value in operations so the results are wrong.
    Thanks,
    Jonny Cortonicchi

  • Duplicate rows on Query with journal entries and AP documents

    Hi Experts,
    I ahve the below query allowing me to have some information from journal entries and retrieve some other from AP docuements and PO.
    The thing is the query duplicates rows because the AP docuements have several rows but i don t know how to do to remove them (i guess this has to do with JOIN function...)
    SELECT
    T2.[GroupMask] as 'Account Family',
    T2.[FatherNum] as 'Parent Account',
    T2.[AcctCode] AS 'Account Code',
    T2.[AcctName] AS 'Account Name',
    T0.[TaxDate] AS 'Document Date',
    T0.[Number] AS 'Number',
    T0.[DocSeries] AS 'Document Series',
    T0.[BaseRef] AS 'Base Reference',
    T0.[TransId] AS 'Transaction Number',
    T0.[Ref2] AS 'Reference 2',
    T1.[ContraAct] AS 'Offset Account',
    T4.[BaseRef] AS 'PO code',
    T1.[Project] AS 'Project Code',
    T1.[ProfitCode] AS 'Distribution Rule',
    T1.[OcrCode2] AS 'Costing Code 2',
    T1.[OcrCode3] AS 'Costing Code 3',
    T1.[OcrCode4] AS 'Costing Code 4',
    (T1.[SYSdeb]-T1.[SYSCred])  AS 'Total Amount EUR',
    (T1.[FCDebit]- T1.[FCCredit]) AS 'Total Amount (FC)',
    T5.[DocTotalSy] AS 'PO Amount (EUR)'
    FROM  [dbo].[OJDT] T0 
    INNER  JOIN [dbo].[JDT1] T1  ON  T1.[TransId] = T0.[TransId]  
    INNER  JOIN [dbo].[OACT] T2  ON  T2.[AcctCode] = T1.[Account]  AND T2.[AcctCode] = T1.[Account]  
    INNER JOIN [dbo].[OPCH] T3 ON T3.[DocNum] = T0.[BaseRef]
    INNER JOIN [dbo].[PCH1] T4 ON T3.[DocEntry] = T4.[DocEntry]
    LEFT JOIN [dbo].[OPOR] T5 ON T5.[DocNum] = T4.[BaseRef]
    WHERE
    (T2.[AcctCode] > (N'599999' ) ) AND  (T2.[AcctCode] < (N'799999' ) )
    AND (T0.[TaxDate]>= [%0] ) AND (T0.[TaxDate]<= [%1])

    Try This
    SELECT T2.[GroupMask] AS 'Account Family',
       T2.[FatherNum] AS 'Parent Account',
       T2.[AcctCode] AS 'Account Code',
       T2.[AcctName] AS 'Account Name',
       T0.[TaxDate] AS 'Document Date',
       T0.[Number] AS 'Number',
       T0.[DocSeries] AS 'Document Series',
       T0.[BaseRef] AS 'Base Reference',
       T0.[TransId] AS 'Transaction Number',
       T0.[Ref2] AS 'Reference 2',
       T1.[ContraAct] AS 'Offset Account',
       T4.[BaseRef] AS 'PO code',
       T1.[Project] AS 'Project Code',
       T1.[ProfitCode] AS 'Distribution Rule',
       T1.[OcrCode2] AS 'Costing Code 2',
       T1.[OcrCode3] AS 'Costing Code 3',
       T1.[OcrCode4] AS 'Costing Code 4',
       sum(T1.[SYSdeb]-T1.[SYSCred]) AS 'Total Amount EUR',
       sum(T1.[FCDebit]- T1.[FCCredit]) AS 'Total Amount (FC)',
       T6.[DocTotalSy] AS 'PO Amount (EUR)'
    FROM OJDT T0
    INNER JOIN JDT1 T1 ON T0.TransId = T1.TransId
    INNER JOIN OACT T2 ON T1.Account = T2.AcctCode
    INNER JOIN OPCH T3 ON T0.TransId = T3.TransId
    INNER JOIN PCH1 T4 ON T3.DocEntry = T4.DocEntry
    INNER JOIN POR1 T5 ON T4.[BaseEntry] = T5.[DocEntry]
    AND T4.[BaseLine] = T5.[LineNum]
    INNER JOIN OPOR T6 ON T5.DocEntry = T6.DocEntry
    GROUP BY T2.[GroupMask],
       T2.[FatherNum],
       T2.[AcctCode],
       T2.[AcctName],
       T0.[TaxDate],
       T0.[Number],
       T0.[DocSeries],
       T0.[BaseRef],
       T0.[TransId],
       T0.[Ref2],
       T1.[ContraAct],
       T4.[BaseRef],
       T1.[Project],
       T1.[ProfitCode],
       T1.[OcrCode2],
       T1.[OcrCode3],
       T1.[OcrCode4],
       T6.[DocTotalSy]
    Regards,
    Kennedy

  • Duplicate Journal Entry and system crash

    Hi All,
    Just wondering anyone experience when duplicate the journal entry and change the posting date and system will just hang and follow by crash?
    Please advise.
    Best Regards,
    Foong Yee

    Hi Foong Yee Tai...
    Check with the Following SAP Note...
    1616687 - B1 shuts down when updating amount in Journal Entry
    Regards
    Kennedy

  • Journal voucher and sundry invoice

    Hi ,
    can any one please tell me what is journal voucher and sundry invoice
    in FI .

    Hi,
    let us start with the SAP definition - or rather: the use of the journal voucher. It is actually nothing more than a specific posting document:
    Journal Vouchers
    Use
    If, after you have entered and cleared a vendor invoice and you have discovered that you have posted the wrong amount of tax or that you have posted the tax using the wrong official tax key, you have to enter a journal voucher (JV) to correct the error.
    To access the function, from the SAP Easy Access screen, choose Accounting ® Financial Accounting ® Accounts Payable ® Withholding Tax ® India ® Extended Withholding Tax ® Journal Vouchers ® Enter.
    Sundry invoice has not been defined within the SAP framework. Imagine it to be an invoice for several vendors, several materials...
    Kind regards,
    Rudolf

  • PARK & POST  Journal Entry and auto reversal

    Dear All,
    Our auditors has offered the following changes to be implemented in SAP system.
    1. JE approval: Configure the system functionality to place journal entries in a u201Choldu201D status when entered into the system, then the supervisor/manager review and approval then required to release the journal entry from the u201Choldu201D status and post the entry to the general ledger. The reviewer should not have the ability to initiate a journal entry.
    2. JE reversals:  Utilize the functionality to automatically reverse journal entries, booked in prior month as u201Creversing,u201D when new period is opened.
    3. 3-way match: Utilize the SAP functionality to perform an automated 3-way match process between invoice, purchase order, and goods receiving documentation. If invoices meet the 3-way match criteria based on established variance thresholds, invoices should automatically be approved for payment. If variances are noted, which exceed tolerance thresholds set by Management within the system, work flows should be used within the system to automatically route the invoice for the require approval.
    How this changes can incorporated in the system.
    Do suggest.
    Regards,

    For point 1, there is a functionality in SAP where all parked documents will be blocked and then released by the authorized person. There is a standard workflow for that. You may want to check Make and CHeck Settings for Document Parking. If this doesn't satisfy, then there's a need to create a customized workflow. Plus authorizations must be checked so that the users will not be able to Post but only Park. Note that, there is another functionality in Document posting called "Hold" this one, system doesn't assign any financial document. You can assign any reference/number to the document.
    For point 2, there is a Mass Reversal functionality in SAP called the F.80. For accruals, you may use FBS1 which you can input the reversal date and run F.81 to run the reversal.
    For point 3, it is a standard SAP functionality. You must set tolerance as to qty or price variance and the system automatically blocks the invoice for posting and the authorized person is required to release the approved invoices to remove the block for payment. In SAP, when you enter the PO for a particular invoice, it will give you how much or how many is actually goods received for that particular PO. in that sense you will be able to see whether the invoice is completely billed for the whole PO or not.

  • Cannot preview journal entry in AP Invoice

    Dear Experts,
    Good day!
    One of the users who create AP Invoice cannot preview the journal entry while adding such document. SAP B1 automatically directs it to the approval process? What would be the possible cause of this? He is a limited financial user with full authorization in AP invoice, Journal Entry etc.
    I hope you could help me with this.
    Thank you.
    Regards,
    Alven

    Hi Sir,
    Thank you for your response.
    But in my unit i can preview the journal entry before SAP activates its approval process. By the way I am using SAP v9.0 PL12 and my client use only v9.0 PL05..
    I just discovered that its a program error and such bug was fixed in PL08.
    Please see SAP Notes below.
    http://service.sap.com/sap/support/notes/1905717
    http://service.sap.com/sap/support/notes/1925757
    Regards,
    Alven

  • Tying journal entries to AP Invoices

    Does any one know of a way to find the AP invoice that has generated a Journal Entry. I need to get the vendor name and invoice description that generated the journal entry in Oracle Financials.
    Can this be accomplished without modifing the Oracle Apps. or must we change the JE generating procedure to place the invoice_id in a JE flexfield?
    Thank You

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by J ([email protected]):
    Does any one know of a way to find the AP invoice that has generated a Journal Entry. I need to get the vendor name and invoice description that generated the journal entry in Oracle Financials.
    Can this be accomplished without modifing the Oracle Apps. or must we change the JE generating procedure to place the invoice_id in a JE flexfield?
    Thank You<HR></BLOCKQUOTE>
    Hi
    You can achieve this by running the request "Account Inquiry - Payable Detail 132 char". This report has the details you require.
    Rajani
    null

  • Function Module: to get Cash Journal Entries and Balances

    Dear Guru's,
    We need to develop a function module to display cash journal opening balance line item entries and closing balance of specific period.
    we have found document entries through table TCJ_DOCUMENTS or TCJ_POSITIONS now require help to generate opening and closing balances.
    Please help for the solution.
    AAR

    Hi,
    check FM FCJ_GET_DATA_FOR_SCREEN. Next time you can try to figure out by yourself. The program for transaction FBCJ is not that complicated and you can easily find this FM used there.
    Cheers

  • Bank statement Nr in journal entry and Payments

    In Notenumber 1374872 (SP 01/PL7) a change has been implemented that the number of the payment run is copied to the remarks of the payment and the journal entry. I think it will be good idea to do the same for the number of the bankstatement in bank stament processing. Hereby the text for the note 1374872. The reason why and the solution are the same.
    Regards,
    ProSigma BV
    Cees Hameete
    Symptom
    To find the number of the payment wizard run in payments and journal entries, bookkeepers currently have to open the journal entry, navigate to the payment document, and then search manually in the executed payment wizard runs to find the correct number.
    Other terms
    Incoming payment; outgoing payment; payment wizard; journal entry
    Reason and Prerequisites
    Functionality description
    Solution
    To improve usability and provide integrated journal remarks information, SAP Business One was changed as follows:
    When an incoming or outgoing payment is generated using the payment wizard, the application adds the payment wizard run number to the "Journal Remarks" field of the payment document and to the "Remarks" field in the journal entry on both header and row level.
    The values in the "Journal Remarks" and "Remarks" field have the following structure:
    Incoming Payments - [Customer Code] - [Payment Wizard Run Number]
    Outgoing Payments - [Vendor Code] - [Payment Wizard Run Number]
    SAP intends to provide a patch or patches in order to solve the problem described.
    The section Reference to Related Notes below will list the specific patches once they become available.
    The corresponding Info file of the patches in SAP Service Marketplace will also show the SAP Note number.
    Be aware that these references can only be set at patch release date.
    SAP will deliver patches only for selected releases at its own discretion, based on the business impact and the complexity of the implementation.

    I completely agree with your proposal.  We have the same problem at the moment.  I hope SAP will implement a solution for this.

  • SAP 9 PL07 Journal Entry unrelated to invoices

    Hi Experts !
    I just migrate my DB to PL07 SAP 9 and noticed that the Journal Entry is no more link to the source notes as in previous PL.
    Someone also noticed this difference?
    This version is a failure or a change in behavior?
    The following 2 pictures comparing the versions.
    Thank you.
    Att
    Eliezer

    Hi Eliezer,
    Actually it happens to Brazil location, please check the notes for this release and if you can not find any information about it talk to SAP support or your local partner.
    Patch Information:
    1904912 - Overview Note for SAP Business One 9.0 PL07           (Patch)
    I hope this tip helps you!
    Regards,
    Marcelo Silva Santos

  • Documents, Journal entries and DTW

    Hello,
    Is there a way that when I import a journal entry, DTW tells me that I can't because this JE is coming from a document and the JE already exists ?
    I saw that there is the field "Origin No." (table OJDT, BaseRef) which is displayed when a document is created in SBO.
    But is there a way to import this number (coming from the document) in this field using DTW ?
    Thank you
    Thibault

    Hi again
    The best would be to import all your documents. Then once you are done make a dump of all the documents and journals created, use sql and link them in sql already. The new journals you are going to import, use vlookup in excel to match keys and debit and credits to pick up possible duplication.
    Hope this helps

  • Journal entries and regulation requirements

    Hi experts ,
    One of our subsidiaries is located in Taiwan and we are planing to implement SAP there.
    We were told that according to the local regulation , we can't create JE in minus.
    Did you hear about something like that ? Can it be override somehow ?
    Thanks !
    Yoav
    Edited by: Yoavron on Jun 29, 2010 9:14 AM

    Hi,
    To find out about SAP B1 fitness for particular country please examine Globalization Knowledge Base document on the Document Resource Center in the portal.
    To avoid in the journal, specially reversal journal please untick option "Use Negative Amount for Reverse Transaction" in the company setting.
    Cheers

  • Reconcile Deferred invoices to journal entry

    Hi,
    I  installed SAP B1 2007 A one year ago (and I upgraded  package 39 last week). Now, I try to link a Deferred invoices  to journal entry and I receive the following message:
    "Deferred invoices can only be reconciled together with other invoice and payment transaction ( or by basing credit notes directly on invoices".
    When I integrate my database, I only integrate journal entries. How can I solve my problem because I need to do thoose links to close 2007 period?
    Please, help me.
    Thank You.
    Edited by: Alexandra LARISSE on Aug 26, 2008 11:03 PM

    Hello,
    Please check Note No. 1119633 regarding the issue reported.
    Regards,
    Jitin Chawla

  • Vendor invoice and logistic invoice verification ?

    Good morning Guru,
    What is the difference between  "vendor invoice" in accounting module and "logistic invoice verification"  in MM module ?
    I know logistic invoice verification to validate between po, gr and invoice, but what vendor invoice for ?
    Thank's

    Hi
    Accounting-wise both has the same result as in both the scenarios you can debit expense and credit vendor. The advantage of Logistics Invoice Verification over Vendor Invoice is, in Logistics Invoice verification, we have three way matching of documents ie PO,GR and Invoice. So if there is any mismatch between these, the invoice will get blocked for payment. Also it checks for accuracy between PO and invoice and GR and invoice, so that the expenses are accounted accurately and price diff account also effected appropriately.
    In Vendor invoice booking, it is just like your normal journal entry and so it has not got that much authenticity over the correctness of transactions. In vendor invoice booking, there is every possibility of duplicate booking of invoice, whereas in LIV, the invoice will get blocked for payment.
    Hope it is clear.
    Regards,
    K Lakshmanan

Maybe you are looking for

  • HT2534 my big problem no none option in payment option

    i have a problem that no none payment option

  • SQL SSRS 2012 - Excel OpenXML Export Performance

    Hello, Does anyone have details on what the Excel 2007 XML renderer is doing in Reporting Services and why it is taking 10 minutes to export and timing out as opposed to 30 seconds for CSV export or display in HTML?  The database shows 25k for Data R

  • LR catalog backups - full or incremental

    I backup my catalogs each time I close LR 5.7  , so I have multiple copies of my catalog backups. are the backups full complete backs or incremental?  do I have to keep all the catalog backups? if I have to restore a catalog from a backup, which one

  • "The service has encountered an error" over and over and over

    I have a G5 server running 10.5 server, and up until recently it was working fine. It still works great, but when I open up Server Admin I'm constantly getting these errors from it: http://imgur.com/I4v8L.png Sometimes I get them when I click on rand

  • Mail not displaying images sent in emails

    I have a salesman that is using OS 10.1.3 and mail version 1.1 on a G3 blue and white, When mail is sent with images it does not include images. I checked the preferences and download all images is checked, is there something else that I'm missing??