<?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: Dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116976#M107752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks ok - why don't you just try it? (Make sure the flag is globally defined.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jan 2006 23:30:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-18T23:30:18Z</dc:date>
    <item>
      <title>Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116958#M107734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt; I am working with 2 screens, the second screen is a pop-up called by pressing a button on first(orders screen extended using user exits). Before calling 2nd screen, it goes through some validations and are done in the user exits.&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;If i press the button on 1st screen, without selecting the item line, it raises a error as required &lt;/P&gt;&lt;P&gt;2) if button is pressed along with item line and is not valid it again raises the error as required &lt;/P&gt;&lt;P&gt;The problem is, after the error, the screen freezs and i am un able to de- select the line and select the other to process.&lt;/P&gt;&lt;P&gt;How to solve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 22:31:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116958#M107734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T22:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116959#M107735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use CHAIN ENDCHAIN commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to ur particular source code on screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;  FIELDS : here write ur checkbox fieldname&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 22:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116959#M107735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T22:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116960#M107736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What about the item lines, i cant de-selct the error&lt;/P&gt;&lt;P&gt;line and select the other, as the screen freezs. And if i just press  the button with out selcting the line item, it gives the error as required but again the screen freezes and does not allow me to selct the item line for processing. everytime i need to start the transaction again.&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 22:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116960#M107736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T22:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116961#M107737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;define all the fields in CHAIN ENDCHAIN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHAIN.&lt;/P&gt;&lt;P&gt;FIELDS:FLD1,&lt;/P&gt;&lt;P&gt;       FLD2,&lt;/P&gt;&lt;P&gt;       FLD3,&lt;/P&gt;&lt;P&gt;       ....&lt;/P&gt;&lt;P&gt;ENDCHAIN.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 22:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116961#M107737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T22:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116962#M107738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you issue an 'error' message sap only enables for input the fields asociated with the module being processed (i.e. those in the chain). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want the logic to be able to issue a message based on some fields but allow entry to other fields you'll have to use a 'success' message and also set a flag to indicate that an error has occurred. You can then check your flag at the end of pai and force the pbo to repeat rather than moving on as if real 'success' has occurred. The 'success' message come out on the next screen displayed but without freezing anything.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 23:19:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116962#M107738</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-01-11T23:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116963#M107739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neil,&lt;/P&gt;&lt;P&gt;Yes, i declared them as success messages but unable to understand how to set the flag and disaplay the messages.&lt;/P&gt;&lt;P&gt;IF you can give me a bit of code as to how to do that it will be of great help.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kesi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 00:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116963#M107739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T00:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116964#M107740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; Can any one help to how to code for what Neil suggested.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 00:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116964#M107740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T00:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116965#M107741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this:&lt;/P&gt;&lt;P&gt;in your pai flow:&lt;/P&gt;&lt;P&gt;  LOOP.&lt;/P&gt;&lt;P&gt;    MODULE check_stuff.  &lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt; module error_check.&lt;/P&gt;&lt;P&gt;..............&lt;/P&gt;&lt;P&gt;in your abap&lt;/P&gt;&lt;P&gt;form check_stuff.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;only check if the current line has been selected&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CHECK ??????&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;clear the flag&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR w_illegal.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;if wrong..&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  IF blah blah blah.&lt;/P&gt;&lt;P&gt;*.. set flag that error has occurred&lt;/P&gt;&lt;P&gt;    w_illegal = 'X'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;show message on next screen&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MESSAGE s778 WITH&lt;/P&gt;&lt;P&gt;      'Cannot do that sort of thing!'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  &amp;amp; &amp;amp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form error_check.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF ERRORS STAY HERE (AS LONG AS SCREEN HAS ITSELF AS NEXT)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CHECK w_illegal IS INITIAL.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IF NO ERRORS MOVE ON TO 'NEXT SCREEN'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      SET SCREEN ???.&lt;/P&gt;&lt;P&gt;      LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;      EXIT.&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;If this doesn't make sense show us your flow logic and I'll try to adjust it to your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 00:49:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116965#M107741</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-01-12T00:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116966#M107742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello I have screen(6000)  with some buttons to extend the standard sapmv45a screen. The button name is ztag on screen 6000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-comm.&lt;/P&gt;&lt;P&gt; when 'ztag'&lt;/P&gt;&lt;P&gt; perform tag-tag.&lt;/P&gt;&lt;P&gt;************&lt;/P&gt;&lt;P&gt;form tag-tag.&lt;/P&gt;&lt;P&gt;read ivbap with key posnr = ivbap-posnr.&lt;/P&gt;&lt;P&gt; if ivbap-selkz ne 'x'.&lt;/P&gt;&lt;P&gt; message s301(z1).,&amp;lt;----error message&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; read xvbap with key posnr=xvbap-posnr.&lt;/P&gt;&lt;P&gt;   if xvbap-matkl ne ztab-matkl and&lt;/P&gt;&lt;P&gt;     ztab-matkl = ' '.&lt;/P&gt;&lt;P&gt; message s302(z1).&amp;lt;---error message.&lt;/P&gt;&lt;P&gt;-.......&lt;/P&gt;&lt;P&gt; say if we select more than one item line (say lv_count &amp;gt;0)then&lt;/P&gt;&lt;P&gt; message s303(z1).&amp;lt;---error message.&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;if all the above validations are ok then&lt;/P&gt;&lt;P&gt; call screen 6001 ( a pop up screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 01:20:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116966#M107742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T01:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116967#M107743</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;form tag-tag.&lt;/P&gt;&lt;P&gt;read ivbap with key posnr = ivbap-posnr.&lt;/P&gt;&lt;P&gt;if ivbap-selkz ne 'x'.&lt;/P&gt;&lt;P&gt;message s301(z1).&amp;lt;----error message&lt;/P&gt;&lt;P&gt;EXIT. &amp;lt;========================================&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read xvbap with key posnr=xvbap-posnr.&lt;/P&gt;&lt;P&gt;if xvbap-matkl ne ztab-matkl and&lt;/P&gt;&lt;P&gt;ztab-matkl = ' '.&lt;/P&gt;&lt;P&gt;message s302(z1).&amp;lt;---error message.&lt;/P&gt;&lt;P&gt;EXIT. &amp;lt;========================================&lt;/P&gt;&lt;P&gt;-.......&lt;/P&gt;&lt;P&gt;say if we select more than one item line (say lv_count &amp;gt;0)then&lt;/P&gt;&lt;P&gt;message s303(z1).&amp;lt;---error message.&lt;/P&gt;&lt;P&gt;EXIT. &amp;lt;========================================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SCREEN 6001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So after calling message do an EXIT statament, in this way the system'll leave the form without to do the rest of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the call of popup at the end of the routine: the system can run that statament only if all controlls are ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 01:28:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116967#M107743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T01:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116968#M107744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Max,&lt;/P&gt;&lt;P&gt;what will be the screen status after the EXIT after the error message. &lt;/P&gt;&lt;P&gt;For example if user selects 2 item line, which results in error, the screen which will be presented to the user after the exit, should show the the both item lines as slected with an error at the bottom. In this way the user can de select one of the selected lines.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 01:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116968#M107744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T01:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116969#M107745</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;The user'll see the same situation, if you want to do that, you have to manage it into your user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to deselect the items, it's easy because you need only to clear the field SELKZ of internal table IVBAP, but I don't believe it'll easy ton place the item (where the error occurs) to top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should update the field TOP_LINE of table control:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read ivbap with key posnr = ivbap-posnr.&lt;/P&gt;&lt;P&gt;if ivbap-selkz ne 'x'.&lt;/P&gt;&lt;P&gt;message s301(z1).,&amp;lt;----error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Get index of record:&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;READ TABLE XVBAP WITH KEY POSNR = IVBAP-POSNR&lt;/P&gt;&lt;P&gt;                                  TRANSPORTING NO FIELDS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCTRL_U_ERF_AUFTRAG-TOP_LINE = SY-TABIX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXIT.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCTRL_U_ERF_AUFTRAG is the table control, i don't know if it'll work: try!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2006 02:10:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116969#M107745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-12T02:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116970#M107746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello every one,&lt;/P&gt;&lt;P&gt;After the error encounter ( now this has be declared as errors instead of success messages), the calling screen (say 1) freezes. Now want the it to be active so tht the user can select another function.&lt;/P&gt;&lt;P&gt;(screen 1 is sapmv45a and screen to is a pop-up/modal screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 22:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116970#M107746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T22:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116971#M107747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help!! please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 22:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116971#M107747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T22:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116972#M107748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The user has to fix the error and press enter. Then the button that was pressed will take effect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:03:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116972#M107748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116973#M107749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; Here is the scenario. If user selects a item line which dosn't contain data according to the requirement, it throws an error. Initially the error message as success message s502(z1)...but as success message processes, it calls the pop up screen which is displayed. But when it encounters the message, it must able to display message at the bottem, still as success but must not call the second screen.&lt;/P&gt;&lt;P&gt;How we achevie that.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116973#M107749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116974#M107750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you raise the message, set a flag. Then, when you process the ok-code to see if you still want to go to that screen or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116974#M107750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116975#M107751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How we set up the flag.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;flag(1) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement1&lt;/P&gt;&lt;P&gt; if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;   flag = 'x'.&lt;/P&gt;&lt;P&gt;    message s501(z1).&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;statement2&lt;/P&gt;&lt;P&gt; if sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;   flag = 'x'.&lt;/P&gt;&lt;P&gt;    message s501(z1).&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt; *&lt;/P&gt;&lt;P&gt;if flag = ' '.&lt;/P&gt;&lt;P&gt;call screen 2.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;Is this how we do it. If not please let me know.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116975#M107751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116976#M107752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks ok - why don't you just try it? (Make sure the flag is globally defined.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:30:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116976#M107752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116977#M107753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt; As the message is on stnadard sap screen sampv45a (sales order). The screen still freezes.&lt;/P&gt;&lt;P&gt;I have the validations on user exit for the SO screen.&lt;/P&gt;&lt;P&gt; stmt1&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; message1&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; stmt2&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; message2&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; stmt3&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt; message3&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call screen 2.&lt;/P&gt;&lt;P&gt;Now it triggers the error but freezes the screen if message type is 'E'. it displays the message and calls screen 2 if mssg type is 'S'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help!&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2006 23:50:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/1116977#M107753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-18T23:50:56Z</dc:date>
    </item>
  </channel>
</rss>

