Intrastat Addon

Hallo,
wir haben in SAP B1 8.81 das Addon Intrastat installiert um die Meldung zu erstellen. Wir haben über das Konfigurationstool ide notwendigen Daten eingetragen und kommen jetzt nicht weiter.
Es gibt noch Konfigurationseinstellungen für GP und Artikel. Wenn ich jedoch darauf gehe, kann ich nur Einstellungen für jeden einzelnen GP/Artikel vornehmen. Da wir mehrere Tausend Kunden und Artikel in der Datenbank haben fällt die manuelle Bearbeitung schon mal weg.
Ich habe auch keine Informationen gefunden zum Importieren der Einstellungen per DTW.
Weiß jemand wie wir die Intrastat Meldung mit dem Addon bewerkstelligen können?
Danke im voraus und viele Grüß

Hallo Thomas,
ein Wort vielleicht zu dem "Gold-Partner" (wir sind ebenfalls einer). Geschenkt wird einem dieses Zertifikat nicht, und man muss es ständig erneuern. Ich denke schon das es etwas mit Qualität zu tun hat. Was euer Projekt angeht - da kann und möchte ich nichts zu sagen.
Inhaltlich: Schau Dir mal diese kleine funktionierende Routine in VB an. Vielleicht hilft Dir diese weiter. (Musst einen Verweis zur DI-API setzen!)
Function KundenKorrekt()
    'Variablen
    Dim objCompany As SAPbobsCOM.Company
    Dim objRec As SAPbobsCOM.Recordset
    Dim strCardCode As String
    Dim i As Long
    Dim strErr As String, lngErr As Long
    ' Erstellen eines Company-Objektes über eine kleine Funktion
    If objCompany Is Nothing Then Set objCompany = GetSBOCompany()
    ' Ein Record-Set zum lesen von SAP - Daten
    Set objRec = objCompany.GetBusinessObject(BoRecordset)
    Call objRec.DoQuery("SELECT CardCode FROM OCRD T0 where cardtype='C'") ' Oder was auch immer... halt SQL
    ' Damit das Zeilenzählen auch wirklich funktioniert...
    objRec.MoveFirst
    objRec.MoveLast
    objRec.MoveFirst
    i = objRec.RecordCount
    Do While Not objRec.EOF
        ' Erstellen eines Busines-Partner Objekts
        Set objBP = objCompany.GetBusinessObject(oBusinessPartners)
        strCardCode = objRec.Fields("CardCode").Value
        If objBP.GetByKey(strCardCode) = True Then ' gefunden :)
            objBP.UserFields.Fields("U_Feldname").Value = 1
            objBP.CardName = objBP.CardName & " Test"
            objBP.Update
            Call objCompany.GetLastError(lngErr, strErr)
            If lngErr <> 0 Then
                MsgBox (strErr & " (" & Trim(Str(lngErr)))
            End If
        End If
        objRec.MoveNext
        Debug.Print "Kunde " & strCardCode & " Zeile " & i
        i = i - 1
        DoEvents
    Loop
    objCompany.Disconnect
End Function
und:
Public Function GetSBOCompany() As SAPbobsCOM.Company
   Dim vCompany As SAPbobsCOM.Company
   'create company object
   Set vCompany = New SAPbobsCOM.Company
   'set paras for connection
   vCompany.CompanyDB = "Datenbank"
   vCompany.Password = "Passwort"
   vCompany.UserName = "Benutzer"
   vCompany.Server = "Server"
   vCompany.LicenseServer = "LicenceServer:30000"
   vCompany.DbServerType = dst_MSSQL2008
   vCompany.DbUserName = "sa"
   vCompany.DbPassword = "sapwd"
   'connect to database server
   If (0 <> vCompany.Connect()) Then
        Call vCompany.GetLastError(lngErr, strErr)
        MsgBox "Fehler bei Connect: " & strErr
      Set GetSBOCompany = Nothing
   Else
      Set GetSBOCompany = vCompany
      MsgBox (vCompany.CompanyName & vbCrLf & "DB-Name " & vCompany.CompanyDB & vbCrLf & "Server " & vCompany.Server & " USER " & vCompany.UserName)
   End If
