<?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: inserting statements in reports throgh program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889054#M934169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got an idea to implement. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jun 2008 07:55:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-03T07:55:42Z</dc:date>
    <item>
      <title>inserting statements in reports throgh program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889052#M934167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a set of unused programs ( nearly 200 ). I need to deactivate all those programs by inserting EXIT as below shown in bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write a program where i can give all the program names in the selection screen and i have to enter into those program in write mode and insert the statement EXIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;COULD YOU PLEASE GIVE ME SOME SUGGESSIONS TO DO THIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  y11v2_13_prodsel MESSAGE-ID y11bf_13_addons.

*EXIT.*                                                       

INCLUDE y11v2_13_prodsel_d01.           "data and table declaration

INCLUDE y11v2_13_prodsel_s01.           "selection screen, initialisatio

INCLUDE y11v2_13_prodsel_f01.           "form routines

*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;   Event START-OF-SELECTION
*&amp;amp;---------------------------------------------------------------------*
START-OF-SELECTION.

*  PERFORM check_eingabe.

  PERFORM kondtabellen_lesen.

  PERFORM aenderungen_lesen.

  PERFORM belege_ermitteln.

  PERFORM substitution_pruefen.

  PERFORM auftraege_aendern.

  PERFORM ausgabe_nachrichten.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOOOD ANSWERS WILL BE APPRECIATED THROUGH POINTS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sasidhar Reddy Matli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 06:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889052#M934167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T06:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: inserting statements in reports throgh program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889053#M934168</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 have a similar requirement in my past experience, that i have to create 400 tcodes for abap queries. User has provided one input file with the sufficient data. So what i did is, i recorded the whole process for one query and wrote one small BDC -CALL TRANSACTION program and update all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can also try in the same way first try to do recording for one program and implement one temparory BDC program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Bujji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 07:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889053#M934168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T07:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: inserting statements in reports throgh program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889054#M934169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got an idea to implement. Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2008 07:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inserting-statements-in-reports-throgh-program/m-p/3889054#M934169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T07:55:42Z</dc:date>
    </item>
  </channel>
</rss>

