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

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

  • 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

  • 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

  • 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

  • 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

  • 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

  • [JHS 10.1.3.0.59] Error when generating Group with Display fields

    Do you already know this error in JAG when generating groups that contain items with display type 'display field'? Or am I doing anything wrong?
    [LovOrganizationTable.jspx, default/item/table/tableDisplayField.vm] Velocity log [error] ResourceManager : unable to find resource 'default/item/table/tableDisplayField.vm' in any resource loader.
    Toine

    Toine,
    Thanks for reporting, we should remove displayField from the list of dislay types. If you want a read-only field in 10.1.3, you can choose the proper display type, and then set "Insert Allowed" and "Update Allowed" properties to false.
    Steven Davelaar,
    JHeadstart Team.

  • 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

  • HANA DB 1.00 Build 20 - Error import COPA Data with HANA STUDIO 1.00...

    Hi,
    Has anyone tried loading data records to HANA DB 1.00 Build 20 from the CTL files provided in     https://wiki.wdf.sap.corp/wiki/display/HANADemoenvironment/HowtoloadCOPAdata ?
    It was work on HANA DB 1.00 Build 15 but not with New Build...
    The procedure was exactly the same
    The creation of Tables is done but i have this error with import data with each csv files:
    Command with HANA Studio (Build 20):
                    load from '/tmp/export/TCURT.ctl' threads 4 batch 1000;
    Error:
                   Could not execute 'load from '/tmp/export/TCURT.ctl' threads 4 batch 1000'
                   SAP DBTech JDBC: [257]: sql syntax error: line 1 (at pos 3643214585)
    I tried also:  load from '/tmp/export/TCURT.ctl' -> same error...
    We have all privileges on the tmp folder and files
    I tried also to copy new data from source...
    Do you have an idea?
    Thanks for advance for help .
    Best regards,
    Eric MG

    Hello,
    LOAD TABLE command was not public - full syntax was never mentioned in any SAP guide on help.sap.com or Market Place (except SAP HANA Pocketbook-DRAFT). Therefore it is SAP internal syntax that can be changed anytime. And I guess this is what happened. Command is either deprecated or having different syntax.
    If you need to import CVS file I would suggest to use official way - either IMPORT command (which was also not very public before but since SP03 it is mentioned in SQL Script Guide) or best using SAP HANA Studio import functionality (just be sure you use CVS as type of file).
    You can find explanation of both ways in this blog:
    SAP HANA - Modeling Content Migration - part 2: Import, Post-migration Activities
    Tomas

  • Error in sync group with large tables

    Since a few days ago the automated sync process configured in windows azure portal is failing. The following message appears
    SqlException Error Code: -2146232060 - SqlError Number:40550, 
    Message: The session has been terminated because it has acquired too many locks. 
    Looking for the error on internet I've found the following post 
    http://blogs.msdn.com/b/sync/archive/2010/09/24/how-to-sync-large-sql-server-databases-to-sql-azure.aspx
    Basically it says that in order to increase the application transaction size it's necessary to include some parameters in the remote and local provider. There's an example script for that.
    But how can i apply this change if my data sync process was created through azure web portal? Is there a way to access the sync scripts? How can I increase the transaction size from azure portal?
    Please, any help is welcome
    Alvaro

    Hi Alvaro,
    I’m afraid that there’s no method to access the sync scripts and increase the transaction size from azure portal when using SQL Azure data sync group.
    The error 40550 occurs when sessions consuming greater than one million locks. You can use the following DMVs to monitor your transactions in SQL Azure. Usually, the solution of this error is to read or modify fewer rows in a single transaction.
    sys.dm_tran_active_transactions
    sys.dm_tran_database_transactions
    sys.dm_tran_locks
    sys.dm_tran_session_transactions
    In your scenario, to overcome the error 40550, I recommend you use the
    bcp utility or SQL Server Integration Services (SSIS) to move data from large table to SQL Azure.
    With bcp utility, you can divide your data into multiple sections and upload each section by executing multiple bcp commands simultaneously. With SSIS, you can divide your data into multiple files on the file system and upload each file by executing multiple
    Streams simultaneously.
    Reference:
    Optimizing Data Access and Messaging - SQL Azure Connection Management
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Error importing table metadata with quoted column names

    Hey folks,
    I have a strange problem with the table metadata import wizard. It refuses to import column names that are quoted. I am using OWB 11.1.0.6 on Oracle 11g/Linux
    For example, given this table
    create table mytest (id integer, "Name" varchar2(50))
    OWB imports the ID column just fine but chokes on the "Name" column ("Created with second class object failure").
    However if I define the table as
    create table mytest (id integer, Name varchar2(50))
    everything goes smoothly. Does anyone know if this is a bug or a feature? Can't find any information on this, and it's highly annoying as I'm importing definitions of automatically generated tables that contain tons of these quoted column names :(.
    I appreciate your help!!
    Thanks,
    Stefan

    I noticed that myself in our project.
    Our varchars2 are defined as VARCHAR2(xxx CHAR) - OWB puts the size*4
    In fact if you have special characters like umlauts (ü,ä,ö,...) it will use 4 bytes per character.
    You can try it yourself. Define a Varchar2(1 CHAR) and manually change the size of the Column in your mapping inside OWB (in filters, joins or your target table).
    Then shoot an umlaut through the mapping and will end up with a "too small" error.
    Dont mind the size*4 issue - we totally ignored it and run without error since 4 years now.

  • BusinessPartners Properties and BusinessPartners Groups with DTW 2005

    Hi,
    I want to use DTW 2005 to import BusinessPartners Properties and BusinessPartners Groups.
    Can you help me?
    I don't find these objects in the combo box?
    Thanks

    Hi Andrea,
    I do not think it is possible to import BP Properties as they already exist and it is basically just the descriptions that need to be updated. You can import Business Partner Groups if you select oBusinessPartnerGroups in the drop down list.
    Hope it helps,
    Adele

Maybe you are looking for

  • When downloading a file from Safari, it goes to downloads and you can't re-name the file before it is saved

    I am new to MAC and have trouble when downloading files from Safari that I want to save to a particular folder with a new name.  Can you do that without first saving to downloads, then moving the file to the documents stack, then changing the name?

  • Remove save and saveas from file or document of km repository

    HI experts when i assign the permission of read to a file of ms word or other file or document in km repository when i assign km navigation iview to other user.he or she is able to read,saveas  the file which i give to that user in km repository but

  • MacBook Pro issues after updating to iOS8

    After updating to iOS8 I ran into some strange issues (listed below) for the first time ever. Some of them I noticed the next day, others a couple of days later... - all my contacts disappeared in "contacts" - all my contacts disappeared in "Skype" -

  • Can sql merge statement be used in a batch (oracle 10g)?

    Hello, I am trying to insert into an oracle table multiple rows of values selected from a web page. Can I use a merge statement as a preparedStatement to avoid inserting duplicate records? Does anybody have any examples they would like to share? Any

  • Report Viewer

    i am Getting Error with Int and Decimal Data Type while Using Report Viewer. but,when i use varchar type it works properly.plzzz show me some example with int data type.