<?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 BADI: Screen selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403022#M194709</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 want to call a program and fill the selection screen of that program. How/where in the badi do i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to create it in the method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Giovanni Baumann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 14:34:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-05T14:34:56Z</dc:date>
    <item>
      <title>BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403022#M194709</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 want to call a program and fill the selection screen of that program. How/where in the badi do i do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do i need to create it in the method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Giovanni Baumann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:34:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403022#M194709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403023#M194710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to call a report, you can do that using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT report_name&lt;/P&gt;&lt;P&gt;WITH PARAMETER1 = 'XXX' ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am not sure if you want to do that from BADI as usually BADI's are part of the standard transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly are you trying to do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403023#M194710</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403024#M194711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to use the SUBMIT (Report) command to call a report and fill its selection screen elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer SAP help for further documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403024#M194711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403025#M194712</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;Can you specify the requirement in a clear fashion..?Because you don't need a Badi to do that .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SUBMIT statement to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go  through this link....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba51a35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems you have not put this post as a question now... Put it in the question(by checking the checkbox in the edit mode) and close the thread once it is solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403025#M194712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403026#M194713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to call report RCCLORD with the screen selecion populated as soon as i save the process order (transaction code COR2).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403026#M194713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403027#M194714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure by calling the SUBMIT statement your goal will be achieved as the BADI will call the report within the transaction itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try using the SUBMIT REPORT ANYWAYS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT... [VIA SELECTION-SCREEN]&lt;/P&gt;&lt;P&gt;           [USING SELECTION-SET &amp;lt;var&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH &amp;lt;sel&amp;gt; &amp;lt;criterion&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH FREE SELECTIONS &amp;lt;freesel&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH SELECTION-TABLE &amp;lt;rspar&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403027#M194714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403028#M194715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How will i get selection screen table populated before i submit it to the reportname?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403028#M194715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403029#M194716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to implement an instance in transaction SE19 for the BADI WORKORDER_UPDATE, Use the method IN_UPDATE where you can call your program using SUBMIT, but remember to use the clause... AND RETURN. &lt;/P&gt;&lt;P&gt;Anyway this is not highly recommended because transaction COR2 it´s still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards. &lt;/P&gt;&lt;P&gt;JMA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jose Maria Alot Aguilar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:05:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403029#M194716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403030#M194717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you recommend it and what other way would you do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:19:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403030#M194717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403031#M194718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t recommend this because as it says in the Method documentation:&lt;/P&gt;&lt;P&gt;Notes                                                                                &lt;/P&gt;&lt;P&gt;Note that the method is carried out in the update process. In particular, no dialog is possible, no messages may be sent and no database commit may be executed because otherwise an orderly rollback is no longer possible.                                                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, i think you can collect all the orders and then create idocs via report RCCLORD in another step (for example in a separate Job after an event that you can activate in the BADI).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 15:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403031#M194718</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403032#M194719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i collect all the orders?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i execute RCCLORD it downloads all process orders every time. How can i ensure that this will program only exports process orders that has been created/changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Giovanni Baumann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jul 2006 07:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403032#M194719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-06T07:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: BADI: Screen selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403033#M194720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you thought looking at workflow?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be a business object for the process order. Now you need to define a workflow on create and on change event.&lt;/P&gt;&lt;P&gt;You may call a background method and make it accessible to all users. In the the method call your report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: F.J. Brandelik&lt;/P&gt;&lt;P&gt;Another way would be to make sure that the process order participates in the change document process. You could then go and collect all changed documents of that type in a specific time period and run the report for those process orders only.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Jul 2006 13:22:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-screen-selection/m-p/1403033#M194720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-09T13:22:39Z</dc:date>
    </item>
  </channel>
</rss>

