<?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: BADI For QA11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863248#M1321916</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   When you create the implementation and go to the tab subscreen it would give you space to add Program called and Screen No. So have to create a custom subscreen with fields that you want to add to the screen  and specify the name and number there so that the Badi call can call teh subscreen in the specified area in the standard screen 'SAPMQEVA' -1101. &lt;/P&gt;&lt;P&gt;Hope that this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2009 10:39:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-27T10:39:36Z</dc:date>
    <item>
      <title>BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863245#M1321913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add two new custom fields in QA11 for user decision. Please suggest me some BAdi for the same. Is QEVA_SUBSRC_1101_16 approapriate for this. Also the steps for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 07:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863245#M1321913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T07:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863246#M1321914</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;&lt;/P&gt;&lt;P&gt;"QEVA_SUBSCREEN_1101"  is the Right BADI for QA11 screen enhancement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you cannot edit QEVA_SUBSCREEN_1101_16 because it is standard ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow the below steps to create new..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se18--&amp;gt;enter QEVA_SUBSCREEN_1101 &lt;DEL&gt;&amp;gt;implemetation (menu bar)&lt;/DEL&gt;&amp;gt;create--&amp;gt;enter "z_QEVA_SUBSCREEN_1101"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and add the screen field.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;DEL&gt;&amp;gt;go to Subscreens&lt;/DEL&gt;&amp;gt;double click and add the Custom field to the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;DEL&gt;&amp;gt; Click on interface tab&lt;/DEL&gt;&amp;gt; and add logic for Get data..Put data..Process ok_code logic..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and activate the Implemtation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to find the user exits &amp;amp; Badi's for the T-code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to table TSTC&lt;DEL&gt;&amp;gt;enter T-code and execute&lt;/DEL&gt;&amp;gt; get the Program for the t-code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and go to-se38--&amp;gt;get the package attached to the t-code..QV is the Package for QA11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next go to t-code Se15&lt;DEL&gt;&amp;gt;expand the enhacement tab&lt;/DEL&gt;&amp;gt;enter package (QV) under userexit and &lt;/P&gt;&lt;P&gt;                                                     execute you will get the list of exits &lt;/P&gt;&lt;P&gt;                                                     available...&lt;/P&gt;&lt;P&gt;                                                  --&amp;gt;enter package (QV) under Badi's tab and &lt;/P&gt;&lt;P&gt;                                                     execute you will get the list of Badi's &lt;/P&gt;&lt;P&gt;                                                     available...  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All the User exits are stored in Table MODSAP..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Prabhu Das on Jul 27, 2009 12:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 07:06:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863246#M1321914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T07:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863247#M1321915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanx for the use ful reply, I have query in this part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se18--&amp;gt;enter QEVA_SUBSCREEN_1101 &lt;DEL&gt;&amp;gt;implemetation (menu bar)&lt;/DEL&gt;&amp;gt;create--&amp;gt;enter "z_QEVA_SUBSCREEN_1101"&lt;/P&gt;&lt;P&gt;and add the screen field.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; &lt;STRONG&gt;Where is the option for add screen fields ??&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;DEL&gt;&amp;gt;go to Subscreens&lt;/DEL&gt;&amp;gt;double click and add the Custom field to the screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; Here what to double click ? screen number to go to layout?? If yes then it is asking for the access key to add fields..&lt;/P&gt;&lt;P&gt;Also how  to add the fields there is  so less place in the screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please clearify.&lt;/P&gt;&lt;P&gt;Thanx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 10:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863247#M1321915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T10:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863248#M1321916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   When you create the implementation and go to the tab subscreen it would give you space to add Program called and Screen No. So have to create a custom subscreen with fields that you want to add to the screen  and specify the name and number there so that the Badi call can call teh subscreen in the specified area in the standard screen 'SAPMQEVA' -1101. &lt;/P&gt;&lt;P&gt;Hope that this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu Verma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 10:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863248#M1321916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863249#M1321917</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;How to find the program called and the screen number to be customized?? Can we take any random number of screen??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 12:19:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863249#M1321917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T12:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: BADI For QA11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863250#M1321918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Yes you can create any z,y screen as per your standards and add it there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2009 12:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-for-qa11/m-p/5863250#M1321918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-27T12:22:31Z</dc:date>
    </item>
  </channel>
</rss>

