diff --git a/ReportImp/Alloheim/Export/SAPExporter.cs b/ReportImp/Alloheim/Export/SAPExporter.cs index c4130e5f4..db10102fb 100644 --- a/ReportImp/Alloheim/Export/SAPExporter.cs +++ b/ReportImp/Alloheim/Export/SAPExporter.cs @@ -22,7 +22,7 @@ namespace Alloheim.Export if (query.Title == "SAP Export Stammdaten") { - query.FileName = String.Format("1192_{0:yyyyMMdd}_{0:hhmmss}_DEBSB.TXT", DateTime.Now); + query.FileName = String.Format("1192_{0:yyyyMMdd}_{0:hhmmss}_DEBSD.TXT", DateTime.Now); query.QueryResult = GetDebitorenString(dt); } else