<?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: Completing a BADI Implementation - screen appears but no fields. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101961#M980910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert check ur implementation is active or not.&lt;/P&gt;&lt;P&gt;also check the sub screen is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;**********&lt;STRONG&gt;Reward points if helpful&lt;/STRONG&gt;*************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jun 2008 16:02:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-26T16:02:22Z</dc:date>
    <item>
      <title>Completing a BADI Implementation - screen appears but no fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101960#M980909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for Tcode VD02, I have been able to successfully implement CUSTOMER_ADD_DATA and CUSTOMER_ADD_DATA_CS so that when called, a new button appears on the standard SAP screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I click the button, I am taken to a new custom screen, BUT the field I have defined in Screen Painter does not appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My implementations are active? why would my field not show up? &lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;rp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 15:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101960#M980909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T15:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Completing a BADI Implementation - screen appears but no fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101961#M980910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert check ur implementation is active or not.&lt;/P&gt;&lt;P&gt;also check the sub screen is active or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;**********&lt;STRONG&gt;Reward points if helpful&lt;/STRONG&gt;*************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 16:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101961#M980910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T16:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Completing a BADI Implementation - screen appears but no fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101962#M980911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you implemented the method &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET_TAXI_SCREEN&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;need to pass the info to these fields inside the method.&lt;/P&gt;&lt;P&gt;E_SCREEN = '100'.  "add the fields to this screen...&lt;/P&gt;&lt;P&gt;E_PROGRAM = 'SAPLZTEST'.  "Function group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then  you have to impement the methods set and get methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are you doing the same steps or not...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 16:04:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101962#M980911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T16:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Completing a BADI Implementation - screen appears but no fields.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101963#M980912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chinand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just found my issue though &amp;amp; will post it here in case it helps someone in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my CUSTOMER_ADD_DATA_CS implementation method &lt;STRONG&gt;GET_TAXI_SCREEN&lt;/STRONG&gt;, I had the wrong value - I was using my Field Group Value (ZC). Instead, it needed to be the &lt;STRONG&gt;Function Code value&lt;/STRONG&gt; assigned to that Field Group in SPRO - mine was 'ZCR_ALLOC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was something simple I should have caught while debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF i_taxi_fcode = 'ZCR_ALLOC'.

    e_screen = '1050'.
    e_program = c_repid.
    e_headerscreen_layout = ' '.

  ELSE.

  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I put the wrong method in my explanation above - fixed it to GET_TAXI_SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: robert phelan on Jun 26, 2008 6:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2008 16:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/completing-a-badi-implementation-screen-appears-but-no-fields/m-p/4101963#M980912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-26T16:06:47Z</dc:date>
    </item>
  </channel>
</rss>

