<?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: how we can call forms or reports from dynpro programming(code needed) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970522#M948416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai charu&lt;/P&gt;&lt;P&gt;         ur answer is very helpful to me thank u so much..and what about the forms calling from dynpro....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Jun 2008 04:40:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-20T04:40:25Z</dc:date>
    <item>
      <title>how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970518#M948412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai all this is pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i would like to have coding for the above requirement plz help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards....&lt;/P&gt;&lt;P&gt;abpk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 11:30:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970518#M948412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T11:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970519#M948413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for text reports look into the verb &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEAVE TO LIST-PROCESSING. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition: &lt;/P&gt;&lt;P&gt;... AND RETURN TO SCREEN scr. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for grid.. look into ALV and Custom Controls on the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 11:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970519#M948413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T11:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970520#M948414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   In the screen place a push button and give it a function code.&lt;/P&gt;&lt;P&gt;create a transaction for the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in the PAI module write this code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    when 'REPORT'.&lt;/P&gt;&lt;P&gt;      set parameter id 'AUN' field it_vbak-vbeln.&lt;/P&gt;&lt;P&gt;     call transaction 'ZVA03' and skip first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the report use the statement get parameter id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : vbe type tpara-paramid value 'AUN'.&lt;/P&gt;&lt;P&gt;parameters : pr_vbeln like vbak-vbeln.&lt;/P&gt;&lt;P&gt;get parameter id VBE field pr_vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if you press the button now the report will be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 12:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970520#M948414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T12:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970521#M948415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might want to explain the requirement a little further... but if you have an existing report then check into the "submit ???? and return"... if you are running a SAPScript form from a dynpro, this would also be an appropriate technique i.e. generate the form from from the report, and submit the report from the module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970521#M948415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970522#M948416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai charu&lt;/P&gt;&lt;P&gt;         ur answer is very helpful to me thank u so much..and what about the forms calling from dynpro....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 04:40:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970522#M948416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T04:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: how we can call forms or reports from dynpro programming(code needed)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970523#M948417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pradeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can follow the same logic to dynpro's.&lt;/P&gt;&lt;P&gt;Coming to Forms,You can call the driver program by assigning a Ztransaction to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Charumathi.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jun 2008 13:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-we-can-call-forms-or-reports-from-dynpro-programming-code-needed/m-p/3970523#M948417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-23T13:59:48Z</dc:date>
    </item>
  </channel>
</rss>

