<?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: include multiple infotypes into structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330112#M5371</link>
    <description>&lt;P&gt;You could use one disambiguating option of the INCLUDE statement like 'RENAMING WITH SUFFIX suffix'. You could also use the 'AS name' also to easily map data read from database.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 14:42:04 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2017-01-09T14:42:04Z</dc:date>
    <item>
      <title>include multiple infotypes into structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330109#M5368</link>
      <description>&lt;P&gt;TYPES : BEGIN OF ty_ldb_data,&lt;BR /&gt;                     perno TYPE persno,&lt;BR /&gt;                     start_date TYPE begda,&lt;BR /&gt;                      end_date TYPE endda.&lt;BR /&gt;                      INCLUDE STRUCTURE p0000.&lt;BR /&gt;                      INCLUDE STRUCTURE p0001.&lt;BR /&gt;                      INCLUDE STRUCTURE p0002.&lt;BR /&gt;                      INCLUDE STRUCTURE p0007.&lt;BR /&gt;                      INCLUDE STRUCTURE p2001.&lt;BR /&gt;                      INCLUDE STRUCTURE p2002.&lt;BR /&gt;                      INCLUDE STRUCTURE p2003.&lt;BR /&gt;
 TYPES: END OF ty_ldb_data.&lt;BR /&gt;
 DATA : lt_ldb_data TYPE STANDARD TABLE OF ty_ldb_data,&lt;BR /&gt;
 ls_ldb_data TYPE ty_ldb_data.&lt;/P&gt;&lt;P&gt;I am receiving an compilation error that PERNR already exists. &lt;/P&gt;&lt;P&gt;Is their a way to have a single internal table with all the infotypes in it.&lt;BR /&gt;&lt;BR /&gt;if yes then how should i store Multiple lines into those Tables.&lt;/P&gt;&lt;P&gt;ls_ldb_data-P0000 = P000[].  &amp;lt;= would this statement work.&lt;/P&gt;&lt;P&gt;append ls_ldb_data to lt_ldb_data.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330109#M5368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-01-09T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: include multiple infotypes into structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330110#M5369</link>
      <description>&lt;P&gt;Hello Rajat,&lt;/P&gt;&lt;P&gt;You are receiving error because the multiple structure in your local structure have PERNR field.  to avoid this you can create and ZSTRUCTURE  or Local Structure in which you include multiple PERNER as PERNR_1 , PERNR_2 , .........PERNR_N with required fields and use that to create your internal table.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 14:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330110#M5369</guid>
      <dc:creator>former_member197132</dc:creator>
      <dc:date>2017-01-09T14:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: include multiple infotypes into structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330111#M5370</link>
      <description>&lt;P&gt;Why would you EVER do this? Why do you need this "super table" of everything in one row/entry? In some cases, it won't even make sense. What problem are you actually trying to solve?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 14:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330111#M5370</guid>
      <dc:creator>ChrisSolomon</dc:creator>
      <dc:date>2017-01-09T14:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: include multiple infotypes into structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330112#M5371</link>
      <description>&lt;P&gt;You could use one disambiguating option of the INCLUDE statement like 'RENAMING WITH SUFFIX suffix'. You could also use the 'AS name' also to easily map data read from database.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Raymond&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 14:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/include-multiple-infotypes-into-structure/m-p/330112#M5371</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-01-09T14:42:04Z</dc:date>
    </item>
  </channel>
</rss>

