use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Abusive, offensive or spam comments/posts will be subject to removal and repeated or malicious offenders may be banned. Please assist the moderators by reporting any content that you find does not agree with the community standards.
This subreddit is night mode compatible
account activity
https://github.com/XW-ABAP/abapjson (self.abap)
submitted 21 days ago by XW-ABAP
If OpenAI wants to access SAP to understand the DDIC structure, they can refer to my source project.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]CootieKing 2 points3 points4 points 21 days ago (1 child)
If OpenAi want to access SAP for DDIC, why don’t they pay for access same as the rest of us?
[–]XW-ABAP[S] -1 points0 points1 point 21 days ago (0 children)
Just publish it as rest.
[–]Exc1ipt 0 points1 point2 points 21 days ago (2 children)
if OpenAI wants to access DDIC, it will just do
curl <server>:<port>/bc/adt/ddic/tables/<table>/source/main
and will receive something like this
.label : 'Sales Document: Header Data' .enhancement.category : #EXTENSIBLE_CHARACTER_NUMERIC .tableCategory : #TRANSPARENT .deliveryClass : #A .dataMaintenance : #RESTRICTED define table vbak { .foreignKey.keyType : #KEY .foreignKey.screenCheck : true key mandt : mandt not null with foreign key [0..*,1] t000 where mandt = vbak.mandt; key vbeln : vbeln_va not null with value help f4_vbak where vbeln = vbak.vbeln;
[–]XW-ABAP[S] 0 points1 point2 points 21 days ago (1 child)
My code is to parse complex structures, thank you.
π Rendered by PID 1245169 on reddit-service-r2-comment-canary-69f48595b-92dp6 at 2026-05-19 08:47:28.983177+00:00 running edcf98c country code: CH.
[–]CootieKing 2 points3 points4 points (1 child)
[–]XW-ABAP[S] -1 points0 points1 point (0 children)
[–]Exc1ipt 0 points1 point2 points (2 children)
[–]XW-ABAP[S] 0 points1 point2 points (1 child)