<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>artigo on Abapinho</title><link>https://abapinho.com/en/categories/artigo/</link><description>Recent content in artigo on Abapinho</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2009-2026 Nuno Godinho</copyright><lastBuildDate>Mon, 01 Aug 2022 09:00:00 +0000</lastBuildDate><atom:link href="https://abapinho.com/en/categories/artigo/index.xml" rel="self" type="application/rss+xml"/><item><title>Use Python to rewrite ABAP code</title><link>https://abapinho.com/en/2022/08/python-rewrite/</link><pubDate>Mon, 01 Aug 2022 09:00:00 +0000</pubDate><guid>https://abapinho.com/en/2022/08/python-rewrite/</guid><description>&lt;p>When you need to make mass changes to ABAP code, the SAPGui IDE isn&amp;rsquo;t of much help. Eclipse ADT is better, especially if you just want to rename stuff. But there are lots of changes which you won&amp;rsquo;t be able to automate there. Namely, changes that most be done hundreds of times and which cannot be done with a simple &lt;em>find and replace&lt;/em>. In these cases you probably end up changing everything manually. But it doesn&amp;rsquo;t have to be that way.&lt;/p></description></item><item><title>Do just one task per LOOP</title><link>https://abapinho.com/en/2022/03/split-loop/</link><pubDate>Mon, 14 Mar 2022 09:00:00 +0000</pubDate><guid>https://abapinho.com/en/2022/03/split-loop/</guid><description>&lt;p>When ABAP programmers run into a LOOP they like to use it to get as many things done as possible. Even if that LOOP ends up having hundreds or thousands of lines.&lt;/p></description></item><item><title>Keep code blocks short</title><link>https://abapinho.com/en/2022/02/blocos-curtos/</link><pubDate>Mon, 07 Feb 2022 09:00:00 +0000</pubDate><guid>https://abapinho.com/en/2022/02/blocos-curtos/</guid><description>&lt;p>Unfortunately that is not what happens in most of the Z code I have seen in my life as an ABAP programmer. Both IFs and LOOPs tend to grow bigger than anyone can deal with. I recently ran into a LOOP with over 1500 lines.&lt;/p></description></item></channel></rss>