<?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: Field exits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699563#M306725</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;within your FM you can check if sy-tcode = 'value' whatever you want to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pravat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 05:05:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-20T05:05:49Z</dc:date>
    <item>
      <title>Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699557#M306719</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;I have created a field exit on data element KUNWE(Ship to party). i.e if ship to part entered is '2' it should raise a error message...&lt;/P&gt;&lt;P&gt;So if i change an existing document of type '2' assume, it should raise also an error message.. and if i still want to save the document ,i need to change the ship to party and only save else it should exit without saving the document...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to trigger a document on which a field exit is created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know...if i can achieve my above requirement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699557#M306719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699558#M306720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check if you have activated the same and there is no restriction w.r.t specific programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 06:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699558#M306720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T06:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699559#M306721</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;Can you a be a bit more specific what you mean by 'trigger a document on which a field exit is created' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible to check in the FM module for the fieldexit the value in the input parameter.If it is not '2' then you can raise an error message for it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The fieldexit should then be assigned to the pgm and screen number where you want to put the check. Then finally activate it.This should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pravat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2006 17:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699559#M306721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-12T17:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699560#M306722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The following ABAP statements are not allowed in the function modules of field exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT,&lt;/P&gt;&lt;P&gt;CALL SCREEN, CALL DIALOG, CALL TRANSACTION, SUBMIT,&lt;/P&gt;&lt;P&gt;COMMIT WORK, ROLLBACK WORK,&lt;/P&gt;&lt;P&gt;COMMUNICATION RECEIVE,&lt;/P&gt;&lt;P&gt;EXIT FROM STEP-LOOP,&lt;/P&gt;&lt;P&gt;MESSAGE I, MESSAGE W.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manjunath Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 17:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699560#M306722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T17:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699561#M306723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think you can definitely raise an error message in a fieldexit. There is no problem with regard to it.Only problem is that you will not be able to debug a field exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pravat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Nov 2006 17:41:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699561#M306723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-17T17:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699562#M306724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have created the field exit and assigned it globally. so in such case my field exit should not consider a particular transaction...and rest all tranasactions it should raise an message. At present as it is global, it raises message across all transactions....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible.? to ignore a particular transaction....eventhought i enter any value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 11:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699562#M306724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Field exits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699563#M306725</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;within your FM you can check if sy-tcode = 'value' whatever you want to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pravat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 05:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/field-exits/m-p/1699563#M306725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T05:05:49Z</dc:date>
    </item>
  </channel>
</rss>

