<?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: Payment Method in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704871#M1295606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can validate the values entered by the user at selection screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if payment method ne 'D' OR payment method NE 'P'.&lt;/P&gt;&lt;P&gt;    MESSAGE 'Enter payment method as D or P' TYPE 'S' DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;    SET SCREEN 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jun 2009 10:17:32 GMT</pubDate>
    <dc:creator>jaideepsharma</dc:creator>
    <dc:date>2009-06-09T10:17:32Z</dc:date>
    <item>
      <title>Payment Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704870#M1295605</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;I have a requirement to make the payment method RZAWE from REGUH as D or P only. How can i make this validate at selection-screen. when user will give another payment method it should prompt error and should give the selection to give D or P only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704870#M1295605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704871#M1295606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can validate the values entered by the user at selection screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if payment method ne 'D' OR payment method NE 'P'.&lt;/P&gt;&lt;P&gt;    MESSAGE 'Enter payment method as D or P' TYPE 'S' DISPLAY LIKE 'E'.&lt;/P&gt;&lt;P&gt;    SET SCREEN 0.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KR Jaideep,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:17:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704871#M1295606</guid>
      <dc:creator>jaideepsharma</dc:creator>
      <dc:date>2009-06-09T10:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704872#M1295607</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;  use at selection-screen on P_RZAWE event.&lt;/P&gt;&lt;P&gt;  And then raise error message if the user enters other than ' D' or ' P' payment methods type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704872#M1295607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704873#M1295608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT on P_RZAWE.&lt;/P&gt;&lt;P&gt;if p_rzawe = 'd' or p_rzawe = 'P'.&lt;/P&gt;&lt;P&gt;Message i(000) with ' Incorrect entry'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Revert back in case of issues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 10:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704873#M1295608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T10:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Payment Method</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704874#M1295609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use  event &lt;STRONG&gt;at selection-screen output' .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen output.&lt;/P&gt;&lt;P&gt;loop at screen where name = 'parameter name should be in upper case'.&lt;/P&gt;&lt;P&gt;if not parameter value = 'P' or parameter value = 'D'.&lt;/P&gt;&lt;P&gt;give the appropriate error message.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2009 11:02:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/payment-method/m-p/5704874#M1295609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-09T11:02:21Z</dc:date>
    </item>
  </channel>
</rss>

