<?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: Client BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959879#M698283</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nuno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure...&lt;/P&gt;&lt;P&gt;CALL SCREEN 0100. ---&amp;gt; double click....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you cant....create a Z Function Module on the SE37....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside create all you need....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this...I wrote a pop up window...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZPOP_UP.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Interfase local&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECCION1) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECCION2) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECTED) TYPE  CHAR1&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEL1 = SELECCION1. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES &lt;/P&gt;&lt;P&gt;SEL2 = SELECCION2. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 100 starting at 5 5. -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; DOUBLE CLICK AND CREATE A USUAL SCREEN PAI AND PBO....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTED = SEL. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2007 17:00:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-09T17:00:52Z</dc:date>
    <item>
      <title>Client BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959876#M698280</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 requirement in wich i need to create a new subscreen in the client screen thru a BADI.&lt;/P&gt;&lt;P&gt;This subscreen needs to contain a table control to show and allow the change of a Z table.&lt;/P&gt;&lt;P&gt;Can this be done? And if so how can it be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Nuno silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959876#M698280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Client BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959877#M698281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nuno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first thing to do is to find wich badi you need on the tcode you r working on.&lt;/P&gt;&lt;P&gt;On this forum will find the way to do it...there is a Z program that will help ypu to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second step is on your badi implementation create a new screen....and the rest should be easy...working the table control you refer....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another idea I think is easier.....create a table maintenance for that Z table and create a tcode for it....and finally on the badi call the tcode you created something like : CALL TRANSACTION ZMYZVIEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959877#M698281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Client BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959878#M698282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gabriel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer.&lt;/P&gt;&lt;P&gt;I just have a doubt. How do i create the new screen in the badi implementation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nuno Silva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 16:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959878#M698282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T16:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Client BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959879#M698283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nuno,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im not sure...&lt;/P&gt;&lt;P&gt;CALL SCREEN 0100. ---&amp;gt; double click....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case you cant....create a Z Function Module on the SE37....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;inside create all you need....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;something like this...I wrote a pop up window...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ZPOP_UP.&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Interfase local&lt;/P&gt;&lt;P&gt;*"  IMPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECCION1) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECCION2) TYPE  STRING&lt;/P&gt;&lt;P&gt;*"  EXPORTING&lt;/P&gt;&lt;P&gt;*"     REFERENCE(SELECTED) TYPE  CHAR1&lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEL1 = SELECCION1. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES &lt;/P&gt;&lt;P&gt;SEL2 = SELECCION2. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 100 starting at 5 5. -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; DOUBLE CLICK AND CREATE A USUAL SCREEN PAI AND PBO....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTED = SEL. -&amp;gt; THIS ARE GLOBALS ON THE INCLUDES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFUNCTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 17:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-badi/m-p/2959879#M698283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T17:00:52Z</dc:date>
    </item>
  </channel>
</rss>

