<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Generic table structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215898#M766815</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't specify any type....in the tables paramter just give itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 06:28:21 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2008-01-15T06:28:21Z</dc:date>
    <item>
      <title>Generic table structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215896#M766813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating a FM which will have an input field as a table name and structures to the corresponding table. So is there any generic structure available in the DDIC that can be used as a base for the fields coming in. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not available what should i consider while creating a structure for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215896#M766813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generic table structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215897#M766814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can leave the type reference blank so that system can accept any structure.&lt;/P&gt;&lt;P&gt;For reference check REUSE_ALV_GRID_DISPLAY. This FM accepts an internal table without generic references&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:26:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215897#M766814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generic table structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215898#M766815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't specify any type....in the tables paramter just give itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;ITAB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215898#M766815</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-01-15T06:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Generic table structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215899#M766816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I intend to have an IMPORT parameters as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLE --&amp;gt;          any DB table  (dynamic as per requirement)&lt;/P&gt;&lt;P&gt;WA_STRUCT---&amp;gt; a single record entry with all the columns for the above table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we specify the same in the importing section and have the same functionality as in tables section. &lt;/P&gt;&lt;P&gt;IMPORT&lt;/P&gt;&lt;P&gt;wa_struct&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without the type and associated type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Stock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215899#M766816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: Generic table structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215900#M766817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally import parameters don't handle multiple values,inorder to handle multiple values we have to create table type in SE11,so try to create table type in SE11 and then try to specify only itab without any structure and see..i have never done this..plz try and let me know, if it works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 07:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/generic-table-structure/m-p/3215900#M766817</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2008-01-15T07:04:46Z</dc:date>
    </item>
  </channel>
</rss>

