<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>alv on Abapinho</title><link>https://abapinho.com/en/tags/alv/</link><description>Recent content in alv on Abapinho</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2009-2026 Nuno Godinho</copyright><lastBuildDate>Mon, 09 Mar 2020 09:00:48 +0000</lastBuildDate><atom:link href="https://abapinho.com/en/tags/alv/index.xml" rel="self" type="application/rss+xml"/><item><title>How to render CL_GUI_ALV_GRID in background</title><link>https://abapinho.com/en/2020/03/como-correr-uma-cl_gui_alv_grid-em-background/</link><pubDate>Mon, 09 Mar 2020 09:00:48 +0000</pubDate><guid>https://abapinho.com/en/2020/03/como-correr-uma-cl_gui_alv_grid-em-background/</guid><description>&lt;p>Someone decided to run an editable ALV (based on CL_GUI_ALV_GRID) in background. It dumped. The solution is simple but not that obvious.&lt;/p></description></item><item><title>Use CL_GUI_ALV_GRID without having to create a screen</title><link>https://abapinho.com/en/2020/03/usa-cl_gui_alv_grid-sem-ter-de-criar-um-ecra/</link><pubDate>Mon, 02 Mar 2020 09:00:14 +0000</pubDate><guid>https://abapinho.com/en/2020/03/usa-cl_gui_alv_grid-sem-ter-de-criar-um-ecra/</guid><description>&lt;p>Nowadays I rarely use CL_GUI_ALV_GRID because SALV is so much better. But when I am asked to make an editable ALV I still use it. Until very recently, I thought that, in order to use it, I needed a screen with a container. And because I&amp;rsquo;m using ABAP OO, I&amp;rsquo;d need a function group to host it and a function module to call it. Painful.&lt;/p></description></item><item><title>How to resize an ALV grid to fill the whole window</title><link>https://abapinho.com/en/2020/02/como-fazer-uma-alv-grid-ocupar-a-janela-inteira/</link><pubDate>Mon, 10 Feb 2020 13:22:15 +0000</pubDate><guid>https://abapinho.com/en/2020/02/como-fazer-uma-alv-grid-ocupar-a-janela-inteira/</guid><description>&lt;p>Sometimes the simplest things take the longest time to do. For instance, we recently needed an ALV grid to automatically resize to fill the whole window. But how? But how? But how?&lt;/p></description></item><item><title>Show internal table content on an ALV</title><link>https://abapinho.com/en/2019/09/alv-tabela-interna/</link><pubDate>Mon, 30 Sep 2019 09:00:54 +0000</pubDate><guid>https://abapinho.com/en/2019/09/alv-tabela-interna/</guid><description>&lt;p>I don&amp;rsquo;t know for how long has this been available but I just now found out about it. In the debugger it is, after all, super easy to see the content of an internal table in an ALV.&lt;/p></description></item><item><title>ALV Grid built in error protocol</title><link>https://abapinho.com/en/2017/09/alv-grid-built-in-error-protocol/</link><pubDate>Mon, 11 Sep 2017 09:00:20 +0000</pubDate><guid>https://abapinho.com/en/2017/09/alv-grid-built-in-error-protocol/</guid><description>&lt;p>We&amp;rsquo;re all lazy. It&amp;rsquo;s just human. Programmers are human. We&amp;rsquo;re often lazy when it comes to the way we program something. And usually being lazy when making a program will result in someone else having more work when maintaining it.&lt;/p>
&lt;p>Let he who is free of laziness throw the first rock.&lt;/p>
&lt;p>I won&amp;rsquo;t!&lt;/p></description></item><item><title>Use a Standadrd GUI status without copying it</title><link>https://abapinho.com/en/2016/11/gui-status-standard/</link><pubDate>Mon, 28 Nov 2016 09:00:02 +0000</pubDate><guid>https://abapinho.com/en/2016/11/gui-status-standard/</guid><description>&lt;p>When you want to use CL_GUI_ALV_GRID in a CONTAINER you must copy a standard Status GUI from another program. For example, the GUI Status &amp;ldquo;STANDARD&amp;rdquo; of the function group SALV. And then, in the screen&amp;rsquo;s PAI you do:&lt;/p>
&lt;p>SET PF-STATUS &amp;lsquo;STANDARD&amp;rsquo;.&lt;/p>
&lt;p>And thus the little standard buttons show up on your screen.&lt;/p></description></item><item><title>Thou shalt always use a predefined structure with ALV</title><link>https://abapinho.com/en/2015/03/usaras-sempre-uma-estrutura-pre-definida-nas-alvs/</link><pubDate>Mon, 16 Mar 2015 09:00:30 +0000</pubDate><guid>https://abapinho.com/en/2015/03/usaras-sempre-uma-estrutura-pre-definida-nas-alvs/</guid><description>It is common to find an ALV data structure explicitly defined in the code. If this is done, the field catalog has to be manually constructed. If a predefined structure (from DDIC or declared as a TYPE) is used instead, the field catalog can be automatically built. This approach is always better and results in less code, even if the field catalog needs to be adjusted here and there. https://abapinho.com/en/2011/12/automatizar-catalogo-alv/</description></item><item><title>Thou shalt use SALV instead of the old ALV functions</title><link>https://abapinho.com/en/2015/01/usaras-a-salv-em-vez-das-antigas-funcoes-de-alv/</link><pubDate>Thu, 08 Jan 2015 09:00:37 +0000</pubDate><guid>https://abapinho.com/en/2015/01/usaras-a-salv-em-vez-das-antigas-funcoes-de-alv/</guid><description>SALV classes are more versatile and more recent than the old function modules. So, for new ALVs always use SALV. The only exception is editable ALVs which SALV classes are still very incapable of doing. https://scn.sap.com/docs/DOC-10365 https://scn.sap.com/docs/DOC-10366</description></item><item><title>Exemplary example of SALV</title><link>https://abapinho.com/en/2014/02/exemplar-exemplo-de-salv/</link><pubDate>Mon, 10 Feb 2014 09:00:25 +0000</pubDate><guid>https://abapinho.com/en/2014/02/exemplar-exemplo-de-salv/</guid><description>&lt;p>Unless you want to do data editing, the only dignified way to use ALVs these days is through SALV classes. They are more modern and more elegant, and those who use them can achieve a social status until now only available to owners of a &lt;a href="https://www.youtube.com/watch?v=JtN35OUIu0g">license plate&lt;/a>.&lt;/p></description></item><item><title>Multiple choice ALV in a modal dialogue box</title><link>https://abapinho.com/en/2011/12/alv-popup/</link><pubDate>Mon, 19 Dec 2011 10:00:31 +0000</pubDate><guid>https://abapinho.com/en/2011/12/alv-popup/</guid><description>&lt;p>Do you know how to present an ALV with a list of records in a dialogue box allowing multiple choice? I didn’t. But I do now. Let me explain how.&lt;/p></description></item><item><title>Automating the ALV field catalogue</title><link>https://abapinho.com/en/2011/12/automatizar-catalogo-alv/</link><pubDate>Mon, 12 Dec 2011 10:00:00 +0000</pubDate><guid>https://abapinho.com/en/2011/12/automatizar-catalogo-alv/</guid><description>&lt;p>Sometimes I ask myself what percentage of the world’s ABAP code is unnecessary. A paradigmatic example of how time can be wasted writing code which is of no use to anyone and only creates problems is the ALV’s all-too-common field description definition sitting directly in ABAP.&lt;/p></description></item></channel></rss>