<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://wikisap.osbyte.com/index.php?action=history&amp;feed=atom&amp;title=GUI_SPLIT</id>
	<title>GUI SPLIT - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://wikisap.osbyte.com/index.php?action=history&amp;feed=atom&amp;title=GUI_SPLIT"/>
	<link rel="alternate" type="text/html" href="https://wikisap.osbyte.com/index.php?title=GUI_SPLIT&amp;action=history"/>
	<updated>2026-07-21T16:30:13Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wikisap.osbyte.com/index.php?title=GUI_SPLIT&amp;diff=276&amp;oldid=prev</id>
		<title>Franblay: Página creada con «&lt;pre&gt; DATA go_split       TYPE REF TO cl_gui_splitter_container.  * Crear split control   IF go_split IS INITIAL.      CREATE OBJECT go_split       EXPORTING         parent...»</title>
		<link rel="alternate" type="text/html" href="https://wikisap.osbyte.com/index.php?title=GUI_SPLIT&amp;diff=276&amp;oldid=prev"/>
		<updated>2021-07-02T13:01:28Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «&amp;lt;pre&amp;gt; DATA go_split       TYPE REF TO cl_gui_splitter_container.  * Crear split control   IF go_split IS INITIAL.      CREATE OBJECT go_split       EXPORTING         parent...»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
DATA go_split       TYPE REF TO cl_gui_splitter_container.&lt;br /&gt;
&lt;br /&gt;
* Crear split control&lt;br /&gt;
  IF go_split IS INITIAL.&lt;br /&gt;
&lt;br /&gt;
    CREATE OBJECT go_split&lt;br /&gt;
      EXPORTING&lt;br /&gt;
        parent  = cl_gui_container=&amp;gt;screen0&lt;br /&gt;
        rows    = 2&lt;br /&gt;
        columns = 1.&lt;br /&gt;
&lt;br /&gt;
  ENDIF.&lt;br /&gt;
&lt;br /&gt;
* Check custom container&lt;br /&gt;
  IF go_cc_inv IS INITIAL.&lt;br /&gt;
&lt;br /&gt;
*   Creating custom container instance&lt;br /&gt;
    CALL METHOD go_split-&amp;gt;get_container&lt;br /&gt;
      EXPORTING&lt;br /&gt;
        row       = 1&lt;br /&gt;
        column    = 1&lt;br /&gt;
      RECEIVING&lt;br /&gt;
        container = go_cc_inv.&lt;br /&gt;
&lt;br /&gt;
  ENDIF.&lt;br /&gt;
&lt;br /&gt;
* Check ALV&lt;br /&gt;
  IF go_alv_inv IS INITIAL.&lt;br /&gt;
&lt;br /&gt;
*   Creating ALV Grid instance&lt;br /&gt;
    CREATE OBJECT go_alv_inv&lt;br /&gt;
      EXPORTING&lt;br /&gt;
        i_parent = go_cc_inv&lt;br /&gt;
      EXCEPTIONS&lt;br /&gt;
        OTHERS   = 1.&lt;br /&gt;
    IF sy-subrc &amp;lt;&amp;gt; 0.&lt;br /&gt;
*     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;br /&gt;
*                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;br /&gt;
    ENDIF.&lt;br /&gt;
&lt;br /&gt;
  ENDIF.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Utilidades|Utilidades]]&amp;lt;br&amp;gt;&lt;br /&gt;
[[Página_principal|Página principal]]&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Franblay</name></author>
	</entry>
</feed>