diff --git a/src-modules/module/rpta/conf/rpta.xml b/src-modules/module/rpta/conf/rpta.xml
index e3b48c0..957a427 100644
--- a/src-modules/module/rpta/conf/rpta.xml
+++ b/src-modules/module/rpta/conf/rpta.xml
@@ -586,6 +586,11 @@
+
+
+
+
+
@@ -651,6 +656,11 @@
+
+
+
+
+
diff --git a/src-modules/module/rpta/masken/48460_maske_system_bez.unl b/src-modules/module/rpta/masken/48460_maske_system_bez.unl
index 564cb72..9d13e9d 100644
--- a/src-modules/module/rpta/masken/48460_maske_system_bez.unl
+++ b/src-modules/module/rpta/masken/48460_maske_system_bez.unl
@@ -1 +1 @@
-48460^200^
+48460^3^
diff --git a/src-modules/module/rpta/masken/48490_felderinfo.unl b/src-modules/module/rpta/masken/48490_felderinfo.unl
index c87806d..2cd0ad1 100644
--- a/src-modules/module/rpta/masken/48490_felderinfo.unl
+++ b/src-modules/module/rpta/masken/48490_felderinfo.unl
@@ -22,13 +22,19 @@ order by tid DESC;^Eintrag^<> select tid,eintrag from semester where today(
48503^Studiengang^6^0^0^140^150^50^char^30^0^12^<> select tid,name,sortnr from sichten where art in ('SOS-Kostenstellen-Sicht', 'SOS-Studiengang-Sicht') order by 3,2;^ ^ ^
48504^Jahr^110^0^0^140^80^1^integer^30^0^13^^ ^ ^
48505^tablestylesheet^150^0^0^100^100^1^char^255^1^1^<> select filename,caption from sx_stylesheets S, sx_mask_style M where S.tid=M.stylesheet_id and M.maskeninfo_id=48490 order by ord,2^ ^<> select filename,caption from sx_stylesheets S, sx_mask_style M where S.tid=M.stylesheet_id and M.maskeninfo_id=48490 order by ord,2 limit 1^
-48508^Spaltenlayout^3000^350^-1^140^180^1^char^30^1^1^<>SELECT uniquename,\
- caption\
+48508^Spaltenlayout^3000^350^-1^140^180^1^char^30^1^1^<> --Freemarker Template\
+SELECT uniquename, caption, sortnr\
+FROM rpta_column_layout \
+where resultset_id in (select R.tid from rpta_resultset R where R.uniquename in ('rpta_sos_lab_stg_gew')\
+and R.systeminfo_id=7)\
+and 1=(select 1 from sx_repository where art='SOS_KOEPFE_FAELLE_RPTA_GEW' and id='<>')\
+union\
+SELECT uniquename, caption, sortnr\
FROM rpta_column_layout \
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename in ('rpta_sos_lab_aggr','rpta_sos_lab_stg','rpta_sos_lab_stg_archiv')\
and R.systeminfo_id=7)\
-order by sortnr, caption\
- ;^ ^<>SELECT uniquename,\
+and 1=(select 1 from sx_repository where art='SOS_KOEPFE_FAELLE_RPTA' and id='<>')\
+order by sortnr, caption;^ ^<>SELECT uniquename,\
caption\
FROM rpta_column_layout \
where resultset_id in (select R.tid from rpta_resultset R where R.uniquename='rpta_sos_lab_aggr'\