Code EU-Länder: Unterschied zwischen den Versionen

Aus PPwiki
Wechseln zu: Navigation, Suche
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
 
Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert:
 
Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert:
 
<pre>
 
<pre>
If spLand = 'HR'  Or
+
If spLand = 'HR'  OR
 
+
    spLand = 'D'  OR
spLand = 'D'  OR
+
    spLand = 'DE' OR
                              spLand = 'DE'   OR
+
    spLand = 'F'  OR
                              spLand = 'F'  OR
+
    spLand = 'FR' OR
                              spLand = 'FR'   OR
+
    spLand = 'B'  OR
                              spLand = 'B'  OR
+
    spLand = 'BE' OR
                              spLand = 'BE'   OR
+
    spLand = 'DK'  OR
 
+
    spLand = 'GR'  OR
                              spLand = 'DK'  OR
+
    spLand = 'EL'  OR
 
+
    spLand = 'IRL' OR
                              spLand = 'GR'  OR
+
    spLand = 'IE' OR
 
+
    spLand = 'I'  OR
                              spLand = 'EL'  OR
+
    spLand = 'IT' OR
 
+
    spLand = 'NL'  OR
                              spLand = 'IRL' OR
+
    spLand = 'P'  OR
 
+
    spLand = 'PT' OR
                              spLand = 'IE'   OR
+
    spLand = 'E'  OR
 
+
    spLand = 'ES' OR
                              spLand = 'I'  OR
+
    spLand = 'A'  OR
 
+
    spLand = 'AT' OR
                              spLand = 'IT'   OR
+
    spLand = 'SE'  OR
 
+
    spLand = 'S'   OR
                              spLand = 'NL'  OR
+
    spLand = 'SLO' OR
 
+
    spLand = 'SI' OR
                              spLand = 'P'  OR
+
    spLand = 'H'  OR
 
+
    spLand = 'HU' OR
                              spLand = 'PT'   OR
+
    spLand = 'PL' OR
 
+
    spLand = 'SK' OR
                              spLand = 'E'  OR
+
    spLand = 'CYP' OR
 
+
    spLand = 'CY' OR
                              spLand = 'ES'   OR
+
    spLand = 'M'  OR
 
+
    spLand = 'MT' OR
                              spLand = 'A'  OR
+
    spLand = 'EE' OR
 
+
    spLand = 'LV' OR
                              spLand = 'AT'   OR
+
    spLand = 'LT' OR
 
+
    spLand = 'CZ' OR
                              spLand = 'SE'  OR
+
    spLand = 'L'   OR
 
+
    spLand = 'LU'  OR
                              spLand = 'S' OR
+
    spLand = 'FI' OR
 
+
    spLand = 'FIN' OR
                              spLand = 'SLO' OR  
+
    spLand = 'BG' OR
 
+
    spLand = 'RO'  
                              spLand = 'SI'   OR
+
Return TRUE
 
 
                              spLand = 'H'  OR
 
 
 
                              spLand = 'HU'   OR
 
 
 
                              spLand = 'PL'   OR
 
 
 
                              spLand = 'SK'   OR
 
 
 
                              spLand = 'CYP'   OR
 
 
 
                              spLand = 'CY'   OR
 
 
 
                              spLand = 'M'  OR
 
 
 
                              spLand = 'MT'   OR
 
 
 
                              spLand = 'EE'   OR
 
 
 
                              spLand = 'LV'   OR
 
 
 
                              spLand = 'LT'   OR
 
 
 
                              spLand = 'CZ' OR
 
 
 
                              spLand = 'L' OR
 
 
 
                              spLand = 'LU'  OR
 
 
 
                              spLand = 'FI' OR
 
 
 
                              spLand = 'FIN' OR
 
 
 
                              spLand = 'BG' OR
 
 
 
                              spLand = 'RO'  
 
 
 
                Return TRUE
 
 
</pre>
 
</pre>

Aktuelle Version vom 2. Juni 2021, 15:34 Uhr

Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert:

If spLand = 'HR'   OR
    spLand = 'D'   OR
    spLand = 'DE'  OR
    spLand = 'F'   OR
    spLand = 'FR'  OR
    spLand = 'B'   OR
    spLand = 'BE'  OR
    spLand = 'DK'  OR
    spLand = 'GR'  OR
    spLand = 'EL'  OR
    spLand = 'IRL' OR
    spLand = 'IE'  OR
    spLand = 'I'   OR
    spLand = 'IT'  OR
    spLand = 'NL'  OR
    spLand = 'P'   OR
    spLand = 'PT'  OR
    spLand = 'E'   OR
    spLand = 'ES'  OR
    spLand = 'A'   OR
    spLand = 'AT'  OR
    spLand = 'SE'  OR
    spLand = 'S'   OR
    spLand = 'SLO' OR
    spLand = 'SI'  OR
    spLand = 'H'   OR
    spLand = 'HU'  OR
    spLand = 'PL'  OR
    spLand = 'SK'  OR
    spLand = 'CYP' OR
    spLand = 'CY'  OR
    spLand = 'M'   OR
    spLand = 'MT'  OR
    spLand = 'EE'  OR
    spLand = 'LV'  OR
    spLand = 'LT'  OR
    spLand = 'CZ'  OR
    spLand = 'L'   OR
    spLand = 'LU'  OR
    spLand = 'FI'  OR
    spLand = 'FIN' OR
    spLand = 'BG'  OR
    spLand = 'RO' 
Return TRUE