<?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: Nested Abap Type 1 structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234984#M140485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam, &lt;/P&gt;&lt;P&gt;  you can create your nested structure in se11.&lt;/P&gt;&lt;P&gt;  use .INCLUDE in the field name part and specify the name of the structure in the DATA ELEMENT Part..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2006 03:51:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-21T03:51:43Z</dc:date>
    <item>
      <title>Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234978#M140479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could anybody provide an example of existing nested Abap Type 1 structure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: The structure should already exists and used as a parameter type for the remotely enabled function module. I could only access the function, not to write abap code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234978#M140479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234979#M140480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;DATA: BEGIN OF itab OCCURS 0,
        itab1 LIKE mara,
        itab2 LIKE vbak,
      END OF itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234979#M140480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234980#M140481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;  you mean something like this..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data  begin of itab.
     include structure vbak.   
data end of itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234980#M140481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234981#M140482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure of what TYPE 1 is, but here is a example of nested structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begin of itab1 occurs 0,&lt;/P&gt;&lt;P&gt; field1 type c&lt;/P&gt;&lt;P&gt; field2 type c&lt;/P&gt;&lt;P&gt;end of itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Begine of itab2 occurs 0&lt;/P&gt;&lt;P&gt; field3 type c&lt;/P&gt;&lt;P&gt; table1 type itab1.&lt;/P&gt;&lt;P&gt;end of itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ITAB2 is a nested internal table structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:43:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234981#M140482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234982#M140483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody. I was not specific, sorry. Please read my update at the thread's top.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:45:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234982#M140483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234983#M140484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is the case, you will have to create the same structure as that of the function parameter in the SE11 - Data dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create table types also in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:47:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234983#M140484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234984#M140485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam, &lt;/P&gt;&lt;P&gt;  you can create your nested structure in se11.&lt;/P&gt;&lt;P&gt;  use .INCLUDE in the field name part and specify the name of the structure in the DATA ELEMENT Part..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 03:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234984#M140485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T03:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234985#M140486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want to create nested structures.&lt;/P&gt;&lt;P&gt;Go to SE11.&lt;/P&gt;&lt;P&gt;Create a structure.&lt;/P&gt;&lt;P&gt;And in the structure field&lt;/P&gt;&lt;P&gt;Give the field name and then the create a LINE TYPE of the structure you want to reference.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 04:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234985#M140486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T04:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nested Abap Type 1 structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234986#M140487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everybody for SE11. Unfortunately I could not modify SAP System. As I wrote in update: The structure should already exists and should be used as a parameter type for the remotely enabled function module. I could only access the function, not to write abap code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, nobody encountered nested structure used as a parameter type for the remotely enabled function module?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/nested-abap-type-1-structure/m-p/1234986#M140487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-21T09:31:46Z</dc:date>
    </item>
  </channel>
</rss>

