<?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: to remove error message.... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084802#M976678</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the solution ...thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2008 12:05:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-15T12:05:55Z</dc:date>
    <item>
      <title>to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084796#M976672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i am calling a program from selection screen of another program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg program one has selectio screen with a button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Case ok_code.&lt;/P&gt;&lt;P&gt;  when 'BUT1'.&lt;/P&gt;&lt;P&gt;    SUBMIT zprogram2 and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now prpgram tws has selection screen &lt;/P&gt;&lt;P&gt;field 1 mandatory&lt;/P&gt;&lt;P&gt;field 2 mandatory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when ipress the butoon the second program program2 iand its selection screen is displayed but when it is called it is displaying the error message of to make entry in all fields as when it comes when user don't enter in mandatory field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know how to avoid this errro as i am calling only the program with above code the user is not entrying anything so the message should not come whille calling the program2 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Arora&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 05:54:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084796#M976672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T05:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084797#M976673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not make the selection scrren field as mandatory in Program2 , instead raise error message in Program2 if the selection screen fields are blank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so_field1 is initial.&lt;/P&gt;&lt;P&gt;Error: Field 1 is mandatory.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so_field2 is initial.&lt;/P&gt;&lt;P&gt;Error: Field 2 is mandatory.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin Mathapati on Jul 2, 2008 11:42 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 06:10:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084797#M976673</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-07-02T06:10:42Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084798#M976674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ..&lt;/P&gt;&lt;P&gt;In ur program2 check if u are using select options as below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECT-OPTIONS: s_rsnum FOR rkpf-rsnum obligatory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if so then remove the obligatory from selectoption....&lt;/P&gt;&lt;P&gt;The error message will not come again.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 06:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084798#M976674</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-02T06:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084799#M976675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Rudra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i dont want to remove the obligatory part as its a obligatory feield only as conveyed in my first message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to remove the error message when the screen is called first as it should only come whenuser does nto enters sth in it&lt;/P&gt;&lt;P&gt;the solution provied above will work but i need to put some check in my above code only or if there is some other better way to do so while calling screen or if i am missing sth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084799#M976675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-02T07:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084800#M976676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arora,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said..&lt;/P&gt;&lt;P&gt;Do not make the selection screen fields as obligatory but instead raise error in Program2 if the selection screen field is blank..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If s_field1 is initial.&lt;/P&gt;&lt;P&gt;Raise error.&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 08:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084800#M976676</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-07-02T08:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084801#M976677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arora...&lt;/P&gt;&lt;P&gt;if my understanding of the issue is clear...then i ll suggest the following..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.export a variable to memory from the first program....&lt;/P&gt;&lt;P&gt;say wf_memo..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now import that variable in program 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a check in program 2..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not wf_memo is initial.(means program2 is called by program1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;giv an error message as "The X filed is empty .."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try that or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. put a check in the program1 itself...if empty it will ask for entering value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope one of the abv solutions will help u..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 08:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084801#M976677</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-02T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: to remove error message....</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084802#M976678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;got the solution ...thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 12:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-remove-error-message/m-p/4084802#M976678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T12:05:55Z</dc:date>
    </item>
  </channel>
</rss>

