ABAP Cursosentenciatypepools

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">

<meta name="GENERATOR" content="Microsoft FrontPage 4.0">

<meta name="ProgId" content="FrontPage.Editor.Document">

<title>TYPE-POOLS</title>

<link rel="stylesheet" href="../../gaussr3.css" tppabs="http://www.gaussr3.com/gaussr3.css" type="text/css">

</head>

<body class="gaussr3">

<p align="left">⚠ <b class="titulo">TYPE-POOLS⚠ </b></p>

<p align="left">⚠ <b>Definicin⚠ </b></p>

<p align="left">Para  utilizar un ⚠ <i>type-groups⚠ </i>

en un programa se utiliza la sentencia TYPE-POOLS. </p>

<p align="left">⚠ <b>Sintaxis:⚠ </b></p>

TYPE-POOLS <nombre>.

<p>La variable <nombre> identifica el ⚠ <i>type-groups⚠ </i> a utilizar. En

  un programa se pueden utilizar varios ⚠ <i>type-groups⚠ </i>.</p>

<p>⚠ <b>Ejemplo:⚠ </b></p>

<pre>TYPE-POOLS VERI1.

DATA X TYPE VERI1_TYP1.</pre>

<p>⚠ <b>Vase tambin:⚠ </b> ⚠ <a href="type_pool.htm" tppabs="http://www.gaussr3.com/abap4/sentencias/type_pool.htm">TYPE-POOL⚠ </a>.<br>

</p>

</body>

</html>