VAT: CH to European country with own VATreg.no.

Hi.
My customer is shipping goods from CH to European union (e.g. Germany). He has an own German VAT.reg.no.. So he is making an invoice with German VAT in his old system (basically he is shipping his goods just over the border to a parking lot and shipping from the parking lot the the customer...).
How can I set up the system for finding the VAT? The plant is in CH, so it would only find the VAT relation CH-Germany (0). But even if the plant is in the CH I need the VAT as if it where Germany-Germany. Also how to get the correct Intrastat in this scenario is unclear to me?
Thanks in advance

Your config doesnt show your voice translation profile, but I am assuming that you have one that applies the translation rule you have above. If thats correct then yes, the 8700 will be replaced with 011
You need to remove the no digit strip under the dial-peer.. This will strip the 87 and send the remaining internation dialling prefix to the PSTN
I suggest you reconfigure the dial-peer as follows
conf t
no dial-peer voice 128 pots
dial-peer voice 128 pots
 description Forward CME to VSAT
 translation-profile outgoing VSAT_OUT
 destination-pattern 87T
 port 0/2/0:15
This way the prefix 87 will be stripped and the relevant digit for international calls will be sent out to the PSTN

Similar Messages

  • HT201328 after unlocked done can i use the phone with foregein sim card in non European country?

    What happens if I block my I phone can it work in non European country ?

    Yeh I had a contract but I paid all off ages ago with o2 network I owned the iPhone I just gave my phone to my brother after I went holiday to my country Turkey I just requested from o2 customer service and n gave them all required info they processed that it will take 72 hrs to done

  • How do I "Change country with this account" with a family share plan

    I have a family that is international. We have two accounts, one each in a different country! wife and I. Both accounts have many books, music apps and lots of iTunes credit still on account. . While trying to set up the new family plan, I keep getting error messages. When I click on the invite email, I get this message: Cannot Join This Family. Which is crazy. Then, thinking it must be because I was still on the same device, I just set up OS8 on another device, and tried it again, with another error now coming up that says I have to Change the Country with this account. How do you do that? Why do you need to have all the accounts be in the same country? Hello, sometimes people live overseas, Apple! I was hoping this new family plan would finally allow me to use content fairly paid for with different devices and not have to suffer that cockamemy 90 day lock out. Help!,

    The iTunes stores in different countries are entirely separate.  You can only use an iTunes store credit in the country in with it was created and purchased content cannot be shared across countries.  Family sharing groups must be country-specific, using iTunes store credits for purchases only within that country, and sharing purchases that were made in that country.  You can contact iTunes store support for more details on these restrictions here: https://www.apple.com/emea/support/itunes/contact.html.

  • I HAVE AN OLD 3G IPHONE , HOW DO I USE IT IN ANOTHER COUNTRY WITH A NEW SIM CARD

    I  HAVE AN OLD 3G IPHONE , HOW DO I USE IT IN ANOTHER COUNTRY WITH A NEW SIM CARD ?

    it has to be unlocked by your carrier. give them a call

  • How do I change my country with a balance in my account

    How do I change my country with a balance in my account

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • How do i chnge country with active itunes match?

    Hi. I'm registrered in the US but have moved to Australia. ITunes wont allow me to change countries as I have an active Itunes Match account. Any ideas how to get around this?
    Cheers

    How to Change Country with iTunes Match

  • Can I use a T-Mobile contract-free iPhone 6 in any country with any SIM Card carrier?

    I'm from Uruguay and I want to buy an iPhone 6 contract free from T-Mobile. My doubt is if I'll be able to use it in my country with a local carrier. In other words, is a factory unlocked iPhone? Which is the difference between a unlock iPhone and a Contract-Free T-Mobile iPhone?

    Hey Nicolas,
    I had the same question, so I went to the Apple chat, and I asked the same, 'cause I need an iPhone to works in South America and Europe as well.
    so what the person on the chat  answered me was that the T-mobile cellphone comes Unlocked, so you can use it anywhere.
    I Guess I can get it and now.

  • Change list of items in purchase order with own fields

    Hi,
    we use exit MM06E005 with own customer screens (SAPMM06E/ 0101 and 0111).
    We can change/insert the fields on this screen and store the data in EKPO.
    All is OK.
    Now we want to use these fields in the Item overview (tablecontroll?).
    Has anyone an idea how to do this?
    thanks.
    Regards, Dieter

    Hi
    If it can do it, it can try to use the BADI ME_GUI_PO_CUST
    Max

  • Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

    Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

    Hello. I don't live in the U.S. and I'd like to buy a new mini IPad retina. But I see it is offered with four mobile operators. Does that mean I cannot use another operator, in my country, with it?

  • Error: Maintain VAT registration no. for country in previous screen

    Hi,
    I am getting an error "Maintain VAT registration number for country in previous screen"
    The vendor is based in Amsterdam and the VAT Reg No. is for Netherlands. There are other VAT Reg numbers (different countries) as well for the vendor maintained in the 'Others' tab in master data.
    Because of maintaining the VAT reg no. on main screen of master data, I am getting an error in Vendor tax acquisition report, where VAT reg. nos. for other countries are missing and I can see only Netherlands VAT reg number in the report.
    Has anyone of you faced such kind of a issue?
    Thanks,

    Dear,
    Please could you use the following website in order to check if the VAT reg number is correct:
    http://ec.europa.eu/taxation_customs/vies/
    sometimes happens that there is some mistake in the VAT reg no. provided...
    I hope it helps
    Silvia

  • Can i use my AT&T 3G Ipad 2 in other country with a local carrier SIM?

    can i use my AT&T 3G Ipad 2 in other country with a local carrier SIM?

    Yes, as long as that country supports GSM networks... most do, verify yours.  ATT iPads are not locked.

  • Extending ContentBySearchWebPart with own buttons

    Dear all,
    I want to extend the Content Search Web Part (CSWB) with own buttons/tabs to refine the query. My idea was to derive a custom web part from the CSWB, add these buttons to the web part area and to extend the query in the button's event.
    My actual problem is to place the button to the web part area. I used the CreateChildControls() method to add my buttons (to be exact RadioButton) to the Controls collection, but the buttons will be always attached at the bottom of the web part.
    Here is my code:
    protected override void CreateChildControls()
    base.CreateChildControls();
    //create filter buttons
    for (int i = 0; i < 3; i++)
    var filter = new RadioButton();
    filter.Text = "filter " + i.ToString();
    filter.GroupName = "NewsCSWP_tabs";
    //set input properties
    filter.InputAttributes["class"] = "NewsCSWP_radio";
    //this.Controls.Add(filter);
    this.Controls.AddAt(0, filter);
    And it has the same effect if I use the .Add(...) or .AddAt(...) method. I tried also to call the base.CreateChildControls() after the Controls.Add(), but my buttons still appears at the bottom.
    What is the supported way to achive this?
    Thanks!

    Maybe its  possible, but it is not recommended to do so.
    However it does not make to much sense.
    Just run your servlet as a portal compoent with an entry as native-Servlet in the pc descriptor.
    Thats a 5 minute trip.

  • Show channels with own time channel and different length in one 3D graph

    Hi,
    How can i show channels with own time channel and different length in one 3D graph?
    My consideration looks like this, but i didn't found a solution with acceptable performance. ( i have many channels to merge and many data in them)
    i have 4 Channels 2 with values and 2 with time.
    Example:
    Pair 1:
    1 - 3
    2 - 4
    3 - 5
    4 - 8
    5 - 9
    Pair 2:
    1.5 - 6
    2.3 - 7
    4.5 - 8
    I want than this result:
    1 - 3
    1.5 - null
    2 - 4
    2.3 - null
    3 - 5
    4 - 8
    4.5 - null
    5 - 9
    And
    1 - null
    1.5 - 6
    2 - null
    2.3 - 7
    3 - null
    4 - null
    4.5 - 8
    5 - null
    thanks a lot
    by
    Stefan

    Hi StefanF,
    You need to first create the timebase that you want (in this case with a 0.5 increment) using the "Generate Numeric Channel" ANALYSIS function, then use the resulting time channel in the "Linear Mapping" ANALYSIS function for each of the original channel pairs.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • HT201328 I do travel to Europe several day a year. It is true that I can use the Iphone 5 in other country with no trouble ??

    I do travel to Europe several day a year. It is true that I can use the Iphone 5 in other country with no trouble ??

    If your phone is locked to AT&T, you can certainly travel & use your phone, but you'll have to get AT&T to provision your account for International use...select the country/countries & plan. This is very expensive, as the roaming partners set the rates & you generally pay through the nose.
    And no, you can't use a local sim if your phone is locked to AT&T.

  • HT1476 Can I charge my iphone in a country with 220 electricity?

    Can I charge my iphone in a country with 220 electricity?

    Yes. Your charger is a world charger, works everywhere. All you need is the proper plug adaptor.

