Journal Entry Offset Account

Hi Experts,
I have notice that if we add some entry on Journal Entry it will automatic fill up the Offset Account. My question is what is the purpose of this field? and can we configure or edit that offset account that is link with the GL Account on JE?
Thanks,
Jonathan

Hi,
Please check the following explanation regarding the offet account with examples :
The Offset Account in the JE is used mainly for reporting purposes. It contains the account from the opposite entry in the current JE.
When creating a JE the Offset Account field is blocked for editing and it is not possible to manually enter an account. This field is automatically populated when the JE is added to the system. It is filled with the first posted account from the opposite side (Debit/Credit account) in the current posted JE. Naturally the account cannot be pulled at random from the Chart of Accounts, but must be present in a row in the current JE.
Once the JE has been posted, it is possible to manually change the offset account by selecting one of the accounts in the current JE from the drop down list.
For example, a manual JE is created posting a debit of 100 and 150 to BP1 and BP2 respectively. When manually creating it, it looks as follows:
Line1: BP1 Debit 100 OffSet Account: None
Line2: BP2 Debit 150 OffSet Account: None
Line3: Account1 Credit 100 OffSet Account: None
Line4: Account2 Credit 150 OffSet Account: None
Once the JE is added to the system the offsetting accounts are assigned. In this case the first posted debit account is assigned to both of the credit entries.
The first posted credit account is assigned as the offsetting account for the debit entries.
Line1: BP1 Debit 100 OffSet Account: Account1
Line2: BP2 Debit 150 OffSet Account: Account1
Line3: Account1 Credit 100 Offset Account: BP1
Line4: Account2 Credit 150 OffSet Account: BP1
To ensure the correct offset account is assigned to the correct account, if the above is not suitable, the sequence of entries in the JE needs to be: Debit, Credit, Debit, Credit. Working this way, the offset accounts will be correctly assigned.
Continuing with the above example, the offset account for BP1 should be Account1 and the offset account for BP2 should be Account2.
To create the JE ensuring that the correct offset account is assigned to each account the JE should look like the following:
Line1: BP1 Debit 100 Offset Account: Account1
Line2: Account1 Credit 100 Offset Account: BP1
Line3: BP2 Debit 150 Offset Account: Account2
Line4: Account2 Credit 150 Offset Account: BP2
You can also check Note No. : 893736  for the explanation.
Kind Regards,
Jitin
SAP Business One Forum Team

