Cannot Import BP BankAccounts with DTW 2007

Hello All
I try to insert with DTW 2007 (on a SAP 2007 database) some BP banks account.
My Structure is like in SBO 2005.
I get : Invalid Code [OCRB.BankCode]
I d'ont understand because the bank Code exist in the Bank Table.
I Try to set the internal key of the bank or even a bank account name but nothing change...
There is my structure
RecordKey     LineNum     BankCode     Branch     AccountNo     AccountName     ControlKey     Country     InternalKey
1                         1        a bank code    a bank branch an account   a name                a ctrl key       FR         1
Without the BPaccount CSV file, the DTW process work fine....
Thanks a lot for answers
Julien

Dear
The linenum might be wrong, please change to 0 for a try.
Best Regards,
Xiaodan AN

Similar Messages

  • Importing Multilanguage Translations with DTW

    Hi,
    My issue is to import multilanguage translations with DTW. The import itself works fine, the problem is to update.
    The scenario is:
    - some translations to an item A were imported
    - now there are some translations in other languages, that should be imported to the item A
    It should be possible, but i just can't get it..
    Regards,
    Leonhard Detzel
    Edited by: Rui Pereira on Nov 7, 2008 1:45 PM

    How do I set the UserLanguagesObject?
    I use two templates:
    1.) MultiLanguageTranslations:
    RecordKey = 1
    Numerator = ACME Item
    FeldAlias = ItemName
    PrimaryKeyObject = A100
    TableName = OITM
    2.) TranslationsInUserLanguages:
    RecordKey = 1
    LineNum = (empty when import)
    LanguageCode = 9
    TranslationsContent = this is german
    When updating i tried to add an additional row in the second template or i created a new template only with the new record, setting the LineNum to 1. It doesn't work.
    Or did you mean, that in the import i have to set all language codes, even if without translationscontent?

  • Importing prices failt with DTW

    Hi experts,
    I have a problem when importing item prices with DTW.
    I have 2 prices, salesprice with pricelistnum 1, i use 0 for import, and purchaseprice with pricelistnum 10, i use 9 for import.
    Strange is that te salesprice is importing oke, but in the same import is also purchaseprice and this is not imported.
    Already tried it with different templates but still can not import it.
    I use template like this
    recordkey,linenum,currency,price
    1,9,EUR,.....
    2,9,EUR,.....
    1,0,EUR,.....
    2,0,EUR,.....
    Anybody an idea.
    gr,
    Mark

    Hi.....
    Price lists are loaded under the following schedule:
    Currency Price LineNum RecordKey
    Currency Price LineNum RecordKey
    1 0 EUR 100
    2 0 EUR 200
    3 0 EUR 300
    1 1 EUR 200
    2 1 EUR 400
    3 1 EUR 600
    , Which corresponds to RecordKey template link to the articles, linenum identifies the price list and add currency and price respectively
    I hope it will help
    Best regards,

  • Import profit centers with DTW

    Hi All,
    Is it possible to import profit centers into the SAP B1 2007A with DTW, ?
    I have to create 50 profit centers in a company, I cannot find template to import profit centers in the DTW:
    Is it possible?
    Another way to use copy express, because these profit centers are in another B1 company, but I cannot find the possibility in the Copy Express to copy profit centers. Where can I find?
    Thanks: Veronika

    Hi,
    Their are no ways... Even by programming, no interface exists in the DI-API for this object.
    Your only solution is either to create them from hand or by direct import in the DB (which I don't recommend).
    Regards,
    Eric

  • Error importing VAT Groups with DTW

    Hello,
    I have a problem with importing with DTW VAT Groups. The error I am getting is:
    "" is not a valid value for field Category. The valid values are 'O' - Output tax and 'I' - Input tax. This error appears even if in my csv in the Category column I have set up O for outputs and I for imputs.
    If i don't put anything in field Category, it imports them fine, but all of output type.
    Am I missing something or this is a bug?
    Thank you,

    Irina,
    The DTW uses the same properties as the SDK objects.  If you look at the VatGroups object in the DI API help documentation for the SDK, you do not use an "O" or "I", you use and enumeration to signify whether the tax is for input or output depending on the document type.  You will want to look at the VatGroups business object in the SDK help and specifically for the Category property the BoVatCategoryEnum Enumeration.
    HTH,
    Eddy

  • Importing Item quantity with DTW

    Hello,
    How can I import Items quantities (OITW.OnHand) with DTW ?
    thanks taking care my question.

    Jean Pierre,
    The forum that you have posted your question in is for the SAP Business One integration for SAP NetWeaver.  Your question is with respect to the Data Transfer Workbench as you should post this in the SAP Business One Form on this portal.
    With respect to your question ... you would need to import item quantaties as Inventory General Entries.  There is a sample of this loacated at ..\Program Files\SAP\Data Transfer Workbench\Templates\Data preparation examples\10. Testcase1_Test Data for Import function.  The issue here is that by doing this you will also create General Ledger Transactions which you will then probably need to reverse.
    HTH,
    Eddy

  • Cannot import .MOV files with Premiere Elements 12: generic error. Using Windows 8.1 (64b)

    This question was already on the forum for older version of Premiere and Windows. I'm making my videos (.MOV format) with the digital camera Casio EX-ZR400.
    I have no any problems with Photoshop Elements 12 for pictures produced by this camera.

    Dngineer
    What is the source of your .mov file..(brand/model/settings of the camera that recorded the video)......what is the video and audio compression and frame rate?
    Are you working with the 12.1 Update of 12? If not, please do so using an opened project's Help Menu/Update. Both QuickTime and Premiere Elements need to be run from a User Account with Administrative Privileges. Are you doing that?
    Narrowing things down
    Are all files with the .mov file extensions the only video files that you cannot import into the program? Any exceptions?
    When you open Premiere Elements 12/12.1 to the Expert workspace and go to Publish+Share/Computer/QuickTime, does that choice have its presets?
    Let us start here and decide what next based on your reply.
    Thank you.
    ATR

  • Import AP/Invoices with DTW

    Hello,
    We tried to import AP invoices with purchase items only (no stock/sales item) and have a problem with importing an AP invoices with the same purchase item on different rows in the invoice. Import is succesfull but if i have item 5020 on row 1 and 4 , row 1 will be overwritten by row 4 in the import.
    Is there an option to define this in DTW.
    Could it be a problem with the summary type OPCH.SummryType ?
    Thanks
    Mark
    Edited by: M. Hageman on Mar 13, 2009 9:03 AM

    You may try to DTW a different ItemCode for line 4 first.  Then DTW again by updating this line only.  It should allow system to bypass ItemCode checking.
    Thanks,
    Gordon

  • CANNOT IMPORT TO X WITH MY PANASONIC AG DVC 200. ANY HELP OUT THERE? THANKS!

    I cannot import to X from my Panasonic ag dvc 200. Is there ar fix for this?

    On the new install with a default Logic Project, kernal_task (activity monitor) shows 600% CPU usage when ideling (no audio or midi playing.
    Logic using 600% or total CPU at 600%?
    If it's total CPU usage and not Logic itself.. check for a runaway mdworker routine... caused by a spotlight bug thats been longstanding and never totally fixed... Resolve by stopping the MDworker routine and then exclude all drives from spotlight.. and add back in just the system drive. Wait a couple of hours for spotlight to properly reindex the system drive and then test with Logic to see if CPU usage drops down to normal levels...
    If it's Logic that is using 600% then something very weird is going on that is specific to your system or install as that simply isn't normal behaviour even with using just the internal hardware and CoreAudio.

  • Importing landed costs with DTW

    hi all,
    I use SAP B1 8.81 PL04, exesite there a way to transfer the landed costs with DTW?
    thanks

    Hi,
    It may not be available in your PL. The latest DTW has the Landed costs folder with 3 templates OIPF, IPF1 & IPF2
    Thanks,
    Gordon

  • I cannot import my photos with Preview and iOS 5. Help!

    I've just update my iPhone 4 to iOS5 and now i can't import my pic with Preview on a Macbook Pro (OSX fully updated). Someone knows something or has had the same problem?

    Some kinds of bugs has arrived with the new iOS. Neither can I import my photos to my IPad2 from my Sony digital camera anymore. That was no problem before with ios4. There seems to many "small" problem. Also the AirPlay used with the app "GarageBand" does not work anymore.

  • Importing Sales Opportunities with DTW

    Hello,
    I am trying to import the sales opportunities with the DTW, but I keep on getting the following error
    potential amount is missing [OPR1.MaxSumLoc][Line: 1][Application defined or Object- definederroroSalesOpportunities]
    I am using SAP 2007A patch level 47.
    I have the following one line that I have been testing with, after my previous inputs failed. Please assist.
    RecordKey 1
    CardCode L1004
    ContactPerson 2
    Dataownershipfield 14
    SalesPerson 4
    Date 20090419
    Status sos_Open
    TotalAmountLocal 100.00
    Edited by: Martin Kamau on Apr 19, 2009 6:57 PM

    Dear Martin Kamau,
    By SDK help, the Source table of SalesOpportunities Object is OOPR, and SalesOpportunitiesLines is OPR1.
    In B1 application Sales Opportunity form, you could check which field need to set for OOPR and OPR1, you could refer to SDK help file also.
    Best Regards
    Jane Jing
    SAP Business One Forums team

  • Cannot import .avi files with 5.1 audio created in Premiere 2.0

    Using Encore 2.0 when I attempt to import an .avi file I exported from Prem1ere 2.0 which was exported with 5.1 audio, I get an error message - "More that two audio channels for this type of encoding is not supported". Does Encore 2.0 not support 5.1 audio?

    The SurCode plugin for Premiere really does represent amazing value for money. Dolby Digital 5.1 is a mandatory format for DVD-Video as well, meaning all players are required to be capable of decoding it. You will also be able to preview the encoded stream in Encore.
    When using DTS, support is optional, which means that a DTS stream cannot be stream 1 in any title.
    Also, support for DTS in Encore is in "passthrough" mode, IE "as is" and will not be audible in preview. Discs will burn true though.

  • Cannot import  and work with the files from Canon 6D and Panasonic GH4

    Thanks for your answer, but it is not really helpful. Perhaps my question was not exactly enough-sorry but my english is not in the best condition. I dont need trials I have some applications and my Intel MAC Pro 2009 is strong enough. For instance Phase One can read my RAW-pictures from my Canon 6D, but no RAW-file from the GH4. Finalcut Pro Vers 7.0.3 no chance to open Movies made with the GH4 and the AVCHD-codec, though the AVCHD-codecs from my old Canon Videocamera works perfect. Even movies with Mpg 4 H 264 are not recognized.  Perhaps I need a special Converter App, for all my Converter Apps like Mpeg streamclip or Flip for MAC cannot read and convert the these files into RS 422.

    Will the DNG files perform the same, meaning will I retain all the information that makes RAW important for processing?
    Yes. That's why DNGs were invented. Adobe has put a lot of work into the DNG format for this very reason.
    Raw files are proprietary and manufacturer specific. Raw formats change with every make and model of camera. Software must be updated for the new Raw format of every single camera. Adobe does an admirable job of upgrading Camera Raw for every new camera.
    DNG is also a Raw format but it's open source and works in any software which can read the DNG format. If camera manufacturers used the DNG format instead of their own Raw format, you would not have to upgrade Elements 10. But they don't, and probably never will, so you must upgrade the Camera Raw plugin (and therefore Elements 10 since it's not compatible with the new Camera Raw) to read the new Raw format from the 6D or add another step to your workflow with conversion to DNG first.
    See
    http://photographylife.com/dng-vs-raw
    http://www.adobe.com/products/photoshop/extend.displayTab2.html

  • Can't import Serial Numbers with DTW

    Hi,
    I'm trying all day long to import data with the oInventoryGenEntry Template. I always got the error message :
    [IGN1.WhsCode][line: 1],'LS46BPPNB connot be released from stock without a full selection of serial/batch no.'Application-defined or object-defined error65171.
    here are the content of the files related to :
    'Documents' :
    RecordKey;DocDate;Comments;JournalMemo
    RecordKey;DocDate;Comments;JournalMemo
    1;20090601;Stock ini Logis;Stock ini Logis
    'Document_Lines' :
    Recordkey;linenum;ItemCode;Quantity
    Recordkey;linenum;ItemCode;Quantity
    1;0;LS46BPPNB;4
    'SerialNumbers'  :
    RecordKey;BaseLineNumber;ManufacturerSerialNumber
    RecordKey;BaseLineNumber;ManufacturerSerialNumber
    1;0;BP46HS1S300170
    1;0;BP46HS1S300183
    1;0;BP46HS1S300184
    1;0;BP46HS1S400018
    I've tried to simulate an exit rather than an entry. I succeeded by adding a column 'SystemSerialNumber' with valid data into.
    But, I have to generate an entry and i'm not supposed to know what SystemSerialNumber will be used.
    An idea?
    Best regards,
    Francis

    I found a way.
    I have to define the column LineNum BEFORE the column BaseLineNumber.
    With these files, it's OK :
    Document_Lines :
    RecordKey;LineNum;ItemCode;Quantity
    RecordKey;LineNum;ItemCode;Quantity
    1;0;LS32BHLNS;1
    1;1;LS46BHYNS;1
    1;2;LS40BPPNB;5
    SerialNumbers :
    RecordKey;LineNum;BaseLineNumber;ManufacturerSerialNumber
    RecordKey;LineNum;BaseLineNumber;ManufacturerSerialNumber
    1;0;0;BH32HS1Q900088
    1;1;1;BH46HS1Q900095
    1;2;2;BP40HS1QC00223
    1;3;2;BP40HS1QC00224
    1;4;2;BP40HS1S100356
    1;5;2;BP40HS1S100391
    1;6;2;BP40HS1S100396
    Thank you all
    Francis

Maybe you are looking for

  • Report does not print exactly same as it appears at design time

    Hello, I am using SAP Crystal report with VS 2010. I designed a report. At design time every thing appears fine. Margins are set to 0, printer is selected and page size is custom.(right click on report, design>pagesetup) When I use <reportname>.print

  • After Mavericks update, no color printing?

    Running an old (no longer supported) Airport Express with an HP DeskJet 6122. Everythign has been going fine for years. Suddenly, after updating to Mavericks, the printer is printing in black & white. I'm using an older version of Pages, so I thoght

  • AGO function error in Pivot Table

    Hi, I have a typical time dimension - year, period, week, date. Most of my facts are available at the most detailed level of date however I have some Budget facts that are only available at the week level. When I combine these facts in a report I am

  • Cost Center Missing in Income Statement Report

    Hello Gurus, At this moment we are facing a critical situation. We are currently running a Custom report which is based upon a Custom Multiprovider. The Multiprovider gets the data from a remote infocube, a virtual infocube and four info objects(All

  • Widget clock : missing "i"

    Hello, since I upgraded to Mountain Lion the little "i" icon to set the clock in the dashboard has disappeared. I need to set that clock to another timezone... How can I do it? How how can I get it back?