Skip to content

Commit 6ded22a

Browse files
authored
Update features.js
1 parent 2f766a0 commit 6ded22a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

src/components/data/features.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export const features = [
1414
name: '[SOAP](https://help.sap.com/saphelp_snc700_ehp01/helpdata/en/bb/ddb33d2ae46b3be10000000a114084/content.htm?no_cache=true)',
1515
category: 'Legacy',
1616
java: {
17-
status: DEPRECATED,
17+
status: NO,
1818
docsLink: ``,
19-
note: 'Deprecated since 4.13.0'
19+
note: 'Out of scope. Deprecated since 4.13.0'
2020
},
2121
js: {
2222
status: NO,
@@ -28,9 +28,9 @@ export const features = [
2828
name: '[BAPI](https://help.sap.com/doc/saphelp_nw73/7.3.16/en-US/4d/c89000ebfc5a9ee10000000a42189b/frameset.htm)',
2929
category: 'Legacy',
3030
java: {
31-
status: YES,
31+
status: DEPRECATED,
3232
docsLink: `[docs](${baseUrl}/java/features/bapi-and-rfc/overview)`,
33-
note: ''
33+
note: 'Deprecated since 4.13.0'
3434
},
3535
js: {
3636
status: NO,
@@ -42,9 +42,9 @@ export const features = [
4242
name: '[RFC](https://help.sap.com/doc/saphelp_nw73/7.3.16/en-US/48/9f1952a81417cee10000000a421937/frameset.htm)',
4343
category: 'Legacy',
4444
java: {
45-
status: YES,
45+
status: DEPRECATED,
4646
docsLink: `[docs](${baseUrl}/java/features/bapi-and-rfc/overview)`,
47-
note: ''
47+
note: 'Deprecated since 4.13.0'
4848
},
4949
js: {
5050
status: NO,
@@ -154,14 +154,14 @@ export const features = [
154154
name: 'Enterprise messaging',
155155
category: 'Messaging',
156156
java: {
157-
status: PLANNED,
157+
status: NO,
158158
docsLink: ``,
159-
note: 'Planned. Depends on CAP'
159+
note: ''
160160
},
161161
js: {
162-
status: PLANNED,
162+
status: NO,
163163
docsLink: ``,
164-
note: 'Planned. Depends on CAP'
164+
note: ''
165165
}
166166
},
167167
{
@@ -245,7 +245,7 @@ export const features = [
245245
js: {
246246
status: NO,
247247
docsLink: ``,
248-
note: FEATURE_REQUEST
248+
note: ''
249249
}
250250
},
251251
{
@@ -420,14 +420,14 @@ export const features = [
420420
name: 'MDI',
421421
category: 'MDI',
422422
java: {
423-
status: YES,
423+
status: NO,
424424
docsLink: ``,
425-
note: `Internal only or allow listed`
425+
note: 'Out of scope. Deprecated since 4.23.0'
426426
},
427427
js: {
428428
status: NO,
429429
docsLink: ``,
430-
note: FEATURE_REQUEST
430+
note: ''
431431
}
432432
}
433433
];

0 commit comments

Comments
 (0)