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,8 +1,29 @@
{
"exposed": true,
"authentication": [
{
"authentication": [{
"method": "Basic"
}
]
}],
"mime_mapping": [{
"extension": "jpg",
"mimetype": "image/jpeg"
}],
"force_ssl": false,
"enable_etags": true,
"prevent_xsrf": false,
"cache_control": "no-cache, no-store",
"default_file": "index.html",
"cors" :
{
"enabled" : true,
"allowMethods": [
"GET",
"POST",
"HEAD",
"PUT",
"OPTIONS"],
"allowOrigin" : ["*"],
"allowHeaders" : ["crossdomain","X-Requested-With","Access-Control-Request-Method","Referer","Access-Control-Request-Headers","Accept-Encoding","Sec-Fetch-Mode","Sec-Fetch-Site","authorization","Accept","Origin","Content-Type","Content-Length","content-encoding","Depth","User-Agent","Cache-Control","x-csrf-token","x-sap-cid","Accept-Language","sap-cancel-on-close","sap-contextid-accept","DataServiceVersion","MaxDataServiceVersion","sec-ch-ua","sec-ch-ua-mobile","Prefer"],
"exposeHeaders" : ["x-csrf-token","access-control-allow-headers","Access-Control-Allow-Origin","access-control-expose-headers","authorization"]
}
}
@@ -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 "*";
}