Maybe you are looking for

  • Open PO Quantity and Open PR Quantity

    Dear Friends, How can we get Open PO Quantity and Open PR Quantity?. I used 2LIS_02_ITM, 2LIS_02_SCL to 0PUR_C01 Cube and 0PUR_DS03 DSO and I have done lots of R & D by using restrictions i.e. Delivery Completed indicator, I'm getting GR Qty, but not

  • Can I transfer my pictures from laptop to iPhone?

    Can I transfer my pictures from my laptop to the iPhone? if yes?how? because I have ever been transfer by Copy the pictures which i choose and paste on the iPhone image documents ,but the pictures cannot transfer. please suggest me to do these. thank

  • Jambox connection issues

    I'm having serious problems syncing a mini Jambox with my Macbook Pro through bluetooth. The moment the Jambox is set up as a bluetooth device, it cripples the whole machine, making it impossible to do anything-even removing the device from the bluet

  • Is printing to generic text printer and hand-coding the report possible?

    We have created Oracle Reports that are formatted to print to Zebra printers. We code the report in Report Layout and the text printed is for generic text printers, what our Zebra printers requires. Can this be done with APEX reports? Example: ^xa ^i

  • How do I fix this bookmarks display glitch?

    I'm using Acrobat 9 Pro (9.5.5) on a Mac (10.9.4) and the bookmarks in all of my PDFs have a glitch that makes them unusable. The content is still there, but there is an inordinate amount of space between each marker. Examples of this can be seen on