<?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: while saving data in xd02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466995#M1554620</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;Give the type of the button as Type 'E' for back button,it will solve the problem.&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;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 10:06:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-11-17T10:06:24Z</dc:date>
    <item>
      <title>while saving data in xd02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466991#M1554616</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;one subscreen is created for Customer master (XD02) &amp;amp; there is one field in the sub screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To validate this field( it should not be blank), i put error message in SAPMF02D exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do not put any data on this field &amp;amp; then press 'SAVE' button, it gives me that error i put in exit.&lt;/P&gt;&lt;P&gt;Then the field becomes disable &amp;amp; then repeatedly it gives me the same error if i press 'BACK' button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i just need the error while SAVE but not when BACK button.and the field should be active so that user can put data.&lt;/P&gt;&lt;P&gt;Please suggest where i did mistake. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regd&lt;/P&gt;&lt;P&gt;mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: pabitra rout on Nov 16, 2010 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 08:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466991#M1554616</guid>
      <dc:creator>former_member190312</dc:creator>
      <dc:date>2010-11-16T08:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: while saving data in xd02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466992#M1554617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pabitra rout,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get that required functionality, write your code in &lt;STRONG&gt;PAI&lt;/STRONG&gt; of the screen using &lt;STRONG&gt;CHAIN &amp;amp; ENDCHAIN&lt;/STRONG&gt; . For example :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CHAIN : ZFIELD MODULE CHECK_MAND "Here ZFIELD is the field of the customer screen.
ENDCHAIN. &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Faheem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 09:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466992#M1554617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-16T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: while saving data in xd02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466993#M1554618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can control SY-UCOMM to check only when you SAVE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Nov 2010 10:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466993#M1554618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-16T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: while saving data in xd02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466994#M1554619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to give message on Save then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check SY-UCOMM EQ 'SAVE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plusit is a good practice to have the filedsin CHAIN-ENDCHAIN so that whenver you throw an error it remains in Input enabled mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 09:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466994#M1554619</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2010-11-17T09:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: while saving data in xd02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466995#M1554620</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;Give the type of the button as Type 'E' for back button,it will solve the problem.&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;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 10:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/while-saving-data-in-xd02/m-p/7466995#M1554620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-11-17T10:06:24Z</dc:date>
    </item>
  </channel>
</rss>

