---
title: "Codeunit 352 Intrastat File Writer"
author: "Jonas Paprotka"
url: https://jonas-paprotka.de/ref/codeunit/352-intrastat-file-writer/
type: codeunit
id: 352
name: "Intrastat File Writer"
app: "Base Application"
namespace: Microsoft.Inventory.Intrastat
versions: "19-24"
build: 24.5.23489.36097
obsolete: "Pending 22.0"
checked: 2026-09-20
subject: "Microsoft Dynamics 365 Business Central"
license: "Content © 2026 Jonas Paprotka. Quote freely with attribution and a link."
---

# Codeunit 352 Intrastat File Writer

Jonas Paprotka, https://jonas-paprotka.de/ref/codeunit/352-intrastat-file-writer/

| | |
| --- | --- |
| App | Base Application |
| Namespace | Microsoft.Inventory.Intrastat |
| Versions | 19-24 |
| Obsolete | Pending 22.0, seen from 22. Intrastat related functionalities are moved to Intrastat extensions. |
| Source file | Inventory/Intrastat/IntrastatFileWriter.Codeunit.al |

## Procedures

| Name | Parameters | Returns | Access | Versions | Obsolete | Reason |
| --- | --- | --- | --- | --- | --- | --- |
| Initialize | (Boolean, Boolean, Integer) | - | public | 19-24 | - | - |
| InitializeNextFile | (Text) | - | public | 19-24 | - | - |
| SetResultFileOutStream | (var OutStream) | - | public | 19-24 | - | - |
| SetStatisticsPeriod | (Code[10]) | - | public | 19-24 | - | - |
| SetServerFileName | (Text) | - | public | 19-22 | - | - |
| GetDefaultXMLFileName | () | Text | public | 19-24 | - | - |
| GetDefaultFileName | () | Text | public | 19-24 | - | - |
| GetDefaultIndexedFileName | () | Text | public | 19-24 | - | - |
| GetDefaultShipmentFileName | () | Text | public | 19-24 | - | - |
| GetDefaultReceiptFileName | () | Text | public | 19-24 | - | - |
| GetDefaultOrReceiptFileName | () | Text | public | 19-24 | - | - |
| GetCurrFileOutStream | () | OutStream | public | 19-24 | - | - |
| IsSplitShipmentAndReceiptFiles | () | Boolean | public | 19-24 | - | - |
| CloseAndDownloadResultFile | () | - | public | 19-24 | - | - |
| AddCurrFileToResultFile | () | - | public | 19-24 | - | - |
| WriteLine | (Text) | - | public | 19-24 | - | - |
| Write | (Text) | - | public | 19-24 | - | - |
| WriteLineBreak | () | - | public | 19-24 | - | - |

## Source

Symbols: Microsoft.BaseApplication.symbols.437dbf0e-84ff-417a-965d-ed2bb9650972, https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json, highest build per major on 2026-09-20.

Jonas Paprotka, 2026-09-20.
