-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.appGenInfo.json
More file actions
33 lines (33 loc) · 1.16 KB
/
.appGenInfo.json
File metadata and controls
33 lines (33 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"generationParameters": {
"generationDate": "Sun Aug 17 2025 19:41:11 GMT+0900 (Korean Standard Time)",
"generatorPlatform": "Visual Studio Code",
"serviceType": "SAP System (ABAP Environment on SAP Business Technology Platform)",
"metadataFilename": "",
"serviceUrl": "https://7ab63f61-d9c7-4bcf-9057-beead39881c1.abap.us10.hana.ondemand.com/sap/opu/odata/sap/Z803_FLIGHT_MODEL_O2",
"appName": "z803flight",
"appTitle": "App Title",
"appDescription": "An SAP Fiori application.",
"appNamespace": "",
"ui5Theme": "sap_horizon",
"ui5Version": "1.136.4",
"enableCodeAssist": false,
"enableEslint": false,
"enableTypeScript": false,
"showMockDataInfo": true,
"generatorVersion": "1.18.4",
"template": "List Report Page V2",
"generatorName": "SAP Fiori Application Generator",
"entityRelatedConfig": [
{
"type": "Main Entity",
"value": "Carrier"
},
{
"type": "Navigation Entity",
"value": "None"
}
],
"launchText": "To launch the generated application, run the following from the generated application root folder:\n\n```\n npm start\n```"
}
}