<?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: report problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026465#M962277</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the code as following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : TSTC, TADIR,T000,USR01. "TABLES FOR SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types : Begin of ty_itab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pgmna type tstc-PGMNA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : it_itab type table of ty_itab,&lt;/P&gt;&lt;P&gt;          wa_itab type it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : Prog as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Userid as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clntid as CHECKBOX Default USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Prog = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select PGMNA from tstc into table it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_itab into wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa_itab-pgmna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 05:07:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T05:07:20Z</dc:date>
    <item>
      <title>report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026464#M962276</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;here is the code for the report that i have developed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : TSTC, TADIR,T000,USR01. "TABLES FOR SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : Begin of it_itab occurs 0,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       pgmna type tstc-PGMNA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       end of it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : wa_itab like it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : Prog as CHECKBOX Default '',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             TCODE as CHECKBOX Default '',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Userid as CHECKBOX Default '',&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;             Clntid as CHECKBOX Default ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Prog = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select PGMNA from tstc into table it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Prog = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_itab into wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa_itab-pgmna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if any code that i have to change. this code isnt displaying anydata and also its fetching the technical char's of the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;points will be given. its urgent ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 04:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026464#M962276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T04:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026465#M962277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the code as following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : TSTC, TADIR,T000,USR01. "TABLES FOR SELECTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Types : Begin of ty_itab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pgmna type tstc-PGMNA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of ty_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data : it_itab type table of ty_itab,&lt;/P&gt;&lt;P&gt;          wa_itab type it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : Prog as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCODE as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Userid as CHECKBOX Default USER-COMMAND,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clntid as CHECKBOX Default USER-COMMAND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if Prog = 'x'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select PGMNA from tstc into table it_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_itab into wa_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; wa_itab-pgmna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026465#M962277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T05:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026466#M962278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have not declared the work area properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syantax is data : wa like line of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this and c if it helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026466#M962278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T05:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: report problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026467#M962279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks alot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i caught the problem....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 05:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-problem/m-p/4026467#M962279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T05:23:58Z</dc:date>
    </item>
  </channel>
</rss>

