Commit fc0d132
authored
SAP ABAP: Add IoT, SESv2, and S3 Control examples (#7921)
* SAP ABAP: Add IoT examples (13 operations)
Adds ABAP SDK examples for IoT operations:
CreateThing, ListThings, CreateKeysAndCertificate, AttachThingPrincipal,
DescribeEndpoint, ListCertificates, DetachThingPrincipal, DeleteCertificate,
CreateTopicRule, ListTopicRules, SearchIndex, UpdateIndexingConfiguration,
DeleteThing, DeleteTopicRule.
- Actions class with 13 operations
- Unit tests passing on AAE system
- Generated by ABAPyCodeConverter tool
* SAP ABAP: Add SESv2 examples (GetEmailIdentity, SendBulkEmail)
Adds two new ABAP SDK examples to the existing SESv2 (se2) service:
GetEmailIdentity and SendBulkEmail. Existing operations are preserved.
- 2 new operations added to existing se2 actions class
- Unit tests passing on AAE system
- Generated by ABAPyCodeConverter tool
* SAP ABAP: Add S3 Control examples (7 operations)
Adds ABAP SDK examples for S3 Control operations:
CreateJob, PutJobTagging, DescribeJob, DeleteJobTagging, GetJobTagging,
UpdateJobStatus, UpdateJobPriority.
- Actions class with 7 operations (plus list_jobs helper)
- Unit tests passing on AAE system
- Generated by ABAPyCodeConverter tool
* SAP ABAP: Add metadata entries for IoT, SESv2, and S3 Control examples
Add SAP ABAP language entries (genai: most) for the newly generated
examples:
- IoT: 13 single-action operations
- SESv2: 2 new operations (GetEmailIdentity, SendBulkEmail)
- S3 Control: 7 single-action operations
The list_topic_rules (IoT) and list_jobs (S3 Control) snippets are
intentionally left undocumented: in all other SDKs these operations
appear only within scenario/Hello groupings, not as standalone
single-action examples, and there is no ABAP scenario to attach them
to. Documented in EC2-SAP-603.
* SAP ABAP: Generate READMEs for IoT, SESv2, and S3 Control
Regenerate service READMEs with writeme.py after adding SAP ABAP
metadata entries:
- iot/README.md (new): 13 single-action examples
- s3c/README.md (new): 7 single-action examples
- se2/README.md (updated): adds GetEmailIdentity and SendBulkEmail
Also adds an s3-control -> sap-abap/services/s3c service_folder
override to .tools/readmes/config.py so writeme resolves the S3
Control TLA folder correctly.1 parent 249ece4 commit fc0d132
17 files changed
Lines changed: 3045 additions & 18 deletions
File tree
- .doc_gen/metadata
- .tools/readmes
- sap-abap/services
- iot
- s3c
- se2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 | | |
58 | 67 | | |
59 | 68 | | |
| |||
108 | 117 | | |
109 | 118 | | |
110 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
111 | 129 | | |
112 | 130 | | |
113 | 131 | | |
| |||
137 | 155 | | |
138 | 156 | | |
139 | 157 | | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
140 | 167 | | |
141 | 168 | | |
142 | 169 | | |
| |||
183 | 210 | | |
184 | 211 | | |
185 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
186 | 222 | | |
187 | 223 | | |
188 | 224 | | |
| |||
229 | 265 | | |
230 | 266 | | |
231 | 267 | | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
232 | 277 | | |
233 | 278 | | |
234 | 279 | | |
| |||
275 | 320 | | |
276 | 321 | | |
277 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
278 | 332 | | |
279 | 333 | | |
280 | 334 | | |
| |||
321 | 375 | | |
322 | 376 | | |
323 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
324 | 387 | | |
325 | 388 | | |
326 | 389 | | |
| |||
342 | 405 | | |
343 | 406 | | |
344 | 407 | | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
345 | 417 | | |
346 | 418 | | |
347 | 419 | | |
| |||
417 | 489 | | |
418 | 490 | | |
419 | 491 | | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
420 | 501 | | |
421 | 502 | | |
422 | 503 | | |
| |||
463 | 544 | | |
464 | 545 | | |
465 | 546 | | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
466 | 556 | | |
467 | 557 | | |
468 | 558 | | |
| |||
538 | 628 | | |
539 | 629 | | |
540 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
541 | 640 | | |
542 | 641 | | |
543 | 642 | | |
| |||
584 | 683 | | |
585 | 684 | | |
586 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
587 | 695 | | |
588 | 696 | | |
589 | 697 | | |
| |||
605 | 713 | | |
606 | 714 | | |
607 | 715 | | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
608 | 725 | | |
609 | 726 | | |
610 | 727 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
30 | 39 | | |
31 | 40 | | |
32 | 41 | | |
| |||
58 | 67 | | |
59 | 68 | | |
60 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
61 | 79 | | |
62 | 80 | | |
63 | 81 | | |
| |||
80 | 98 | | |
81 | 99 | | |
82 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
83 | 110 | | |
84 | 111 | | |
85 | 112 | | |
| |||
102 | 129 | | |
103 | 130 | | |
104 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
105 | 141 | | |
106 | 142 | | |
107 | 143 | | |
| |||
124 | 160 | | |
125 | 161 | | |
126 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
127 | 172 | | |
128 | 173 | | |
129 | 174 | | |
| |||
146 | 191 | | |
147 | 192 | | |
148 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
149 | 203 | | |
150 | 204 | | |
151 | 205 | | |
| |||
168 | 222 | | |
169 | 223 | | |
170 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
171 | 234 | | |
172 | 235 | | |
173 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
104 | 113 | | |
105 | 114 | | |
106 | 115 | | |
| |||
644 | 653 | | |
645 | 654 | | |
646 | 655 | | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
647 | 665 | | |
648 | 666 | | |
649 | 667 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
232 | 233 | | |
233 | 234 | | |
234 | 235 | | |
| |||
0 commit comments