DTW How to Import Journal Entries

I am attempting to test import some journal entries, but I cannot get DTW to work.
I need help with the .csv format (date format, account code format, any crucial fields i need)
I also need to know what could be causing DTW to constantly crash, and freeze after an action is performed.
This is my current setup:
OJDT Journal Entries.csv
1,08/31/2014,Test 1,BN,,,,,,,,,,,,,,,,,,
2,08/31/2014,Test 2,BN,,,,,,,,,,,,,,,,,,
3,08/31/2014,Test 3,BN,,,,,,,,,,,,,,,,,,
JDT1 Journal Entries_Lines.csv
1,,,1000-00-00,1000.2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
1,,,2120-00-00,,1000.2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
2,,,1000-00-00,255.95,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
2,,,2120-00-00,,255.95,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
3,,,1000-00-00,165123.5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
3,,,2120-00-00,,165123.5,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
Is the JdtNum field supposed to be the next journal entry number sequence? i.e. 36745,36746...
I would hope the import would automatically select the next available je number.
Thank you for any help.

Hi Nadeem,
OJDT -
JdtNum
TaxDate
VatDate
DueDate
Memo
JdtNum
TaxDate
VatDate
AutoVAT
Memo
1
20140831
20140831
20140831
Test
JDT1-
ParentKey
LineNum
AccountCode
Debit
Credit
JdtNum
LineNum
Account
Debit
Credit
1
0
OACT.ACCTCODE
100
1
1
OACT.ACCTCODE
100
is your GL segmented ? If yes, get the acctcode value and not 1000-00-00 .
Try to run a query for the accountcode -
     select AcctCode From OACT
Hope this helps.
Regards,
Darius