Similar Messages

  • Journal Entry - GL/Account BP/Account CFL Bifurcation using SDK.

    Hi Experts,
    I need you help as soon as possible,
    I want to place JE using Object, here I have done following code..
    SAPbobsCOM.JournalEntries oJE;
    oJE = clsAddOn.LDNA_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries);
    oJE.ReferenceDate = System.DateTime.Now;
    oJE.DueDate = System.DateTime.Now;
    oJE.TaxDate = System.DateTime.Now;
    oJE.Lines.AccountCode = AccountCode;
    oJE.Lines.Debit = 150;
    In that i want to pute AccountCode as a BP code. So please help me..
    Please find attachment for help... Thank You.
    Thank You
    Pradeep Khodke

    Hello,
    For BP you will have to use ShortName instead of AccountCode on the line as follows:
    SAPbobsCOM.JournalEntries oJE;
    oJE = clsAddOn.LDNA_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries);
    oJE.ReferenceDate = System.DateTime.Now;
    oJE.DueDate = System.DateTime.Now;
    oJE.TaxDate = System.DateTime.Now;
    oJE.Lines.ShortName = BPCode; // this is your BusinessPartner CardCode
    oJE.Lines.Debit = 150;
    Regards,
    Anders Hyldig

  • Post journal entry automatically when a certain account is posted

    Dear all,
    Thanks for your attention.
    I would like to post an Journal entry automatically at the same time (or just after) a certain account is posted.
    Certain account means an account ID for Payment Difference of Payment for Invoice.
    I would like to reverse payment difference amount and post same amoount with another account ID.
    What we need to do is to catch the event of each posting and if find the account ID, post another journal entry by using action "post".
    But I have no idea where to catch posting occurs.
    Could you tell me if anyone know what I should do for this?
    If you need more info, please ask.
    Thanks,
    Mai

    Hi Mai,
    If you go to General ledger work center and click on Journal Entries view.
    Here you can do advance filter  and find the journal entry type of posting ( Cash Disbursement for instance) and you can make a note of the diff amount that got posted may be due to payment difference/exchange rate diff etc.,
    (One way of finding out which is the journal entry id, you can find this id by going to invoicing & in its document flow.)
    Now create a manual Journal entry voucher for this diff account and as you want to move this to another account, select it as offsetting.
    Thanks
    Lokesh Sharma

  • Manual journal entries created in Ap did not see in Accounts Payable Trial

    Hi Experts,
    Report Accounts Payables Trial Balance, with parameter Include SLA/Manuals/Other Sources Flag set to Yes, does not show manual journal entries.
    These Manual journals entries are created in AP
    Navigation: Payables -->Accounting --> Subledger accounting --> Journal Entries.
    Ofter creating the journal entries i ran Accounts Payable Trial Balance, when i go through the output i did not see the Manual journal entries which are created in AP.
    Please help me it is very urgent.
    Regards,
    Raju.

    Pl check your 'Report Defintion' once to ensure that liability accounts that you are using in manual entries are included in report definition.
    Regards,
    Tarun

  • G/L Account mentioned on line level does not get hit in Journal entry on GRPO and AP Invoice in SAP B1 9.0 PL - 11

    Hi,
    G/L Account mentioned on line level does not get hit in Journal entry on GRPO and AP Invoice in SAP B1 9.0 PL - 11
    I am creating an independent AP Invoice, there are two issues:
    1. On line level G/L Account field is not open for selection
    2. I have then selected and updated the account on Form Settings. Same account gets updated on line level.
         In Journal Entry selected G/L account on line level shall be hitted. But it does not put any effect on JE. Accounting is set by Warehouse. It picks up accounts from warehouse only.
    Need help its urgent.
    Thanks in advance.

    Invoice is Item Type.
    G/L Accounts are set by Warehouse. But if explicitly we are want to change the account on line level in that case, it is not getting reflected in Journal entry. On AR Invoice same scenario works perfectly. On line level I can change the accounts explicitly and have the effect on Journal entries.
    Issue seems to be on AP side only.
    As required please find attached the screen shots.
    JEwith mapped GL Account on Warehouse
    JEwith different GL Account on line Level via Form Settings
    Thanks & Regards
    Sonil

  • GL Journal Entry & post - control by GL accounts?

    Hi all,
    There are many users assigned with GL Journal Entry & Post responsibility. Some of them are budgeting staff and some of them are comptrollers.
    Questions:
    1. Is it possible to restrict a user to enter/post journal entries to only a group of GL accounts?
    2. Is a finance comptroller supposed to enter and post journal entries?
    Thanks in advance.

    Hi
    Yes, it is possible through Cross Validation rules or Security Rules. And this is as per your requirement
    Regards
    Sunil

  • R12 AP create account process success while no journal entries produced

    Hi,
    Enviroment:12.0.4
    in AP, the invoice validate and create account all done successfully. while to query journal entries, there isn't any produced journal entries.
    During the create account process, there is no error message, therefore i cann't find what is the problem.
    can anyone give me a guide to how to find the problem is?or what the problem is ?
    any help will be appreaciated.
    Regards,
    Chelsea

    just to give a background of this process in R12
    As we know there are two methods to create Payables Accounting in R12,
    1.Online Accounting method
    The Online Accounting method can be called from either the Invoice or Payment workbench and has the following modes:
    Draft - The accounting is only created in the XLA Subledger tables and is not transferred to the General Ledger. Draft accounting can be recreated based on changes to the transaction data or accounting rules.
    Final - The accounting is created in the XLA Subledger tables and is not transferred to the General Ledger. Accounting created in final mode can not be recreated/altered. Run the Transfer Journal Entries to GL program to transfer these entries from the XLA subledger tables to the General Ledger tables.
    Final Post - The accounting is created in the XLA Subledger tables and is also transferred and posted to the General Ledger tables.
    2)Create Accounting process.
    The Create Accounting process has similar options, you can create accounting in Final or Draft mode and if Final mode is selected, the Transfer to GL parameter can be used to automatically transfer the accounting created by the corresponding run. When the Create Accounting process transfers the journal entries to GL it only transfers the accounting created by the process that calls it. If there is accounting created by the online option = Final or a previous Create Accounting program that was not transferred, that accounting will not be transferred. The Transfer Journal Entries to GL program needs to be ran separately to transfer any accounting created online or created by a previous Create Accounting process that did not transfer the entries.
    Based on the above cases, the following are possible causes of journal entries not transferred in R12:
    1. The accounting is created in Draft mode and can not be transferred.
    2. The accounting is created in error and can not be transferred.
    3. The accounting was created by Online Accounting with Final Mode.
    4. The accounting was created by the Create Accounting process with Transfer to General Ledger = No
    Hope this makes a clear understanding and you know the root cause.

  • FSCM 9.0: COBOL Process does not post credit accounts of a Journal Entry

    Folks,
    Hello. I am working on FSCM 9.0 General Ledger module. COBOL process GLPPPOST posts only debit accounts of a journal entry into PS_LEDGER table but not credit accounts of a journal entry. Can any folks understand how to solve the issue ?

    Folks,
    Hello. Thanks a lot for replying.
    I linked my Ledger Group RECORDING with my Business Unit BU01 using "Set Up Financials/Supply Chain > Business Unit Related > Ledgers For A Unit". Then linked UserID VP1 with BU01 in User Preference. I have checked all information about the 3 concepts (VP1, BU01 and RECORDING) and don't see anything wrong.
    I suspect the problem is in the Journal Line page because its Chartfileds belong to 2 SetID (SHARE and FEDRL) and 2 Business Unit (BU01 and BU02).
    When define Chartfields value using "Setup FSC > Common Definition > Design Chartfield > Define Value", I see Chartfields "Fund", "Class" and "Program" with SetID "FEDRL", and other Chartfields with SetID "SHARE". The 2 SetIDs are default in the system.
    Because one Business Unit (BU01) can link to only one SetID (SHARE), I create one more Business Unit BU02 and linked with SetID "FEDRL". Thus, when create a Journal entry using "General Ledger > Journal > Create Journal ", we type in Business Unit (BU01) and Ledger Group (RECORDING) in Header page, but in Line page, some of Chartfields link with SetID SHARE and BU01, and some of Chartfields link with SetID FEDRL and BU02. The journal entry indicates "Inter/Intra Unit Journal". When select "Edit Journal" and click "Process", the message comes up as follows:
    "Ledger Group RECORDING is not valid for Business Unit BU01. Ledger Group defined for this journal is not valid for the Business Unit BU01".
    My question is: That the Chartfields in Journal Line page link with 2 SetIDs and 2 Business Units causes the above error ? Can any folks help ? Thanks.

  • Hot links to report listing journal entries for an account

    Hi Experts,
    We are going live soon with BPC-NW and have some questions regarding BPC-Excel reports, all done with EVDRE() function. Our BPC service pack level is 05, we are using Excel 2007 SP2 for the client and BW 7.01 ABAP Stack (Enh Pack 1) on the server side.
    We want to produce an Excel standad report with hot links to a report listing journals entries, passing it a parameter (account) so the report would list all journals and their entries for that account, and, so far, we haven't been able to find out how to do it.
    We tried using buttons and associate them with macro MNU_eJOURNAL_REPORT but it doesn't open the report journal by account directly and doesn't seem to accept any parameters.
    Has anyone found a way to do this?
    Best regards,
    Joao

    Hi Peter
    Thanks for the quick reply.
    Yes, we do manage our stock by warehouse. I went to admin->setup-> stock-> and then 'item groups' and 'warehouses' and checked the accounting tab. In both cases the 'Sales return Account' is marked as our stock account. Are there more hidden places I can look? Thanks
    Andreas

  • "View Journal Entry" line when "Export"shows 'Account Description' as TEST?

    When use "Line Drill Down" of Journal Entry line from GL & click on "View Journal Entry" button. The Journal line that appear when "Export" shows 'Account Description' as TEST in the excel or csv file. This issue is happening in Production. Is there any setup thats bringing this 'Account Description' as TEST or Oracle is defaulting this 'TEST'? What is the reason for this?
    It will be of great help if somebody explain this.
    regards,
    Sairam

    Try the patch 9695800.
    By
    Vamsi

  • Parked journal entry when approve and post it - posts to other accounts...

    Help!!!!
    We have a parked Journal Entry! When we open it to approve and post - sometime it changes the G/L account and makes an entry to some other account.
    How can that be?
    It happened couple times!

    The user must have changed erronously.
    Otherwise, if we are posting to the same account, the parking document should not be changed.
    When there are no substituions in the system, I do not think any other possibility to happen this.
    You can ask the user again to park to the same account and try to post again to double check whether it is being posted to other account or not. If it is really posting to different account, then there is an issue to be looked into.
    Regards,
    Ravi

  • How to get Data from SAP B1 through Journal Entries objects (Excel VBA)

    Hi Genius
    i had try to login SAB B1 thorugh MS Excel VBA code and it worked well. but i need some questions regards getting the data from after login. that means i want the Posting date, Transaction No, account code, debit and credit amount from Journal entries posted in a particular day through MS excel VBA into excel sheets 1 cell A1:E1
    how i get it if any possible ways to do that
    here my code to login
    Public Sub login()
        Sheets("Login").Select  'access the login tab
        Worksheets("Login").Range("B1").Activate 'put focus on cell B1 (manager)
        B1UserID = Trim(ActiveCell.Value2) 'set Businsss One user
        ActiveCell.Offset(1, 0).Activate
        B1Password = Trim(ActiveCell.Value2) 'set Business One password
        ActiveCell.Offset(1, 0).Activate
        sqluser = Trim(ActiveCell.Value2) 'set SQL user
        ActiveCell.Offset(1, 0).Activate
        sqlpass = Trim(ActiveCell.Value2) 'set SQL password
        ActiveCell.Offset(1, 0).Activate
        Db = Trim(ActiveCell.Value2)      'set Database name
        ActiveCell.Offset(1, 0).Activate
        Server = Trim(ActiveCell.Value2)  'set Server name
        Set company1 = New SAPbobsCOM.Company  'initialate DI company object
        company1.DbServerType = dst_MSSQL2005
        company1.Server = Server
        company1.DbUserName = sqluser
        company1.DbPassword = sqlpass
        company1.CompanyDB = Db
        company1.UserName = B1UserID
        company1.Password = B1Password
        'connect to the database
         lRetCode = company1.Connect
            If lRetCode <> 0 Then
                sErrMsg = company1.GetLastErrorDescription
                MsgBox (sErrMsg)
            Else
                MsgBox ("Connected to: " & company1.CompanyName)
            End If
    End Sub
    pls help me
    advance thanks to solvers

    Gordons way is the easiest - just query the OJDT table for journal entry headers and JDT1 for journal entry lines if needed.
    But if you want to work with the business objects:
    'Journal entry
       Dim oJE As SAPbobsCOM.JournalEntries
       Set oJE = company1.GetBusinessObject(oJournalEntries)
       oJE.GetByKey(1234)
       Dim postingDate as String
       postingDate = oJE.DueDate
    'etc etc

  • 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

  • Offset Account Name

    Good day! I'm currently creating a general ledger-like report. I'm trying to display the Offset Account Name but I wasn't able to. Only the Offset Account Code is displayed. The tables I'm using are OJDT, JDT1, OCRD, OVPM, and VPM2. Also, how can I display the corresponding Outgoing Payments (OVPM) Document Number of a Journal Entry (OJDT) data.
    Thank you.

    Wrong forum

  • Error while posting to Tax Journal Entry for sales and use tax

    Hi,
    I am trying to post a journal entry (FB50) to cleanup and correct the liability on our sales and use tax. All  lines are giving warnings and messages.Give me a suggestion  on how to get it to post .  Or if needed, another solution to correcting the balances in the sales and use taxes.
    But the entry to a/c # 226530 is giving an information message but still wouldnu2019t save.
    The Error message is
    Enter the tax base amounts for account 226400 in company codeAFCO
    Message no. F5A375
    Diagnosis
    You are posting directly to a tax account. Enter the tax base amounts per item using the function "Tax Amounts".
    Kindly help me how to fix the above issue.
    Thanks
    Suvarna

    You may want to check out the following notes... they may shed some light on your problem.
    681930 - Posting on tax account possible w/o specific. of base amount
    1090096 - FB60 / MIRO - Checking direct tax after change (F5A375)
    944978 - FB60 / MIRO - check of direct tax after change

Maybe you are looking for

  • FM to read the different steps in workflow and the status at each step

    Hi All, Is there any FM in SAP which gives the detail roadmap of the steps taken in a workflow and the diffrent status or decision at each step. I am looking for something like what you see when you click on the "STARTED WORKFLOW" in the business wor

  • Select list with submit issue when they are referred in report region query

    I have a page with a reporting region. Same region also has 3 different list items and depending on the value selected in each item, the report is refreshed. All the 3 list items are "Select list submit with submit" Out of 3 items, 2 (say item2 and i

  • Asynchronous call with soap adapter?

    Hi All I Scenario status update in CRm using Webservice using SOAP adapetr. when i am testing in ALTOVA SPy when i send response it successfully updates status , it also send back message <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/env

  • SAP Solution Manager - Enterprise Support Report bw cubes

    We are looking at the Infoproviders in Solution Manager BW and noticed the data for SAP Solution Manager - Enterprise Support Report. When we look at these cubes, we are particularly interested in the Software Component Versions. Unfortunately, all o

  • Oracle BPEL Clustering

    Hello, I try to create a clustering environment that consists of the following components installed in different platforms • Oracle Application Server SOA advanced installation types. • Oracle Application Server SOA advanced installation types. • An