-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackages.json
More file actions
75 lines (75 loc) · 1.73 KB
/
Copy pathpackages.json
File metadata and controls
75 lines (75 loc) · 1.73 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[
{
"dir": "01",
"branch": "01-odata",
"title": "OData",
"runsOn": "Cloud + Standard ≥ 7.40 SP08",
"syntax": "v740sp08",
"shared": []
},
{
"dir": "02",
"branch": "02-smart-controls",
"title": "Smart Controls",
"runsOn": "Cloud + Standard ≥ 7.40 SP08",
"syntax": "v740sp08",
"shared": []
},
{
"dir": "03",
"branch": "03-rap",
"title": "RAP",
"runsOn": "Cloud + Standard ≥ 7.54 (1909)",
"syntax": "v754",
"shared": ["00"]
},
{
"dir": "04",
"branch": "04-rap-draft",
"title": "RAP with Draft",
"runsOn": "Cloud + Standard ≥ 7.54 (1909)",
"syntax": "v754",
"shared": ["00"]
},
{
"dir": "05",
"branch": "05-business-events",
"title": "Business Events",
"runsOn": "Cloud + Standard ≥ 7.56 (2021)",
"syntax": "v754",
"note": "RAP business events are younger than EML: the ABAP parses at 7.54, the feature itself is there from 2021 on. If RAISE ENTITY EVENT does not activate on your system, this package is out of reach.",
"shared": []
},
{
"dir": "06",
"branch": "06-stateful-locks",
"title": "Stateful Sessions / Locks",
"runsOn": "Standard only, ≥ 7.40 SP08",
"syntax": "v740sp08",
"shared": []
},
{
"dir": "07",
"branch": "07-amc-apc",
"title": "AMC/APC",
"runsOn": "Standard only, ≥ 7.50",
"syntax": "v750",
"shared": []
},
{
"dir": "08",
"branch": "08-mime",
"title": "MIME Play Audio",
"runsOn": "Standard only, ≥ 7.50",
"syntax": "v750",
"shared": []
},
{
"dir": "09",
"branch": "09-launchpad",
"title": "Launchpad",
"runsOn": "Cloud + Standard ≥ 7.40 SP08",
"syntax": "v740sp08",
"shared": []
}
]