<?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: Handle back button in standard tcode . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255528#M1631553</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 don't think you can do it, because what the button BACK has to do is in abap code of standard program (in your case MEMASSPO), so you should change it in order to do what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2011 13:31:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-05T13:31:35Z</dc:date>
    <item>
      <title>Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255527#M1631552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am doing a BDC on standard tcode MEMASSPO which displays the 3rd screen directly of the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now problem is when I press the BACK button on this screen it takes me to the previous screen of the same tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that it should take me to SAP Menu when i click the BACK button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am pasting the BDC code below:&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'MASSSCREEN-VARNAME'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=TAB2'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'MASSSCREEN-VARNAME'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=FIND'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLSPO4' '0300'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'SVALD-VALUE(01)'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=FURT'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'SVALD-VALUE(01)'&lt;/P&gt;&lt;P&gt;                                'ELIKZ'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPMMSDL' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=NEXT'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'MASSFVIEW-FIELDTEXT(02)'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'MASSFVIEW-CHECKBOX(01)'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'MASSFVIEW-CHECKBOX(02)'&lt;/P&gt;&lt;P&gt;                                'X'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLMSMT' '0200'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'NONEXT'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_field       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=OK'.&lt;/P&gt;&lt;P&gt;  PERFORM bdc_dynpro      USING 'SAPLMASS_SEL_DIALOG' '0100'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'MEMASSPO' USING bdcdata MODE 'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 12:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255527#M1631552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-05T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255528#M1631553</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 don't think you can do it, because what the button BACK has to do is in abap code of standard program (in your case MEMASSPO), so you should change it in order to do what you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 13:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255528#M1631553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-05T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255529#M1631554</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;You can do it by appending (at the end of the BDC data) the exit actions when the screen X (the one you get after the BACK button has been pressed) is reached.&lt;/P&gt;&lt;P&gt;As you run the BDC with mode 'E', it will stop the BDC data when SAP sees that screen X from the BDC data is not the screen currently displayed. Then, if the user displays later the screen X, SAP continues to execute the BDC data from screen X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This topic is shortly described here: &lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Batch" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Batch&lt;/A&gt;&lt;EM&gt;Input&lt;/EM&gt;FAQ#BatchInputFAQ-IsitpossibletosimulateANDSKIPFIRSTSCREENusingBDC%3F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 20:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255529#M1631554</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-10-05T20:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255530#M1631555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDC for MEMASSPO ...its strange.....why don't you use BDC for ME21 itself or LSMW... &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;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2011 03:49:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255530#M1631555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-06T03:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255531#M1631556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu. we have the requirement for MEMASSPO as we want to restrict the user to viewing the complete PO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2011 07:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255531#M1631556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-07T07:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255532#M1631557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is solved we have used a BAPI for the requirement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255532#M1631557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-01T11:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handle back button in standard tcode .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255533#M1631558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have used a BAPI_PO_CHANGE FM for updating the PO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Nov 2011 11:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/handle-back-button-in-standard-tcode/m-p/8255533#M1631558</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-01T11:31:10Z</dc:date>
    </item>
  </channel>
</rss>

