<?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: Split ALV Column in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574510#M1433357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting Expand by default it will automatically display drill down in basic ALV, you don't have to handle drill down..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are asking to have 2 cells in second row and 1 cell in first row in BASIC ALV (2D data), that is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to display Multi-dimensional data in 2D table display, that is not possible...For multidimensional data display in ALV, use above classes...They are easy to use as you will see in Demo programs (First Refer to DEMO***SIMPLE Program, you will find they are very easy to use).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 06:06:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-18T06:06:54Z</dc:date>
    <item>
      <title>Split ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574506#M1433353</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 want to split the first column of my ALV display ie delivery no  into two Sales order no and sales order line no that will show beneath the respective delivery no.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 05:53:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574506#M1433353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T05:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Split ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574507#M1433354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Split means? you mwan when you click on delivery no then you need to open another screen or what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explain in detail..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2010 07:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574507#M1433354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-17T07:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Split ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574508#M1433355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, I want the only the basic list with the functionality that we have in excel under one cell we have two sub-cells. it wont be a click event but it should reflect in the bsic output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 05:23:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574508#M1433355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T05:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Split ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574509#M1433356</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;I think you are asking for drill down capability.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For single level drill down (Hierarchy) you can use class CL_SALV_HIERSEQ_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For multiple level drill down use class CL_SALV_TREE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check programs in package SALV_OBJECTS for Demo purpose of use of above classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 06:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574509#M1433356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T06:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Split ALV Column</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574510#M1433357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By setting Expand by default it will automatically display drill down in basic ALV, you don't have to handle drill down..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are asking to have 2 cells in second row and 1 cell in first row in BASIC ALV (2D data), that is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to display Multi-dimensional data in 2D table display, that is not possible...For multidimensional data display in ALV, use above classes...They are easy to use as you will see in Demo programs (First Refer to DEMO***SIMPLE Program, you will find they are very easy to use).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 06:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/split-alv-column/m-p/6574510#M1433357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T06:06:54Z</dc:date>
    </item>
  </channel>
</rss>

