<?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: Back to previous screen with data after error message in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451320#M1649531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your support,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think for this particular Tcode : MB1B and badi : MB_DOCUMENT_BADI,&lt;/P&gt;&lt;P&gt;we can only process it once in one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if we come back to previous screen by&lt;/P&gt;&lt;P&gt;SET SCREEN sy-dynnr.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;the data will be lost and if u put material data again and SAVE,&lt;/P&gt;&lt;P&gt;it will go in DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because standard code is allowing mb1b in one go only.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;FORM buchen_ausfuehren.&lt;/P&gt;&lt;P&gt;   DATA:&lt;/P&gt;&lt;P&gt;      ls_dm07m            TYPE dm07m,                        "N_763381&lt;/P&gt;&lt;P&gt;      ls_vm07m            TYPE vm07m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   STATICS: statics_lock TYPE char1.                        "note 446057&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   def_break 'BUCHEN_AUSFUEHREN'.                            "#EC *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;statics_lock secures that BUCHEN_AUSFUEHREN is only processed once!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IF statics_lock = x.                                     "note 446057&lt;/P&gt;&lt;P&gt;     MESSAGE x372(m7).                                      "note 446057&lt;/P&gt;&lt;P&gt;   ENDIF.                                                   "note 446057&lt;/P&gt;&lt;P&gt;   statics_lock = x.                                        "note 446057&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i ll try to get its general solution,&lt;/P&gt;&lt;P&gt;That if we want to break the flow at particular point and agin to start from the same point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me if you get any such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jan 2012 12:31:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-04T12:31:00Z</dc:date>
    <item>
      <title>Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451306#M1649517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to give error message in BADI -  'ZMB_DOCUMENT_BADI' if some criteria is not satisfied while using MB1B T-Code.&lt;/P&gt;&lt;P&gt;My Requirement is to come back to the previous screen with all the data entered (Vendor , Material, Quantity, Location )and it should allow to edit or enter new record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 11:36:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451306#M1649517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T11:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451307#M1649518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to set sy-dynnr screen value before error message and see if it works...but are you throwing error message in it it will disable the screen input please try to use  parameters for error log...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 12:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451307#M1649518</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-30T12:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451308#M1649519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I remember to have used badi for MB1a transaction. mb_check_line_badi~check_line.&lt;/P&gt;&lt;P&gt;But after givin error i was not able to come back to the screen with all inputs enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is the limitation of this BADI for MB transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2011 12:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451308#M1649519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-30T12:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451309#M1649520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lalit/nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use S or I message type and leave to screen sy-dynnr&lt;/P&gt;&lt;P&gt;it ll be back to the same screen and entered data ll be lost.&lt;/P&gt;&lt;P&gt;if we provide data on the same screen again it will giv error again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any how could it be possibe to return to the same screen without loosing the data on it&lt;/P&gt;&lt;P&gt;and after editing data it processes.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:39:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451309#M1649520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-02T09:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451310#M1649521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont use leave to screen bro...Just set sy-DYNNR before throwing I/S message and then after message try with return statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451310#M1649521</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-02T09:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451311#M1649522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try Message E display like I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2012 09:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451311#M1649522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-02T09:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451312#M1649523</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;'Display like' doesnt work in 4.6c v&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i dint get how return could help for coming back to previous screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any other type of message is used without using leave to screen/transation it process the flow&lt;/P&gt;&lt;P&gt;and document is posted.&lt;/P&gt;&lt;P&gt;I want to remain to the previous screen and process to stop there,&lt;/P&gt;&lt;P&gt;the document not to be posted.&lt;/P&gt;&lt;P&gt;so that after editing the data we can post it.&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, 03 Jan 2012 04:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451312#M1649523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-03T04:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451313#M1649524</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;Try with SET SCREEN ..&lt;/P&gt;&lt;P&gt;              LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renuka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 04:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451313#M1649524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-03T04:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451314#M1649525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this move the values to an structure as in the first screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the second screen when the error message triggers just fill the first screen values with the values from that structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use status or information message because error message stops the execution of the program at that point and demands for input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this i think this will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still have queries please revert back to me i will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 05:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451314#M1649525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-03T05:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451315#M1649526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Renuka/ Sri Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave screen dosent seem working for it as in MB1B we are provinding dates, plant and movement type&lt;/P&gt;&lt;P&gt;on second screen we are giving the material detail, so set and leave screen will loose the data of first screen and when we save again it ll giv error and wont allow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri , thanks for the idea,&lt;/P&gt;&lt;P&gt;we have structures xmseg, xmkpf in the badi itself where the data is stored&lt;/P&gt;&lt;P&gt;even after giving S/I message we can get data from them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in implementing it.&lt;/P&gt;&lt;P&gt;like what can i do after giving message. (MESSAGE S000(YM) TEXT.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 07:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451315#M1649526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-03T07:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451316#M1649527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the memory id for each field on the screen and try once. that should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 07:07:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451316#M1649527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-03T07:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451317#M1649528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried return statement after message?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 07:31:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451317#M1649528</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2012-01-03T07:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451318#M1649529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is perhaps not possible, read [Note 1315985 - FAQ: BAdI MB_DOCUMENT_BADI|https://service.sap.com/sap/support/notes/1315985]&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;STRONG&gt;Question:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can you use the BAdI MB_DOCUMENT_BADI to carry out checks during goods movements?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Answer:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Generally speaking, the BAdI MB_DOCUMENT_BADI is not designed to check the entries for a goods movement.  Therefore, there are no parameters to return messages from the BAdI (for example).  You can still use the method MB_DOCUMENT_BEFORE_UPDATE to check the data.  However, error messages that occur in the BAdI lead to a dump.  See Note 385830 for further information about this.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;- If you were in a more recent version you could have tried MB_CHECK_LINE_BADI, which was not available in 46c.&lt;/P&gt;&lt;P&gt;- In an old version like 46c, you could try to divert the EXIT_SAPMM07M_001 (MBCF0002) to raise an error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 10:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451318#M1649529</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-01-03T10:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451319#M1649530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for this usefull information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My main concern is to  come back to previous screen and process to stop at the point, the criteria is not satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put all the code to check the conditions in badi and the message as well, could be S/I.&lt;/P&gt;&lt;P&gt;Can i stop the process flow and go back to the screen with all the data maintained on it, so that the wrong data could be changed instead of writing all data again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any how could it be possible?&lt;/P&gt;&lt;P&gt;Even i had the same case while dealing with ME22N Tcode where i was to come back to previous screen but i was unable to do the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 08:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451319#M1649530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T08:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451320#M1649531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all for your support,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think for this particular Tcode : MB1B and badi : MB_DOCUMENT_BADI,&lt;/P&gt;&lt;P&gt;we can only process it once in one go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even if we come back to previous screen by&lt;/P&gt;&lt;P&gt;SET SCREEN sy-dynnr.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;the data will be lost and if u put material data again and SAVE,&lt;/P&gt;&lt;P&gt;it will go in DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because standard code is allowing mb1b in one go only.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;FORM buchen_ausfuehren.&lt;/P&gt;&lt;P&gt;   DATA:&lt;/P&gt;&lt;P&gt;      ls_dm07m            TYPE dm07m,                        "N_763381&lt;/P&gt;&lt;P&gt;      ls_vm07m            TYPE vm07m.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   STATICS: statics_lock TYPE char1.                        "note 446057&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   def_break 'BUCHEN_AUSFUEHREN'.                            "#EC *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;statics_lock secures that BUCHEN_AUSFUEHREN is only processed once!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   IF statics_lock = x.                                     "note 446057&lt;/P&gt;&lt;P&gt;     MESSAGE x372(m7).                                      "note 446057&lt;/P&gt;&lt;P&gt;   ENDIF.                                                   "note 446057&lt;/P&gt;&lt;P&gt;   statics_lock = x.                                        "note 446057&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i ll try to get its general solution,&lt;/P&gt;&lt;P&gt;That if we want to break the flow at particular point and agin to start from the same point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me if you get any such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 12:31:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451320#M1649531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-04T12:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451321#M1649532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using&lt;/P&gt;&lt;P&gt;Message I000(msg_class) Disply Like 'E'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2012 14:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451321#M1649532</guid>
      <dc:creator>former_member209920</dc:creator>
      <dc:date>2012-01-04T14:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451322#M1649533</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;Display like dosent work in 4.6c v.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2012 05:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451322#M1649533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-05T05:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Back to previous screen with data after error message</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451323#M1649534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this particular BADI, it could pe processed only once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 07:28:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/back-to-previous-screen-with-data-after-error-message/m-p/8451323#M1649534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T07:28:13Z</dc:date>
    </item>
  </channel>
</rss>

