Correct export of Delivery Unit EON_EMOBILITY_PROVIDER (37 files, replaces incomplete initial export)

This commit is contained in:
Thorsten Schmitz
2026-07-09 01:59:09 +02:00
parent 1baef99314
commit dce458f6c1
38 changed files with 6669 additions and 75 deletions
@@ -1,15 +1,15 @@
service {
"A19753_EON_P01"."V_EON_PROVIDER" as "Provider" key (\"Code\") navigates (\"ProvLines\" as \"Lines\", \"ProvNext\" as \"NextPeriod\");
"A19753_EON_P01"."V_EON_PROVIDER_LINES" as \"ProviderLines\" key (\"Code\", \"LineId\");
"A19753_EON_P01"."V_EON_PROVIDER_NEXT_PERIOD\" as \"ProviderNextPeriod\" key (\"Code\", \"U_CODE\", \"U_TYP\", \"U_OPERATOR\", \"U_SUBOPERATOR\");
association \"ProvLines\"
principal \"Provider\"(\"Code\")
multiplicity \"1\"
dependent \"ProviderLines\"(\"Code\")
multiplicity \"*\";
association \"ProvNext\"
principal \"Provider\"(\"Code\")
multiplicity \"1\"
dependent \"ProviderNextPeriod\"(\"Code\")
multiplicity \"*\";
"A19753_EON_P01"."V_EON_PROVIDER" as "Provider" key ("Code") navigates ("ProvLines" as "Lines", "ProvNext" as "NextPeriod");
"A19753_EON_P01"."V_EON_PROVIDER_LINES" as "ProviderLines" key ("Code", "LineId");
"A19753_EON_P01"."V_EON_PROVIDER_NEXT_PERIOD" as "ProviderNextPeriod" key ("Code", "U_CODE", "U_TYP", "U_OPERATOR", "U_SUBOPERATOR");
association "ProvLines"
principal "Provider"("Code")
multiplicity "1"
dependent "ProviderLines"("Code")
multiplicity "*";
association "ProvNext"
principal "Provider"("Code")
multiplicity "1"
dependent "ProviderNextPeriod"("Code")
multiplicity "*";
}