<?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 Need help in module Pool programming. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839705#M1472906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck in a step of Module Pool program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps i used for enhancement in XK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  i appended a structure in table LFA1 having two fields A and B.&lt;/P&gt;&lt;P&gt;2)  then i went to IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt; Prepare     Modification-Free Enhancement of Vendor Master Record ( Here i created my screen group Z1 without Function Code.&lt;/P&gt;&lt;P&gt;3) then i created below module pool program. of screen 9999 and in layout i added to fields to display A and B which i appended.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROGRAM  ZSNAK_XK01.

TABLES: lfa1.
module status_9999 output.

endmodule.                 " status_9999  OUTPUT

module user_command_9999 input.

endmodule.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) After this i wen to  IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt;&lt;/P&gt;&lt;P&gt;    Business Add-In: Processing of Master Data Enhancements ( Here  i created my implementation on method  &lt;STRONG&gt;CHECK_ADD_ON_ACTIVE&lt;/STRONG&gt;  and added this code &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if i_screen_group eq 'Z1'.
e_add_on_active = 'X'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) then i went to   IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt;&lt;/P&gt;&lt;P&gt;   Business Add-In: Customer Subscreens. and created my implementation on method &lt;STRONG&gt;GET_TAXI_SCREEN&lt;/STRONG&gt; where i have written this code.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;e_screen = '9999'.
  e_program = 'ZSNAK_XK01'.
  e_headerscreen_layout = ''.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activation when i execute t-code XK01 i see my button there after INFORMATION BUTTON when i click on it i get following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Incorrect screen type: Screen is incorrectly defined or used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;The attribute screen type with the values 'Normal Screen' and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;'Subscreen' determines the use of the screen. If a normal screen is used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;as subscreen or vice versa, an error occurs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;The screen "ZSNAK_XK01" 9999 has, in this respect, an inappropriate screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saad Nisar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Apr 2010 07:03:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-14T07:03:10Z</dc:date>
    <item>
      <title>Need help in module Pool programming.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839705#M1472906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm stuck in a step of Module Pool program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steps i used for enhancement in XK01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)  i appended a structure in table LFA1 having two fields A and B.&lt;/P&gt;&lt;P&gt;2)  then i went to IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt; Prepare     Modification-Free Enhancement of Vendor Master Record ( Here i created my screen group Z1 without Function Code.&lt;/P&gt;&lt;P&gt;3) then i created below module pool program. of screen 9999 and in layout i added to fields to display A and B which i appended.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PROGRAM  ZSNAK_XK01.

TABLES: lfa1.
module status_9999 output.

endmodule.                 " status_9999  OUTPUT

module user_command_9999 input.

endmodule.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) After this i wen to  IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt;&lt;/P&gt;&lt;P&gt;    Business Add-In: Processing of Master Data Enhancements ( Here  i created my implementation on method  &lt;STRONG&gt;CHECK_ADD_ON_ACTIVE&lt;/STRONG&gt;  and added this code &lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;if i_screen_group eq 'Z1'.
e_add_on_active = 'X'.
endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5) then i went to   IMG-&amp;gt; Logistic -&amp;gt; Business Partner-&amp;gt; Vendor -&amp;gt; Adoption of Customer's Own Master Data Fields -&amp;gt;&lt;/P&gt;&lt;P&gt;   Business Add-In: Customer Subscreens. and created my implementation on method &lt;STRONG&gt;GET_TAXI_SCREEN&lt;/STRONG&gt; where i have written this code.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;e_screen = '9999'.
  e_program = 'ZSNAK_XK01'.
  e_headerscreen_layout = ''.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After activation when i execute t-code XK01 i see my button there after INFORMATION BUTTON when i click on it i get following error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;Incorrect screen type: Screen is incorrectly defined or used.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;The attribute screen type with the values 'Normal Screen' and&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;'Subscreen' determines the use of the screen. If a normal screen is used&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;as subscreen or vice versa, an error occurs.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;The screen "ZSNAK_XK01" 9999 has, in this respect, an inappropriate screen&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;   &lt;STRONG&gt;type.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saad Nisar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 07:03:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839705#M1472906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T07:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in module Pool programming.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839706#M1472907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have defined the screen 9999 as normal screen. go to attributes tab of the screen and make it as "subscreen' (radio button) and activate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 07:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839706#M1472907</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2010-04-14T07:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in module Pool programming.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839707#M1472908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOL.. Thank you so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Apr 2010 07:11:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-module-pool-programming/m-p/6839707#M1472908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-14T07:11:59Z</dc:date>
    </item>
  </channel>
</rss>

