<?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: Classical report design in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933302#M1891725</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you are new to abap, I'll try a more simple approach.&lt;/P&gt;&lt;P&gt;I think you should consider making a module pool for your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se80 and create a program, module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside that program, you will be able to create screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, screen 0100 will be your selection parameters screen (With your radio buttons and table grids). After the user fill this screen and run your program, you will have to write code in the PAI of the screen flow, calling your process code, or a new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find lots of information of ABAP Module Pools on google.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Mar 2015 18:26:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-16T18:26:32Z</dc:date>
    <item>
      <title>Classical report design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933298#M1891721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I have requirement to design a classical report having tables and radio buttons,as because I am new to abap I need some help.&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/664186" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Please let me know if the above design is possible in classical report.If yes please tell the steps to design it..ASAP..&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 12:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933298#M1891721</guid>
      <dc:creator>former_member842135</dc:creator>
      <dc:date>2015-03-13T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Classical report design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933299#M1891722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sagar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Classical Report , you can edit the O/P values. So i don't think that it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sagar Pambhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Mar 2015 05:51:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933299#M1891722</guid>
      <dc:creator>former_member210770</dc:creator>
      <dc:date>2015-03-14T05:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Classical report design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933300#M1891723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks Sagar for your replay....&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp; So if it is not possible using classical report, then can we achieve it using ALV.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks and Regards&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 06:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933300#M1891723</guid>
      <dc:creator>former_member842135</dc:creator>
      <dc:date>2015-03-16T06:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Classical report design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933301#M1891724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi - &lt;/P&gt;&lt;P&gt;What is the business usage for the radio button? Are you trying to select a row and then proceed for any further activities?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume the report normally will not display the data rather only the radio button with the follow on text. When user will select the radio button then only the table will be popped in. I may be wrong, but if yes that is what you need then you can try with the below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would prefer to achieve the requirement in a different approach, like you can create a screen divider where the left side pane will contain the radio button and the text, whereas the right pane of the screen will display the concerned table record. As I can see, you need a different table structure as per the radio button. so in your case it should be dynamic internal table associated with the concerned text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the docking container class , cl_*doc*cont* and embed your dynamic alv (editable ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks, Somnath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 17:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933301#M1891724</guid>
      <dc:creator>somnath</dc:creator>
      <dc:date>2015-03-16T17:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Classical report design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933302#M1891725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since you are new to abap, I'll try a more simple approach.&lt;/P&gt;&lt;P&gt;I think you should consider making a module pool for your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to se80 and create a program, module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside that program, you will be able to create screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, screen 0100 will be your selection parameters screen (With your radio buttons and table grids). After the user fill this screen and run your program, you will have to write code in the PAI of the screen flow, calling your process code, or a new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find lots of information of ABAP Module Pools on google.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thales Schmidt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 18:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/classical-report-design/m-p/10933302#M1891725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-16T18:26:32Z</dc:date>
    </item>
  </channel>
</rss>

