{
  "_version": "1.12.0",
  "sap.app": {
    "id": "bardusch.btrace.einzelteile",
    "type": "application",
    "i18n": {
      "bundleUrl": "i18n/i18n.properties",
      "supportedLocales": [
        "de",
        "fr",
        "es",
        "pl",
        "hu",
        ""
      ],
      "fallbackLocale": ""
    },
    "title": "{{appTitle}}",
    "description": "{{appDescription}}",
    "applicationVersion": {
      "version": "1.0.0"
    },
    "dataSources": {
      "mainService": {
        "uri": "/api/reporting/",
        "type": "OData",
        "settings": {
          "annotations": [],
          "localUri": "localService/metadata.xml",
          "odataVersion": "4.0"
        }
      }
    }
  },
  "sap.ui": {
    "technology": "UI5",
    "icons": {},
    "deviceTypes": {
      "desktop": true,
      "tablet": true,
      "phone": true
    }
  },
  "sap.ui5": {
    "flexEnabled": true,
    "dependencies": {
      "minUI5Version": "1.120.25",
      "libs": {
        "sap.m": {},
        "sap.ui.core": {},
        "sap.ushell": {},
        "sap.fe.templates": {},
        "sap.f": {}
      }
    },
    "handleValidation": true,
    "contentDensities": {
      "compact": true,
      "cozy": true
    },
    "models": {
      "i18n": {
        "type": "sap.ui.model.resource.ResourceModel",
        "settings": {
          "bundleName": "bardusch.btrace.einzelteile.i18n.i18n",
          "supportedLocales": [
            "de",
            "fr",
            "es",
            "pl",
            "hu",
            ""
          ],
          "fallbackLocale": ""
        }
      },
      "": {
        "dataSource": "mainService",
        "preload": true,
        "settings": {
          "synchronizationMode": "None",
          "operationMode": "Server",
          "autoExpandSelect": true,
          "earlyRequests": true
        }
      }
    },
    "routing": {
      "config": {
        "flexibleColumnLayout": {
          "defaultTwoColumnLayoutType": "TwoColumnsMidExpanded",
          "defaultThreeColumnLayoutType": "ThreeColumnsMidExpanded"
        },
        "routerClass": "sap.f.routing.Router"
      },
      "routes": [
        {
          "pattern": ":?query:",
          "name": "EINZELTEILE_MATERIALIZEDList",
          "target": [
            "EINZELTEILE_MATERIALIZEDList"
          ]
        },
        {
          "pattern": "EINZELTEILE_MATERIALIZED({key}):?query:",
          "name": "EINZELTEILE_MATERIALIZEDObjectPage",
          "target": [
            "EINZELTEILE_MATERIALIZEDList",
            "EINZELTEILE_MATERIALIZEDObjectPage"
          ]
        }
      ],
      "targets": {
        "EINZELTEILE_MATERIALIZEDList": {
          "type": "Component",
          "id": "EINZELTEILE_MATERIALIZEDList",
          "name": "sap.fe.templates.ListReport",
          "options": {
            "settings": {
              "contextPath": "/EINZELTEILE_MATERIALIZED",
              "variantManagement": "None",
              "navigation": {
                "EINZELTEILE_MATERIALIZED": {
                  "detail": {
                    "route": "EINZELTEILE_MATERIALIZEDObjectPage"
                  }
                }
              },
              "initialLoad": "Enabled",
              "liveMode": true,
              "controlConfiguration": {
                "@com.sap.vocabularies.UI.v1.LineItem": {
                  "columns": {
                    "DataField::WEM_NAME": {
                      "availability": "Adaptation"
                    },
                    "DataField::WEM_KUNWE": {
                      "width": "15rem"
                    },
                    "DataField::LIEFERDATUM": {
                      "width": "9rem"
                    }
                  },
                  "tableSettings": {
                    "type": "ResponsiveTable",
                    "enableExport": true
                  }
                },
                "@com.sap.vocabularies.UI.v1.SelectionFields": {
                  "filterFields": {
                    "LIEFERSCHEIN_NUMMER_DISPLAY": {
                      "property": "LIEFERSCHEIN_NUMMER_DISPLAY",
                      "template": "bardusch.btrace.einzelteile.ext.fragment.ContainsFilter"
                    },
                    "ZMB_MATNR_DISPLAY": {
                      "property": "ZMB_MATNR_DISPLAY",
                      "template": "bardusch.btrace.einzelteile.ext.fragment.MaterialContainsFilter"
                    },
                    "VKO_FILIALE_NR_DISPLAY": {
                      "property": "VKO_FILIALE_NR_DISPLAY",
                      "template": "bardusch.btrace.einzelteile.ext.fragment.ContainsFilter",
                      "availability": "Adaptation"
                    },
                    "KUN_KUNNR_DISPLAY": {
                      "property": "KUN_KUNNR_DISPLAY",
                      "template": "bardusch.btrace.einzelteile.ext.fragment.ContainsFilter"
                    },
                    "WEM_KUNWE": {
                      "property": "WEM_KUNWE",
                      "template": "bardusch.btrace.einzelteile.ext.fragment.ContainsFilter"
                    }
                  }
                }
              },
              "views": {
                "paths": [
                  {
                    "annotationPath": "com.sap.vocabularies.UI.v1.PresentationVariant"
                  }
                ]
              }
            }
          },
          "controlAggregation": "beginColumnPages",
          "contextPattern": ""
        },
        "EINZELTEILE_MATERIALIZEDObjectPage": {
          "type": "Component",
          "id": "EINZELTEILE_MATERIALIZEDObjectPage",
          "name": "sap.fe.templates.ObjectPage",
          "options": {
            "settings": {
              "editableHeaderContent": false,
              "contextPath": "/EINZELTEILE_MATERIALIZED",
              "variantManagement": "None"
            }
          },
          "controlAggregation": "midColumnPages",
          "contextPattern": "/EINZELTEILE_MATERIALIZED({key})"
        }
      }
    },
    "rootView": {
      "viewName": "sap.fe.templates.RootContainer.view.Fcl",
      "type": "XML",
      "async": true,
      "id": "appRootView"
    }
  },
  "sap.fiori": {
    "registrationIds": [],
    "archeType": "transactional"
  }
}