mgnlq_testmodel
Version:
example model data for usage in mgnlq_model, use latter to create db testdb from this data, note that data needs to be explicitely linked as not a standard dependency
40 lines • 868 B
JSON
{
"domain": "SAP Transaction Codes",
"description" : "An extract of SAP Basis transactions",
"category": [
{ "name" : "tcode",
"description" : "SAP Transaction code"
},
{ "name" : "devclass",
"description" : "Development class (Package) in system"
},
"systemId",
"client",
{
"name" : "transaction description",
"description" : "English text of the transaction"
}
],
"wordindex": [
"transaction description", "tcode", "devclass"
],
"hidden": [
"_urlpattern"
],
"tool": {
"name": "StartTransaction",
"requires": {
"systemId": {},
"client": {},
"tcode": {}
},
"optional": {
},
"sets" : {
"none": {
"set" : ["systemId", "tcode", "client"],
"response" : "_urlpattern"
}
}
}
}