I'm sure this has been done many times, but I can't really make sense of it. I'm working on defining default Intrastat values that would flow into purchase/sales orders during order entry. I would appreciate any suggestions on where to define the following fields:
Transaction Type
Transaction Specification
Transport Method - Shipment Method?
Entry/Exit Point - Order/Ship-to Address?
Area - Location? Order/Ship-to Address?
0
Comments
Most of these settings are not standardized in European Countries. Although I never found a country where 11 is not final sale/purchase (but in GB 11=10).
Transaction Type, Transaction Specification
Could be per location, per Return Reason Code, per line type (fixed assets), per module (sales, Purchase, lending, service). It depends on the NAV setup. Needs to be amended by the users.
Transport Method
I usually implement this on the shipping agent service code. Shipment Method (FOB, CIF, EXW) doesn't say much about how the goods were transported.
Entry/Exit Point
Could be on the Vendor/Order Adress, Customer/Ship-To.
Area
Same as Entry/Exit Point but also Company Info.
I did Intrastat Programming for DE, FR, GB, NL, BE, ES. Some things are identical, some are different. Every country has it's own data format and ideas what they want to be reported.
BE is very strict when it comes to comparing VAT decalration and Intrastat, in GB they are not that strict, in Germany it should match by +-10%.
Hope this helps a little.
FD Consulting
Transaction Type - "Default Transaction Type" in Sales & Marketing Setup for sales and one in Purchase & Payable Setup for purchases
Transaction Specification - "Default Transaction Specification" on the Transaction Type table
Transport Method - "Default Transport Method" in the Shipment Method table
Entry/Exit Point - "Default Entry/Exit Point" in the Country/Region table
Area - "Default Area" in the Location table
Then add validation logic to the purchase/sales header to get those default values related to the Shipment Method, Country and Location codes. Any problems with that approach?
RIS Plus, LLC
Fine - this will add the 11 (GB 10) to all docs. Should be ok even if sales are at 0 value (=34 at least in BE and DE, but that depends on whom you ask) That should be ok As I wrote, I would add this to the shipping agent service, not shipment metod. But it might work for your customer. Depends on Setup. This depends on customers country - In most countries Area it is the customers area for purchases (comes from company info) and the area 99 for exports (fixed) - No need to have it on the location.
Does the customer have locations in several different EU countries? Then what about transfers? Consignment stock?
FD Consulting
Thank you very much for your help Frank, I appreciate you taking the time for me.
RIS Plus, LLC
Finance people are interested in the finance setup, all sales guys are interested in Sales Statistics but absolutely no one cares about Intrastat. And in most companies there is simply no one who knows how Intrastat works.
Maintaining Tariff Numbers :roll: You will end up adding something to the Get Entries Batch...
FD Consulting
RIS Plus, LLC
FD Consulting