End Function
hdh
Andreas

Similar Messages

  • Import Intrastat DTW

    Dear all,
    I try to import some data to the Table BNITMDV (correspoding ti the window Item Intrastat setting of the Intrastat Addon).
    The aim of the import is to create some records with the Item Code and the Commodity Code.
    Here is a sample of my DTW file:
    Code     Name     U_ITMCode                  U_CommCode
    Code     Name     U_ITMCode                  U_CommCode
    0          110000001                  39233010
    1          110000002                  39233010
    2          110000003                  39233010
    3          110000004                  39233010
    4          110000007                  39233010
    5          110000009                  39233010
    6          110000010                  39233010
    7          110000012                  39233010
    8          110000013                  39233010
    9          110000014                  39233010
    10          110000015                  39233010
    When trying to import, I get the following error message:
    No     Status                      Key                         Reason
    1     Created Failed        0000006            Master Data Type User Table cannot add row U_BNITMDV
    2     Created Failed        0000007            Master Data Type User Table cannot add row U_BNITMDV
    3     Created Failed        0000008            Master Data Type User Table cannot add row U_BNITMDV
    4     Created Failed        0000009            Master Data Type User Table cannot add row U_BNITMDV
    ...........The ist is too long
    However, I have noticied that It worked only with the first 6 records because the records already exist in SBO (I created them manually in SBO using the window Item Intrastat Setting by typing the item codes manually and clicking on create button).
    Does anyone know what's the problem with this import?
    Remark: I tried with filling the name field and without filling it ant the result is always the same.
    Thanks a lot for your help.
    Kind regards,
    Walid.
    Edited by: Walid Belhamer on Jul 30, 2010 11:06 AM

    Hi Walid,
    is it possible that you send me an example of how you import intrastat items settings with DTW??
    I get the same error
    i tried it with UDO an UDT. i think my import file is not oke.
    Thanks
    Mark
    Edited by: M. Hageman on Nov 5, 2010 3:02 PM

  • SBO Release 2007 Intrastat - Artikeldaten

    Hallo,
    wie kann man die Artikeldaten für Intrastat importieren (Ursprungsland, Warennummer, ...)? Das ist ja ein User Defined Object (=UDO) indem die Daten liegen. Daher klappt es mit der Data Transfer Workbench (=DTW) nicht, oder?
    Generell kenne ich den Trick beim Anlegen eines UDOs im TEMP Ordner ein File abzulegen, welches die Daten enthält. Nur dieses UDO gibt es ja schon.
    Viele Grüße
    Martina Kohler

    Hallo Martina,
    doch, die Artikeldaten für Intrastat lassen sich mit Hilfe der Data Transfer Workbench importieren.
    Ich habe dies vor Kurzem bei einem Kunden gemacht.
    Man muss sich für den Import nur ein Excel-Template erstellen lassen um die Daten dann importieren zu können.
    Dies macht man direkt in der Data Transfer Workbench unter dem Menüpunkt "Avancieren" --> "Maintain Schnittstelle".
    Es öffnet sich ein Fenster wo man oben in der Auswahlliste den Eintrag "U_BNITMDV" auswählt. Das ist die User-Tabelle der Intrastat-Artikeldaten. (Hinweis: Tabelle existiert erst wenn Intrastat AddOn min. 1x gestartet und Tabelle angelegt wurde.)
    Per Rechts-Klick auf den ersten Knotenpunkt erscheint das Untermenü "Template für Struktur anlegen".
    Es wird ein Excel-Template mit den Feldern angelegt ---> dieses dann einfach mit den Daten füllen und per DTW importieren --> Fertig.
    Gruß
    Jacqueline Wutke

  • Intrastat - Art des Geschäfts: Lohnveredelung

    Hallo Zusammen,
    ich habe folgendes Problem mit dem Intrastat Addon:
    Es werden Waren zur passiven Lohnveredelung ins Ausland versendet. In unserem Fall passiert das über eine Umlagerung.
    Art des Geschäfts ist hier: 41 --> Waren, die voraussichtlich in den ursprünglichen Versendungsmitgliedstaat zurückgelangen
    Das Statistische Bundeamt schreibt hierzu folgendes:
    Feld 18 u2013 Rechnungsbetrag in vollen Euro
    Bei innergemeinschaftlichen Warenverkehren, die nicht berechnet werden oder für die lediglich eine Proforma-
    Rechnung ausgestellt wird (z. B. Versendung zur passiven Lohnveredelung oder nicht berechnete Ersatzlieferung)
    bleibt das Feld 18 leer. Dies gilt auch für den Fall einer Rücklieferung mit Gutschrift in einen
    anderen EU-Mitgliedstaat (negative Wertangaben sind unzulässig (siehe Nr. 9.2)).
    Außerdem
    Feld 19 u2013 Statistischer Wert in vollen Euro
    Bei Versendungen von Waren, die unentgeltlich oder im Rahmen eines Miet- oder Leasinggeschäftes mit
    einer Laufzeit von mehr als 24 Monaten (Schlüssel 91 in Feld 10) geliefert werden, ist als Statistischer Wert
    der Preis der Ware, der im Falle eines Verkaufs unter den Bedingungen des freien Wettbewerbs vermutlich
    berechnet worden wäre, anzugeben. Entsprechend ist bei (unentgeltlichen) Versendungen von Waren zur
    passiven wirtschaftlichen Lohnveredelung (Schlüssel 41/42 in Feld 10) zu verfahren.
    Wählt man nun die 41 bei Art des Geschäfts aus, bleibt der Rechnungsbetrag der selbe.
    Mache ich etwas falsch oder wird das vom Addon einfach nicht unterstützt?
    Kann mir außerdem jemand verraten wie ich zu einer bereist gespeicherten Meldung (ich habe schon eine Testdatei angelegt) die Daten erneut ziehe?
    Vielen Dank für eure Antworten.
    Gruß
    Sabine

    Hallo Sabine,
    Mache ich etwas falsch oder wird das vom Addon einfach nicht unterstützt?
    Nein, ich denke du machst da nichts falsch.
    Kann mir außerdem jemand verraten wie ich zu einer bereist gespeicherten Meldung (ich habe schon eine Testdatei angelegt) die Daten erneut ziehe?
    Ich gehe davon aus das Ihr Version 2007A benutzt.
    Hier gehst du in den Wizard und klickst dann auf "Laden einer vorhandenen Meldung"
    Die geschlossene Meldung wird auf "Offen" gesetzt, wenn dann im Schritt 6 "Meldung Wieder öffnen" gewählet wird.
    Mit freundlichen Grüßen
    Doreen Cieslewski
    Edited by: Doreen Cieslewski on Apr 15, 2010 10:25 AM

  • Intrastat-Meldung LEER

    Hallo zusammen,
    wie in diesem und anderen Foren bereits mehrfach gepostet habe ich auch das scheinbar bekannte Problem,
    dass der Assistent für die Instrastatmeldung keine Daten anzeigt.
    D. h.
    GP-Massenvorgang ist leer
    Artikel-Massenvorgang ist leer
    Meldung zeigt nur einen einzigen Datensatz mit ROWNUM = 1, alles andere leer bzw. Null.
    Die Online-Hilfe für Intrastat ist aus meiner Sicht nicht aussagekräftig.
    Es gibt zwar irgendwo eine WebEx zu diesem Thema, allerdings zeigt diese (nach meinem Kenntnisstand)
    nur die Konfiguration der zu dem Addon gehörigen Intrastat-Einstellungen.
    Es fehlen vollständige Beispiele, welche die ggf. erforderliche Konfiguration am GP-/Artikelstamm
    und ggf. vorzunehmende Anpassungen bei der Belegerfassung und die Auswirkungen auf die Intrastatmeldung zeigen.
    In anderen Threads wird eine Migration der Intrastat-Schnittstelle der Verion 2005 auf 2007 beschrieben.
    Das ist nicht die Anforderung - sondern die Neuinstallation und Inbetriebnahme des Intrastat-Addons auf einer bereits existierenden 2007er Version. Beim Kunden läuft PL47, verhält sich aber auf SP1xx genauso.
    Weiß irgendjemand irgendetwas?
    Vielen Dank vorab ...

    Hallo,
    ich hatte das gleiche Problem. Dieses lag bei mir an folgender Einstellung:
    GP müssen eine Lieferadresse haben und in der Lieferadresse muss das Land und die UID-Nummer gepflegt sein.
    Dann hats funktioniert.
    Gruß
    Lars Barkow

  • Fehler 1628 bei Intrastat-Installation

    Hallo Kollegen,
    auf einem unserer Kundenserver tritt ein momentan nicht nachvollziehbarer Fehler bei der Installation des Intrastat AddOn auf:
    SAP B1 wird gestartet (unter einem Benutzer, der Mitglied der Administratoren und Domönen-Administratoren ist), die Installation des Intrastat AddOn startet und bricht mit "Fehler 1628: Failed to complete installation" ab.
    Diesem Benutezr wurde zusätzlich manuell Vollzugriff auf das SAP-Programmverzeichnis sowie die SAP Registry-Schlüssel gewährt.
    Wird B1 hingegen mit "Rechtsklick > Als Administrator ausführen" gestartet, wird Intrastat problemlos installiert und verbunden.
    Selbst wenn danach wieder B1 über die Verknüpfung normal (mit Doppelklick) gestartet wird, versucht das System erneut Intrastat zu installieren und bricht mit obigem Fehler ab.
    Es handelt sich um ein Windows Server 2008 64bit, SAP B1 8.8 SP00 PL12.
    Anscheinend liegt hier ein Problem mit Berechtigungen vor, hat irgendjemand eine Idee wo genau hier vieleicht die
    entsprechenden Berechtigungen fehlen könnten?
    Besten Dank und mfG
    Holger Müller

    Hallo,
    stand kürzlich vor dem gleichen Problem und habe keine wirkliche Lösung gefunden (außer für die SAP B1.exe permanente Adminberechtigung). Das Problem ist, wenn die UAC aktiv ist, greift der VirtualStore (C:BenutzerAppDataVirtualStore), darin sind auch Daten von SAP abgelegt, u.a. die AddOnsLocalRegistration.sbo Datei. Wenn du diese mit der Datei im SAP Installationsverzeichnis vergleichst, wirst du feststellen, dass der Eintrag für Intrastat im User-Verzeichnis fehlt.
    Angeblich soll es funktionieren, die Datei auszutauschen (vorher sichern), aber das hat bei mir nicht geklappt. Habe danach .NET Fehlermeldungen beim Starten von Addons erhalten. Vielleicht funktioniert es ja bei dir.
    Siehe auch SAP Hinweis 1492196 (Auszug: Installer issues in context with UAC (User Account Control)
    Business One needs to started explicitly as administrator. To ensure this as a permanant solution, the privilege level has to be set accordingly: Open the properties of the SAP Business One.exe or its shortcut via right mouse click -> Properties -> Tab Compatibility -> Privilege Level -> Change settings for all users -> Privilege Level -> Run this program as an administrator
    As a onetime workaround use the option 'Run as administrator'.
    Grüße
    Sebastian

  • B1TC (Business One Test Composer) is available!

    B1TC (Business One Test Composer) is an automation
    testing tool for B1. It provides a simple way to record
    and replay scenarios for testing purposes, but it can
    also be employed in many other use cases. It complements
    B1DE and B1TE to form a complete set of development and
    testing tools.
    You can download it from SDN at
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20cc36a1-b156-2910-eeb5-ac489e306242.
    As usual the setup comes with the source code as well,
    under the SDN license schema. The setup contains all the
    user documentation and also internal design details.
    We have created a SDN Blog for B1TC at
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5004. [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    This blog lists the latest news and limitations found in
    the current version of the tool. You can also use this
    blog to give us feedback: we are interested in your
    opinion!

    Strange...
    I have installed Intrastat addon in my machine and I started it.
    I have B1 2005 SP01 PL12 and instrastat version is 6.80.01.30 (the last one I have found)
    Are you working with the same versions?
    If I try to record the same actions as you:
    1. Click on Sales-A/R menu
    2. Click on Sales Order menu
    (it opens Sales Order form)
    3. Stop recording
    I can only see 3 lines (your first 3) and not the Set Matrix lines...
    In the matrix columns for the UDFs I cannot see any Formatted search associated... if I press Shift + alt + F2 there is not FS.
    The only explanation can be the B1 or addon version?
    Or do you have an extra configuration?
    Regards
    Trinidad.

  • Que es Addon Intrastat

    hola quiero saber o si hay algun manual de que es lo que hace o se puede hacer o que ventajas o de que manera se puede usar y que casos el Addon INTRASTAT que viene en la version 2007 del SAP Business One
    Slds

    Estimado,
    Este addon es de uso exclusivo de los países de la comunidad europea y hasta donde alguna vez leí en el Channel Partner Portal, tiene relación con transacciones inter clientes-proveedores y creo que algo de banking pero como parte de las regulaciones de la Comunidad Europea.
    De todas formas, en el Portal de Partners, debieses encontrar algo. Te recomiendo buscar en el sector de EDUCATION pues alli seguramente existe alguna EMPOWERMENT Session que explique su funcionalidad.
    Para salir más de dudas, y dado que en el este foro en español, encontrarás pocos consultores de Europa, te recomiendo ingresar un post en el foro en inglés. Alli seguro alguien lo ha usado y te puede sacar de tu inquietud.
    saludos

  • Intrastat declaration file creation

    The results of step 6 can be then included in a file.
    There are several options
    Not all the options are available for all countries of declaration.
    Create u2018test fileu2019: The file is created following the specific format required by the authorities of the country, the name of the file is provided automatically by the add on but will show that is not to be used for real, only as a test. GB and DE. (The file is stored in C:\Program Files\SAP\SAP Business One\AddOns\sap\Intrastat)
    Create File with automatic name: The file is created following the specific format required by the authorities, and the name of the file is automatically provided by the add on following local conventions of the country of declaration. Only for GB,DE,BE,IE,SE. (C:\Program Files\SAP\SAP Business One\AddOns\sap\Intrastat)
    File with manual name: The file is created following the specific format required by the authorities, but the name of the file must be entered by the user: AT,BE,DE,DK,ES,FI,FR,GB,IE,IT,NL,PT,SE. the path and the name to be entered (lower browser)
    CSV file with manual name: A CSV file is created, not following any format of any country. This file can be edited by the user to be imported trough a third party software. The path an name should be entered (upper browser)
    Edited by: Jose Antonio Castillo on Sep 3, 2009 10:51 AM

    Thanks to all

  • Intrastat - Belege aus dem Vormonat

    Hallo Zusammen,
    ich habe mal eine Frage zu dem Addon Intrastat.
    Bei der Erstellung einer Intrastat Meldung ist mir aufgefallen, dass dort Belege aus dem Vormonat aufgeführt werden. Grundsätzlich ist das ja auch für vergessene bzw. nachträglich angelegte Belege nachvollziehbar. In meinem Fall habe ich aber die Meldung aus dem Vormonat unmittelbar vorher gemacht. Die Belege sind definitiv nicht in dieser kurzen Zeit hinzugefügt worden.
    Kann mir jemand sagen, woran das liegt?
    LG
    Sabine Lux

    Hallo Sabine,
    wie sind die Datumswerte aus den Belegen? Liegt es evtl. daran?
    Das könnte aber auch ein Bug im SAP sein und soll mit 2007A SP01 PL10 gefixt sein.
    Bitte mal Note 1417701 prüfen ob dies auf euer Szenario zutrifft.
    Mit freundlichen Grüßen
    Doreen Cieslewski

  • Intrastat - Czech Republic

    Hi, I want to ask if there is any AddOn to support Intrastat in Czech Republic.
    And where I can to download this.

    Hello Andrzej,
    There is SAP AddOn "Intrastat", but unfortuantely CZ is not supported. You may post your requirement [here|/community [original link is broken]; and push it to your local product expert.
    Kind Regards, Yatsea

  • Cannot open Intrastat Masks (except Configuration)

    Hello everybody,
    one of our customers wants to start with intrastat. I installed the AddOn on a test-company (current copy of the live-system) and everything works fine. Now I also activated the AddOn at the live-systems. It connects succesfully and I am able to setup all the configurations in the configuratuion form.
    But I am not able to open the forms for the items or businesspartners. Clicking on the menu-item or the buttons in the masterdata don't cause any action nor throw an error. It still works in the test-system, settings are the same.
    The report-wizard also opens successfully.
    Does anyone has an idea, why the two forms don't open?
    Thanks in advance
    Sebastian

    Two things I can think of to check.  In IIS, under Default Web Site, PowerShell virtual directory, ensure that in SSL, Require SSL is not selected.  In the HTTP Redirect virtual directory, ensure that there is no HTTP redirection selected. 
    These can be set wrong when you incorrectly configure HTTP Redirect.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."
    Note where I said above:
    Ensured that SSL is not required on the root (Default Web Site), that it is required on the various virtual directories, except PowerShell, which it is NOT required on
    Ensured that there is no redirection going on with any virtual directory or the root site

  • PO Creation of free goods for intrastat reporting

    All,
    Due to intrastat reporting restrictions, when we are creating a PO with a free good we need to mark the item as "Free Good" on the item overview, and set the "Business Transaction type" to 41 on the "Origin / Destination / Business" tab of the "Import" tab.
    However, we also need to set the "Statistical value" on the "Decleration Values" tab but this field is greyed out.
    The help message says:
    The system determines statistical values on the basis of condition records with condition types GRWR and GWLB (subcontracting).
    However it does not say where I can set this value. Does anyone know where I can set this value per material?
    Many Thanks,
    Colm

    Can you explain why subcontracting is free of charge, I have never seen somebody doing some work without charging for it.
    are you talking about the delivery of the materials sent to your subcontractor or the finished materials that you get back?
    Usually the statistical value field can be maintained in VEFU. But I guess it interacts with the free of charge indicator in your case.
    I just like to give you some explanation from the statistical office:
    u201CProcessing under contractu201D covers operations (treatment/processing, mounting, assembly, enhancement,
    renovation, etc.) resulting in the production of new or really improved goods on the basis of intermediate
    materials provided free of charge by the commissioning party. Depending on whether processing under
    contract is done within the country or abroad, the relevant terms used are u201Cinwardu201D and u201Coutwardu201D
    processing under contract.
    u201CProcessing under contractu201C in the context of intra-Community trade statistics covers intra-Community
    cross-border movements of goods, provided the finished products produced on the basis of the
    intermediate products provided through cross-border transactions will later leave the country of
    manufacture (dispatch), being either returned to the original country of consignment (arrival; nature of
    transaction u201C41u201C or u201C51u201C) or moved to another country (nature of transaction u201C42u201D or u201C52u201C).
    What must be declared is both the cross-border movement of the (free) intermediate materials and the
    subsequent (cross-border) return of the finished products.
    (Note: Processing performed by the processor on own account is not processing under contract but is
    generally covered as purchase/sale (nature of transaction u201C11u201D.)
    For the declaration of the intermediate products provided free of charge (nature of transaction u201C41u201D), a
    statistical value has to be indicated that corresponds to a selling price customary in the market (free
    German border); in case of doubt a careful estimate should be used. When declaring the finished products
    (nature of transaction u201C51u201D), the invoiced amount to be indicated is the costs of wage, material, transport
    and insurance as invoiced by the contractor; for the statistical value, the statistical value of the
    intermediate materials (provided free of charge) must be included, too.
    (Note: Intermediate products returned to the commissioning party without treatment should be declared
    under nature of transaction u201C51u201D, entering the value originally indicated.)
    If, however, the commissioning party provides only parts that are insignificant in terms of function or value
    (e.g. labels, screws, etc.), then there is no processing under contract. In those cases, such provision of
    materials that is negligible in statistical terms is exempted from declaration for intra-Community trade
    statistics. For the finished product supplied on a cross-border basis, a sale or purchase (nature of
    transaction u201C11u201D) is regularly assumed, with the value of the materials provided free of charge by the
    commissioning party exceptionally not being included when determining the value of the finished
    products.
    Also, there is no processing under contract if the contract work performed at the goods provided consists
    of just simple activities (e.g. simple packaging, ironing, etc.). In such cases the goods exported or
    imported temporarily within that scope are not covered statistically.
    Examples:
    1. A sports car is moved temporarily from Italy to Germany for tuning activities (e.g. power increase,
    car body modifications). What is invoiced in addition to the labour costs is some car parts
    purchased by the domestic contractor.
    As the sports car is u201Creally improvedu201D by the work performed, this is u201Cprocessing under contractu201D,
    which has to be declared under nature of transaction u201C41u201D for arrival and u201C51u201D for (re)dispatch.
    2. For the production of a car in the Czech Republic, the engine gearbox unit and some other parts are
    provided free of charge by the commissioning party located in Germany. For the import of the
    complete car to Germany, the foreign producer invoices the car without the value of the engine
    gearbox unit.
    This is u201Cprocessingu201D of important components (both in terms of value and function) in connection
    with the production of a u201Cnew goodu201D (car), i.e. the transaction u2013 by definition u2013 must be declared as
    u201Cprocessing under contractu201D both for dispatch and for re-arrival.
    3. For the production of an off-road vehicle produced in Austria, the German commissioning party
    provides the company emblem free of charge. When the complete vehicle is imported to Germany,
    the foreign producer of the off-road vehicle invoices the vehicle without the value of the company
    emblem mounted on the vehicle.
    Although the components provided are u201Cprocessedu201D, they are insignificant parts (company
    emblem) both in terms of function and value, so that this is not u201Cprocessing under contractu201D but a
    purchase (nature of transaction u201C11u201D) of a vehicle.
    4. An older car is temporarily moved to Poland to restore the paint (washing, polishing and
    conserving).
    This is not u201Cprocessing under contractu201D in the context of intra-Community trade statistics because
    the work performed consists of just simple activities. As this is u201Ctemporary useu201D, the cross-border
    movement of the vehicle is exempted from declaration.

  • Adobe cloud tries to load addon which I have deleted in Extension manager

    when Adobe Cloud starts it tries to load an application (Edge FX lite) that I have deleted in Adobe Extension Manager cc. I get the error message ' unable to install the addon EdgeFX lite  error 603. How do I stop this?
    Also in Adobe Exchange in 'My Stuff'  there are showing addons which I have removed in Adobe extension Manager cc which I would like to be removed from this listing as I will never use them, but if I right click to uninstall I fail to get rid of them.

    Apologies, without making the assumption that you are signed in
    1) Go to https://creative.adobe.com/addons/
    2) In the top right hand corner select sign in and enter your Adobe ID and password
    3) Once logged in, on the center of the screen at the left hand side, select the link 'All your purchases and shared items'
    4) You will then be taken to a page that is the equivalent of your My Stuff panel.
    5) You can then install individual add-ons/extensions.
    Kind regards,
    Lea

  • Crystal Report Addon Error

    Hi All,
    I have successfully installed Crystal Report Addon Version 2.0.0.7 on B1 (Patch 0) . I have already installed Dot Net framework 3.5 on my machine and I use to design Crystal Reports in VS.Net 2005 Crystal Reporting tool .
    The proble is that everything works fine but as I click on the button 'preview and print ' it flashes an error "Could not load file or assembly CrystalDecisions.Windows.Reports Version 12.0.2008......"
    Iam not able to understand exactly what is lacking ? Do I require to install Crystal Report 2008 also . I do only have Crystal Report 10 (shipped with VS .NET 2005)
    If yes then please help me how to proceed to crack this problem...
    Thanks in advance.

    Hi Pooja,
    Yes, you need to install  Crystal Reports 2008 Runtime. Alternatively you can install Crystal Reports 2008 or Crystal Reports 2008 for B1.
    Regards,
    Vítor Vieira

Maybe you are looking for