Top Tweets for #CleanABAP
๐ Swipe through and start thinking in events, not just code flows!
๐ฌ Tell me โ are you already using event-driven logic in your ABAP developments?
#SAP #SAPABAP #EventDrivenArchitecture #ABAPDevelopment #SAPBTP #Fiori #CleanABAP #ABAPEvents #iTUX #LinkedInCarousel

๐ Swipe through and let me know: Are you just coding, or truly engineering your ABAP?
#iTUX #SAP #SAPABAP #CleanABAP #ABAPDevelopment #TechLeadership #ABAPBestPractices #CodeLikeAnEngineer #iTUX #LinkedInCarousel

Did you miss our last #SAPOpenSource webinar about Code Pal? Check out the recording to learn how the ABAP test cockpit can help you to easily integrate the #CleanABAP rules into your development.
๐บ https://t.co/prCssmcsFm
#OpenSource #codepal #ABAP

Can't decide which implementation I preferer
I thought V1 would be slower, but it isn't - tested.
in V2 I don't like the negation. Without ELSE would be needed which is useless code. Any Thoughts?
#cleanABAP #ABAP #CodingJourney

Webinar on "Code pal โ ABAP test cockpit checks for Clean ABAP" open for registration - another great open source tool which supports the adoption of Clean ABAP.
https://t.co/VZFoz2V2KY
#abap #cleanabap
The upcoming #SAPOpenSource webinar is all about Code Pal! This #OpenSource tool helps you easily integrate the #CleanABAP rules into your development.
๐ Register now: https://t.co/qDxCpEC1RX
#OpenSource #codepal #ABAP

Struggling with writing clean and readable #ABAP code? Check out the blog post by Jรถrg-Michael Grassau on how to clean up your code with just one keystroke using #ABAPcleaner. Say goodbye to clutter and hello to clean, efficient code!
๐ https://t.co/1MhrSB1ds0
#SAPOpenSource
Jรถrg-Michael Grassau the master mind behind ABAP cleaner, just wrote the best blog so far about the tool which can help you to automate many of the Clean ABAP rules! The blog also contains the links to the recent sessions about the tool.
https://t.co/VCzr9o0zL0
#SAP #CleanABAP
Automatically clean up your ABAP code applying the basic rules of the Clean ABAP guide with ABAPCleaner. Join the OpenSource webinar
https://t.co/zTCBG8dWSX
https://t.co/1d1faPMI3y
#ABAP #cleanabap #cleancode #opensource #foss #news #sap #software #s4hana #dev
Wer morgen noch nichts vor hat: #ABAPCodeRetreat in Salzburg! Einen ganzen Tag geht es nur um #ABAP #cleanABAP #TDD #ABAP #cleancode #ABAP und nette Gesprรคche! Es gibt nur noch wenige freie Plรคtze: https://t.co/OcYCWyaGfE
Und Snacks gibt's natรผrlich auch ๐ @majcon @foessleitnerj
A very good introduction to the new #ATC checks for #CleanABAP in the Cloud:
https://t.co/HrBhmzoLWY
Three different ways to implement the same result in #ABAP
Which one is your favorite? Write in the comments pls.
#abapdeveloper #CleanAbap #SAPDeveloper #ModernABAP

@SoSchlegel87 @SAP You should create an issue for the #CleanABAP styleguide about macros in class definitions.
๐จAttention #ABAP developers๐จ Do you want to clean your code with one keystroke?โจ? What if you could choose from 55+ cleanup rules to suit your needs? Meet ABAP cleaner, the ultimate tool for the ABAP code style!๐ https://t.co/PsNaUS9ubc #CleanABAP #OpenSource #Automation #SAP
Clean ABAP: Based on an evolved contribution and governance model 9 pull requests and 13 issues could be closed last month.
More on the evolved model in the blog:
https://t.co/ynwInUDGAX
#sapopensource #sap #abap #cleanabap
Calling a static method within an instance method?
It's preferred that the static method call is qualified using the class name.
This helps avoid confusion of perceiving the method is an instance method.
#ABAP #cleancode #cleanABAP

Methods _should_ be doing one thing. Push yourself to only use a returning parameter, instead of exporting and changing parameters. This will help your methods be more specific and allow a clean functional style method call.
#ABAP #cleancode #cleanABAP
When calling methods, prefer to use the functional style as opposed to the procedural style.
i.e. omit using `CALL METHOD` and just call the method `call_this_method( )`
#ABAP #cleancode #cleanABAP
Have a complex group of nested IF statements? Here's an alternative approach.
Refactor each IF section into it's own method, starting with the deepest nested one.
From there see where you can move certain methods to their own class and subclass.
#ABAP #cleancode #cleanABAP
Avoid empty IF branches, like this one:
IF is_valid( ).
"do nothing
ELSE.
do_stuff( ).
ENDIF.
Instead, look for the negative condition.
IF is_valid( ) = abap_false.
do_stuff( ).
ENDIF.
#ABAP #cleancode #cleanABAP
Last Seen Hashtags on Sotwe
Traders
Seen from United Kingdom
BBC nut
Seen from United States
็ทใฎๅจใคใฉในใ
Seen from Japan
femdom
Seen from Turkey
เธฃเธฑเธเธเธฒเธเธเธฒเธเธเธฒ
Seen from Thailand
ๅๅ
ฌๅฎค
Seen from Netherlands
captions mother
Seen from Mexico
เธซเธตเธฃเนเธฒเธ
sarada
Seen from Chile
mommyisnaked
Seen from Australia
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
240.1M followers

Barack Obama 
@barackobama
119.3M followers

Donald J. Trump 
@realdonaldtrump
111.6M followers

Cristiano Ronaldo 
@cristiano
108.8M followers

Narendra Modi 
@narendramodi
107M followers

Rihanna 
@rihanna
97.2M followers

NASA 
@nasa
92.1M followers

Justin Bieber 
@justinbieber
90.5M followers

KATY PERRY 
@katyperry
86.7M followers

Taylor Swift 
@taylorswift13
80.5M followers

Lady Gaga 
@ladygaga
72.1M followers

Kim Kardashian 
@kimkardashian
69.4M followers

YouTube 
@youtube
68.6M followers

Virat Kohli 
@imvkohli
68.4M followers

Bill Gates 
@billgates
63.4M followers

The Ellen Show
@theellenshow
62.5M followers

CNN 
@cnn
61.9M followers

Neymar Jr 
@neymarjr
61M followers

X 
@x
60.9M followers

CNN Breaking News 
@cnnbrk
59.9M followers













