<?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: Recording in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878380#M675869</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;    PERFORM BDC_DYNPRO USING 'SAPMF02D' '1326'.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD USING 'BDC_OKCODE' '=VW'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    PERFORM BDC_DYNPRO USING 'SAPMF02D' '1324'.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD  USING 'BDC_OKCODE' '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above your passing the OK_CODE that means if you do some action on that only it passes to the next scren &lt;/P&gt;&lt;P&gt;if that action is related to  =VW then only it wil alllow to go to the next screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i think if you remove that it will pass directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull/&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 08:46:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-05T08:46:11Z</dc:date>
    <item>
      <title>Recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878376#M675865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;here is the some part of the vd01 transaction record. There will be no data in these screens and I want to pass it but it does not pass when run the session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SAPMF02D	0326	X                                        	    	 	BDC_CURSOR	RF02D-KUNNR
                BDC_OKCODE	=VW
SAPMF02D	0324	X                                        	    	 	BDC_CURSOR	KNVP-PARVW(01)
                BDC_OKCODE	=VW
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program code for this screen is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 PERFORM BDC_DYNPRO USING 'SAPMF02D' '1326'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE' '=VW'.


    PERFORM BDC_DYNPRO USING 'SAPMF02D' '1324'.
    PERFORM BDC_FIELD  USING 'BDC_OKCODE' '=VW'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I have missed?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878376#M675865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878377#M675866</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;&lt;/P&gt;&lt;P&gt;You had writen in the correct way &lt;/P&gt;&lt;P&gt;what problem ur facing in that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878377#M675866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T08:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878378#M675867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have run the session and when it comes to these screens I have to hit enter key. I do not want that.&lt;/P&gt;&lt;P&gt;It should go itself.&lt;/P&gt;&lt;P&gt;What can I do...&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878378#M675867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T08:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878379#M675868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Deniz.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OK_code should be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDC_OKCODE	= '/00'  "Enter key . you can check this in SHDB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878379#M675868</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-10-05T08:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Recording</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878380#M675869</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;    PERFORM BDC_DYNPRO USING 'SAPMF02D' '1326'.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD USING 'BDC_OKCODE' '=VW'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    PERFORM BDC_DYNPRO USING 'SAPMF02D' '1324'.&lt;/P&gt;&lt;P&gt;    PERFORM BDC_FIELD  USING 'BDC_OKCODE' '=VW'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above your passing the OK_CODE that means if you do some action on that only it passes to the next scren &lt;/P&gt;&lt;P&gt;if that action is related to  =VW then only it wil alllow to go to the next screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i think if you remove that it will pass directly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull/&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 08:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/recording/m-p/2878380#M675869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T08:46:11Z</dc:date>
    </item>
  </channel>
</rss>

