<?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: Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198278#M762139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which part of the program shud we write this Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Dec 2007 08:24:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-12T08:24:04Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198276#M762137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created PO item custom screen with fields using ME_GUI_PO_CUST&lt;/P&gt;&lt;P&gt;ME_PROCESS_PO_CUST Badi's  and i used the following methods IF_EX_ME_GUI_PO_CUST~SUBSCRIBE,&lt;/P&gt;&lt;P&gt;IF_EX_ME_GUI_PO_CUST~MAP_DYNPRO_FIELDS.&lt;/P&gt;&lt;P&gt;IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Problem is when i execute transaction ME23N or ME22N Fields which are in PO Item Custom Screen only in change mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Any one help me what is the process when i execute ME23N transaction the fields are in display mode and&lt;/P&gt;&lt;P&gt;when i execute ME22N the fields are in change mode .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is available any BADI. Please Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nagaraju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 08:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198276#M762137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T08:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198277#M762138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Naga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to play with LOOP AT screen:&lt;/P&gt;&lt;P&gt;LOOP AT screen.&lt;/P&gt;&lt;P&gt;CASE sy-tcode.&lt;/P&gt;&lt;P&gt;WHEN 'ME22N'.&lt;/P&gt;&lt;P&gt;screen-input = '1'. ==&amp;gt; this will set to change&lt;/P&gt;&lt;P&gt;WHEN 'ME23N'.&lt;/P&gt;&lt;P&gt;screen-input = '0'. ==&amp;gt; this will set to display&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;MODIFY screen.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 08:22:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198277#M762138</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-12T08:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198278#M762139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In which part of the program shud we write this Eric&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 08:24:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198278#M762139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T08:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198279#M762140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the PBO of the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 08:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198279#M762140</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-12-12T08:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198280#M762141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Eric.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2007 08:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help/m-p/3198280#M762141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-12T08:35:31Z</dc:date>
    </item>
  </channel>
</rss>

