<?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: Hirarchical display and adding button using oops and normal alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610503#M1278461</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have  u seen the usage of Methods SET_SCREEN_STATUS /GET ?&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2009 02:50:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-19T02:50:45Z</dc:date>
    <item>
      <title>Hirarchical display and adding button using oops and normal alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610502#M1278460</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;Requirement is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection screen&lt;/P&gt;&lt;P&gt; then&lt;/P&gt;&lt;P&gt;output on first screen 100&lt;/P&gt;&lt;P&gt;then double click on any row&lt;/P&gt;&lt;P&gt;then related output in hirarchical display(material -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; transfer requirements of material----tranfser orders of transfer requirement) on screen 101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I want three buttons on screen 101 for further process to finish TO, confirm transfer, display stocklist etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have displayed hirarchical alv using class  method &lt;/P&gt;&lt;P&gt;CL_SALV_HIERSEQ_TABLE=&amp;gt;factory &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this method is creating its own screen ...means not displaying alv output on screen 101 even though I tried to dispaly it on screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me that, how to add button on screen displayed using class method(CL_SALV_HIERSEQ_TABLE=&amp;gt;factory ) mentioned above?&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;how to display hirarchical display on screen 101 without using above mentioned class method(CL_SALV_HIERSEQ_TABLE=&amp;gt;factory )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reply asap....gurus....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 May 2009 05:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610502#M1278460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-06T05:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hirarchical display and adding button using oops and normal alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610503#M1278461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have  u seen the usage of Methods SET_SCREEN_STATUS /GET ?&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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 02:50:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610503#M1278461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T02:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hirarchical display and adding button using oops and normal alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610504#M1278462</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 buttons the best way is to create screens and set its gui status by &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS &lt;/P&gt;&lt;P&gt;SET TITLEBAR  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there in the gui status you can select buttons or declare which buttons to be used.Already there keys given however you can also declare your own buttons there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in the module pool screen you can go to screen painter(layout) and declare buttons also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and if there is still any problem we can always find a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sudipta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 06:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hirarchical-display-and-adding-button-using-oops-and-normal-alv/m-p/5610504#M1278462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T06:53:06Z</dc:date>
    </item>
  </channel>
</rss>

