well that would tell a lot about the examples.
But to be serious:
The existing challenge is that examples focus on a topic. "ABAP SQL" this done well, but it's explained using dead simple #ABAP-OO and some coders tend to adopt also these parts of the docs into their prod code,
What do you think?
Posts by
Welcome to the legal world ... It like the cat and the ...
You want to extend a #RAP object and don't know exactly where to start? Perhaps the Extension Assistant can help you and guide you through the process step by step: software-heroes.com/en/blog/abap...
If you’re working with SAP technologies or just curious about the latest in development tooling — I’d love to hear your thoughts and questions. 💬
#SAP #SAPBTP #CodeTalk #DeveloperCommunity #TechnicalConsulting #Innovation
🎥 Watch the full episode here:
👉 www.youtube.com/watch?v=wTlH...
A huge thank you to the SAP Code Talk team for the invitation and the great conversation. Always a pleasure to share knowledge and exchange ideas with such a passionate community!
🚀 Exciting News!
I recently had the opportunity to join SAP Code Talk as a guest — and the episode is now live! 🎉
we dove into how technical consultants can leverage modern SAP development tools, shared real-world insights from customer projects, & explored what’s next in the SAP ecosystem.
There's a new SAP Note for #ADT that significantly improves type detection when generating methods, which should make development smoother and faster for all of us. The best part? It's applicable to many releases! 🎉
🔗 lnkd.in/e45scB7g
SAP Note: 3655122
#ABAP #ABAPDevelopment #SAP #DeveloperLife
Proud to be part of the team to host a booth on the #dsagjk2025
🚀 Wir suchen dich! SAP ABAP Cloud Developer (m/w/d)
📍 Festanstellung · Vollzeit · Hamburg
Job mit Fokus auf SAP Global Trade Management, im S/4HANA Core.
Erfahre mehr unter:
👉 adventas.jobs.personio.de/job/2007971
Interesse geweckt?
Bewirb dich per Klick bei uns! 😊
🚀 Teamwork & Knowledge Exchange in our internal training sessions on GTM
Starting to work at our company?
We got you covered with our internal training sessions on any GTM topic you may need a deep dive in.
Thanks to Daria Maksymenko for sharing her expertise! 👏
Viel Erfolg, ich hoffe so schaffen immer mehr den Umstieg. Leider verpassen die Kollegen so viel tolle Funktionen.
Will Print that ...
Sure the makes way more sense than just focus on an IDE ...
Any way if those things you mentioned are not given ...ay be these persons do not understand / know what refactoring, dependency injection is ... Can it be a senior than?
So what are the must haves 2025 -
Hey, you are right that it's not linked to an editor basically... It's what kind of development it stands for.
I guess there are hardly developers doing much reactoring ... Etc ... In SE80.
So that should be the baseline
I think the idea to prove what someone "can" / can't do is nice ... You could assume that certificates prove that ... But in my opinion they also don't.
One of the best proofs I can see are contributions to #AbapOPENsource projects.
But that's 0,01% of the #Abapconsultans out there ...
Today we had an interesting discussion during the #dsag #abap guide line meeting.
"What 2025 the requirements for a #senior #abapconsultant level?"
And will you losse you senior status if you stick to #SE80 and refuse #adt ?
Interesting questions. What are your opinions?
Thanks for the update,
We are looking forward for new features ....
Would it be possible to write in the code as text what copilot should propose? That would be helpful.
"In this method quantity fields are selected from VBAP " ....
Viele Shortcut-Listen für die ABAP-Entwicklung in Eclipse sind… naja: zu lang, zu klein, zu unpraktisch.
Deshalb haben wir unsere Favoriten zusammengestellt – kurz, nützlich, druckbar.
💡 Unsere Top-Shortcuts für ADT (Eclipse)
zum Blog_ www.brandeis.de/blog/2024-ec...
Are there any #abap related news available that I potentially missed? any cool agent use case as examples?
@hobru.bsky.social
How is it on your side with watching the sessions of #abapconf X / 23
Here still some sessions to watch.
I will miss these macros in the #abapCloud future
Ich kenne das - leider
Moving actions at #AbapConf with Martin Johnen and his talk on Fucus and clean code
Looking forward to our Keynote at #ABAPConf Tomorrow at 10:30 CET with @peter-langner.bsky.social
Watch live at:
www.youtube.com/live/SncN0yl...
Why is there no convenient support available in #ADT to move an #ABAP Method to an other class that is an attribute.
Like these "pull up" to parent class ... "Move to composite"
This is an anoying job.
Have a save trip and a great time
The advantage of the FM can be to handle the error IF the message does not exist. I'm not sure how the message statement behaves in that case. Does it set the sy-subrc? I definitely does not fail.
The next DSAG AG GTM meeting is approaching on May 8th, 2025, at JEBSEN & JESSEN GmbH & Co. KG in Hamburg.
The focus will be on GTM & AI, as well as new Fiori apps for GTM.
Please register as per usual via DSAGNet. We look forward to an engaging exchange and are open to lively feedback!
Yes the good old .... oh damm ... but it's still out there in the Head. ( was asked to work on those list 2023 )
It would be amazing to see a session from someone with an #SAPShirt stating what IS really outdated and does not make any sense any more ... than the evangelists could use that as law.
1. Null Object pattern would eliminate the first IF clause.
2. asking the Messages "if there are no Errors" sounds like error handling is not done well above.
3. why is the clanup in both branches? -> redundant move after IF.
The main Argument will be: "Why all that? It does work like this …"