<?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: Simple two level structure in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300763#M502771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Seshu, but what Im lookin for is the actual code ABAP required to solve that problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 May 2007 02:41:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-19T02:41:07Z</dc:date>
    <item>
      <title>Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300757#M502765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a two part exercise...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Complete ABAP program zstudent_registration.  The program will display the first level list.  The list consists of fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;course_id&lt;/P&gt;&lt;P&gt;course_name&lt;/P&gt;&lt;P&gt;course_type&lt;/P&gt;&lt;P&gt;programme &amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;(The records come from the database table zshafeek_course.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  The second level list consists of students registered for a course selected from the first level list.  The tables involved is zshafeeek_student_registered.  &lt;/P&gt;&lt;P&gt;The fields in the zshafeek_student_registered are:&lt;/P&gt;&lt;P&gt;        &amp;lt;i&amp;gt;course_id&lt;/P&gt;&lt;P&gt;        student_id&lt;/P&gt;&lt;P&gt;        student_name &lt;/P&gt;&lt;P&gt;        student_major&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fields that need to be displayed on the list are:&lt;/P&gt;&lt;P&gt;       &amp;lt;b&amp;gt; student_id&lt;/P&gt;&lt;P&gt;        student_name&lt;/P&gt;&lt;P&gt;        student_major&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;(List the modifications with its ABAP statements required in program zstudent_registraton in order to generate the detail list).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive already done it, just need to compare it with someone else's for correctness' purposes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 May 2007 08:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300757#M502765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-17T08:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300758#M502766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300758#M502766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300759#M502767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;  Sorry to tell you am not clear about your requirment.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Avi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300759#M502767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300760#M502768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is basically about creating two structures and displaying them in a list according to the requirements specified...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 05:52:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300760#M502768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T05:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300761#M502769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope its clear now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 01:13:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300761#M502769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T01:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300762#M502770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got ur point and everything looks good with respect logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to display header level and item level type list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use Example program,you will  get good idea in ALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program : BCALV_TEST_HIERSEQ_LIST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main FM : REUSE_ALV_HIERSEQ_LIST_DISPLAY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to display in normal way ,then use Internal table events&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT first&lt;/P&gt;&lt;P&gt;endat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at new&lt;/P&gt;&lt;P&gt;enat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at end of&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at last&lt;/P&gt;&lt;P&gt;endat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 01:18:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300762#M502770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T01:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300763#M502771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Seshu, but what Im lookin for is the actual code ABAP required to solve that problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 02:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300763#M502771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T02:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple two level structure</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300764#M502772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,try to implement some custom transaction to get results based on ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if it is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 May 2007 02:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/simple-two-level-structure/m-p/2300764#M502772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-19T02:53:07Z</dc:date>
    </item>
  </channel>
</rss>