Similar Messages

  • Error while importing Journal Entries by using Data Transfer Workbench (DTW

    Dear Experts,
    when i am trying to import journal entries (expese entry, met my cash) i got a error message for without entering the tax group.
    error message " you cannt post abase amount wihtout taxgroup JDTI BaseSum [line:1] [application defined or object error  65171]
    but in example (proving by SAP ) all these are mentioney as date ( tax group)
    please give me a solution for this.

    Hi Jijo,
    Check the link
    JE Tax Group
    Regards
    Jambulingam.P

  • How to block journal entry posting

    How to block journal entry posting 

    Hi Rajeesh...
    Can you explain in detail  what  case you need to block the Journal..
    sample for the dimensions...
    IF @object_type = '30' AND @transaction_type = 'A'
      BEGIN
        IF EXISTS (SELECT
            TransId
          FROM jdt1 t1     
          WHERE @list_of_cols_val_tab_del = TransId AND (ISNULL(t1.ProfitCode, '') = '' OR ISNULL(t1.OcrCode2, '') = ''))
        BEGIN
          SET @error = -2
          SET @error_message = 'Select the Dimensions and Departments'
        END
      END
    Regards
    Kennedy

  • Import Journal Entries

    Hello,
    I'm going to import with DTW sales and purchase documents from a commercial management software and journal entries from an accounting software.
    I have seen that when I import a document, an automatic journal entry is created.
    So, when I will import the journal entries, I will have this information twice.
    Is there any way to block the automatic creation of the journal entries using SDK?
    Or is there any way to import only the journal entries not coming from sales, purchase, banking...?
    Thank you very much.
    Thibault

    Hi Thibault,
    You will not be able to stop this behavior of creating journal entries in SBO. It is a built in process and stopping it will have a major impact on the financials in the system.  You have to filter the journal entris from the commercial management and accounting software on your side in some or another way that you know which are manually created journal entries and then post them into SBO.
    Hope it helps,
    Adele

  • DTW--  How to Import  Issue for Production

    Hi ,
             How do i import Issue for Production Through DTW.
    Thanks & Regards
    somi mishra

    hello,
    why do you want to use DTW to issue for production ? You could use backflush as issue method so that you can skip issue for production job. If you have issue for production batch job which it means you want to add all the qty of RM issued to production one times and all at onces for more than 10 PO, I think it is better to use addon. You create an excel template and export the data to be txt file, the txt file imported to the issue for production form using the addon. I just compare this situation with the client request in long time ago. they request fast and not manual sales order creation from quotation. just to compare it to your situation but need your detail explanation.
    Rgds,

  • DI: Error importing Journal entries

    does anyone know what this error is refering to?
    Add Journal: -5011[JDT1.Account][line 1], 'Row in Transaction with Account No.'
    //Code
    vJournal.ReferenceDate = CDate(refDate)
    vJournal.TaxDate = CDate(refDate)
    vJournal.Reference = "Import"
    vJournal.Lines.AccountCode = "112000000100101"
    vJournal.Lines.ShortName = "_SYS00000000002"
    vJournal.Lines.ContraAccount = "341000000100101"
    vJournal.Lines.Debit = 30.0
    vJournal.Lines.DueDate = CDate(refDate)
    vJournal.Lines.Reference1 = "Import"
    vJournal.Lines.ReferenceDate1 = CDate(refDate)
    vJournal.Lines.TaxDate = CDate(refDate)
    vJournal.Lines.Add()
    vJournal.Lines.AccountCode = "341000000100101" vJournal.Lines.ShortName = "_SYS00000000102"
    vJournal.Lines.ContraAccount = "112000000100101"
    vJournal.Lines.Credit = 30.0                vJournal.Lines.DueDate = CDate(refDate)
    vJournal.Lines.Reference1 = "Import"
    vJournal.Lines.ReferenceDate1 = CDate(refDate)
    vJournal.Lines.TaxDate = CDate(refDate)

    Hi,
    After the Line vJournal.Lines.Add()
    You then need to reference the new line with a call to vJournal.Lines.SetCurrentLine(1)

  • DTW error (Journal Entry)

    Hi,
    Please help me to know what is wrong to import Journal Entry by DTW;
    Reason is
    "You are not allowed to edit posting date by row Application-defined or object-defined error 65171"
    Version is 2005B SP00 PL41
    I create the header file as below;
    RecordKey, JdtNum, DueDate, ReferenceDate, TaxDate, TransactionCode, Memo
    1,,20081110,20081110,20081110,100,ABC
    the line file is;
    RecordKey, LineNum, AccountCode, Debit, Credit, Reference1, Reference2, AdditionalReference, LineMemo, CostingCode
    1,0,738008,4800,0,21486,20081017,ABC,DEF,212
    1,1,112200,0,4800,21486,20081017,ABC,DEF,212
    The first time I tried it was successful to import, but after change amount I can not import them.
    If you have any solution or instructions, please let me know.
    Thank you for your help in advance.
    KAORI

    Hi
    I create the header file as below;
    RecordKey, JdtNum, DueDate, ReferenceDate, TaxDate, TransactionCode, Memo
    1,,20081110,20081110,20081110,100,ABC
    1. Please aviod transaction code
    2. you have to add AutoVAT coloumn tYES.
    RecordKey, LineNum, AccountCode, Debit, Credit, Reference1, Reference2, AdditionalReference, LineMemo, CostingCode
    1,0,738008,4800,0,21486,20081017,ABC,DEF,212
    1,1,112200,0,4800,21486,20081017,ABC,DEF,212
    1. You have to add vat details if it is no need in the last 5 colomns.
    2. tax date , tax group , vat amount , vat date , vat line.
       20081110 , Exempt ,   0 ,   20081110  , tYES
    3. tax group is the tax code. You should be given the tax code. if no tax code in the JE, nesessary you should be use tax exempt in the colomn.
    4. forthur you have to check the GL Accounts whether it is ok.
    let me know
    regards

  • How to Import  Excisable Item Details -  through Item DTW ?

    Hi All,
       Throught Item DTW, How can import  the Excise related information in Item Master like - excisable item check, Chapter ID,Accesable value etc ?
    Rgds
    Swapnil

    Hi ,
        i have one more solution to Import Excisable Item through DTW.
    First Update Excisable field 'Y'  (SQL  Query ) then Create user define fields for excisable and then  import data by DTW  to these UDF's.
      after that from SQL Query you can updates all excisable fields by  these UDF's.

  • How to import date through DTW

    Hello Experts,
    In DTW how can import Date Field in SAP B1, I Try import as string but its not working .
    Regards.
    ShriX.

    Hello ShriX,
    DTW date has fixed format YYYYMMDD.
    Try it.
    Thanks,
    Gordon

  • How to create a journal entries by sdk

    hi Experts
    I know how to create invoice or order by sdk . but I do not know how to create Journal Entry by sdk. i mean what fields are required. Plz send me a basic template for Journal Entry.
    Regards
    Gorge

    Dim oJounalEntry As SAPbobsCOM.JournalEntries
                ''Passing Jounal Entry
                System.Runtime.InteropServices.Marshal.ReleaseComObject(oRecset)
                oJounalEntry = Me.SBO_Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oJournalEntries)
                oJounalEntry.Series = 14
                oJounalEntry.DueDate = Now
                oJounalEntry.ReferenceDate = Now
                oJounalEntry.TaxDate = Now
                oJounalEntry.Lines.ShortName = bpcode
                oJounalEntry.Lines.Credit = amount
                oJounalEntry.Lines.Debit = 0
                oJounalEntry.Lines.DueDate = Now
                oJounalEntry.Lines.TaxDate = Now
                oJounalEntry.Lines.ReferenceDate1 = Now
                oJounalEntry.Lines.Add()
                oJounalEntry.Lines.AccountCode = AccountCode
                oJounalEntry.Lines.Credit = 0
                oJounalEntry.Lines.Debit = amount
                oJounalEntry.Lines.DueDate = Now
                oJounalEntry.Lines.TaxDate = Now
                oJounalEntry.Lines.ReferenceDate1 = Now
                oJounalEntry.Lines.Add()
                lRetCode = oJounalEntry.Add()

  • Journal Entry

    Hi All,
    I have to update one field(Header- User defined) in journal entry using DI API for each and every transaction. I know how to update journal entries using DI API but my issue is under which event i will write my update code when system post Journal entries automatically
    or
    How I will update journal entry which is posted by system using DI API.
    I dont want to write update query in Transaction notification Procedure also.
    Regards
    Firos

    Hello Firoz,
    The problem:
    Documents using integration booking (JE-s) are notified by SP_TRANSACTIONNOTIFICATION,  but JE.-s are not recorded there. So you cannot monitor the creation of JE-s.
    But, some logic you can find the JE-s booked by Integration
    You monitor the et_form_data_Add  event on all forms,
    -  if you are before action, record the journal entry autokey from ONNM (object type 30)
    -  and when this event executed, you can compare the autokey of journal entries in ONNM table as you have recorded. If the number is difference, you have a background posting happened, so you can call your DI API update procedure.
    What i would do in this situation (running logic of the addon)
    1. Create an SQL table for storing the updated JE keys
    2. Check the OJDT table by time to time (ET_FORM_DATA_ADD event is a good)
    3. Update JE headers and record the updated keys in the SQL table created in point 1.
    By this method you can populate your field. This solution is also good when an addon is not running on each client.
    Regards
    János

  • GL: Import Journal only accept those non-functional currency

    Hi,
    I have tried to run import journal using Oracle General Ledger. However, I found that there is always an error 'EC08 - Invalid currency code' when the records contains functional currency code, e.g. HKD. For all other currencies, like JPY, i.e. non-functional currency, the import journal can then be completed successfully. Kindly please explain how to import journal successfully from the data containing the functional currency, like HKD in the Oracle General Ledger module. Many Thanks.
    Please e-mail answer to [email protected]
    Thanks in advance.

    Hi,
    I have tried to run import journal using Oracle General Ledger. However, I found that there is always an error 'EC08 - Invalid currency code' when the records contains functional currency code, e.g. HKD. For all other currencies, like JPY, i.e. non-functional currency, the import journal can then be completed successfully. Kindly please explain how to import journal successfully from the data containing the functional currency, like HKD in the Oracle General Ledger module. Many Thanks.
    Please e-mail answer to [email protected]
    Thanks in advance.

  • Transaction Notification - Journal Entry

    Dear Experts,
    Can anyone tell me how to validate Journal Entry line wise using Transaction Notification Stored Procedures. I want to validate each and every row of the Journal Entry.
    Thanks in advance
    Regards
    Neslin 

    Hi,
    Please close this duplicated thread. Check this announcement:
    FYI
    Thanks & Regards,
    Nagarajan

  • How not to get a 'Journal Import Created' description at the Journal Entry Lines?

    For records loaded thru the Journal import,
    I always get a 'Journal Import Created' description at the Journal Entry Lines.
    Instead of this description, I want a
    more useful information which I may
    include at the GL_INTERFACE table
    possibly at the REFERENCE10 field.
    For those who will reply to this question,
    thank you very much in advance.
    null

    To populate this journal description, the Reference10 field must be populated in the GL_INTERFACE table.
    However, I have also discovered (version 11.03) that if you populate this field, but then import summarized journals, Oracle discards the value and reverts to "Journal Import Created" unless the value in the reference10 field is identical for all records to be summarized.
    null

  • How to import oJournalEntries DTW

    Hi...
    Someone can help me to understand How to import oJournalEntries on DTW.
    Thanks.

    I'm having the same problem, both on 2005 and 2007...
    Please, please, where can I get DTW Patch 09??? It's no longer available for download...
    Please help asap, I have a customer waiting for Journal Entries to be imported...
    Can someone send me DTW PL09 by mail, or something?...

Maybe you are looking for

  • DNS client in a non-global zone

    Hello, I want to configure only the non-global zone as a DNS client, with /etc/resolv.conf /etc/defaultdomain /etc/nsswitch.conf Is this ok or is this a global wide issue? -- Nick

  • PS3 and wireless router

    I was told that in order to play some games on ps3 that i have to have the Ethernet. And when i do try to play some like Call of duty 4 (online) i cant, it wont, go fast enough?? to get into a game, and my Ethernet lights on the router only has one l

  • E61: Cannot install nokia maps application

    I used to have Nokia Maps application installed in my E61 SD card, together with the maps. Then I had to re-format the card, loosing all information. Once I try again to install Nokia Maps application in my handset, there is an "update error", and th

  • Can't open  links/hyperlinks in my mails....

    Maybe its not the right forum, but I havn't been able to find help elsewhere. I'm using Outlook for Mac 2011 but can't open  links/hyperlinks in my mails. The cursor turns into a hand as expected, but nothing happens when I try to activate the link.

  • How to redeploy planning application using EPM System Configurator

    Hello All Can you please let me know how to redeploy planning application using EPM system Configurator. I am applying a patch to ver 11.1.2.0 and i need to redeploy the planning app as one of the steps. Thanks