<?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: VK11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822141#M919237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we get the final screen of VK 11 with all values populated ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 11:44:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T11:44:00Z</dc:date>
    <item>
      <title>VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822133#M919229</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;&lt;/P&gt;&lt;P&gt;I have done a Report, for this report output, I am doing a BDC for transaction VK11 based on the report output. The BDC is done in the background. The user wants to see the screen for VK11 with all the above updated data from report output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822133#M919229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822134#M919230</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;After the BDC, u can put a button on click of it u can call the transaction using CALL transaction passing the appropriate condition type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822134#M919230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822135#M919231</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;Thanks for the quick response. In my Report Output I have a button called Updated VK11. Clicking on this button, the BDC would happen in the back-ground using the report output details. Now the user wants to see the screen with the above data and then save or change accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:26:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822135#M919231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822136#M919232</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;Please try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'VKS' FIELD LV_VK11.&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VK11' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If its useful reward points&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822136#M919232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822137#M919233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gowri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would call the transaction VK11 without any data. I want the report data to be populated in VK11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gunjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:29:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822137#M919233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822138#M919234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u can do is run the BDC in ALL screen mode, so that the user can c the screens as well as he can change the data during the run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822138#M919234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822139#M919235</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;Othere wise make it BDC_MODE to ALL SCREEN DISPLAY and do the test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822139#M919235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822140#M919236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All Screen Mode with all the pop-ups would confuse the end-users.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822140#M919236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822141#M919237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can't we get the final screen of VK 11 with all values populated ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:44:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822141#M919237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822142#M919238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think the user would get confused with the pop-ups as he would be very well aware of the screens in which the data goes &lt;/P&gt;&lt;P&gt;and also for ur next query abt having the last screen of VK11, then the user wont be able to change the data of all the initial screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822142#M919238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822143#M919239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first two screens are not much important, the user wants the last screen, and also that is where our report data is also getting populated. If I can somehow stop at this screen it would be fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GUnjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822143#M919239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822144#M919240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont think that is possible as far as my knowledge goes. Instead u can explain the options available with you to the enduser and the shortcomings of each as well. Check what he/she has to say.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably some one else could have the answer for ur query &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822144#M919240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822145#M919241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Call Transaction use COMMIT work. This saves the records without even coming out of the Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After COMMIT, Put another Call Transaction for VK13 by passing the inputs and skipping the first screen. Think in that direction. This might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know incase you are not clear with this and reward if its useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sitharamaraju K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 11:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822145#M919241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T11:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: VK11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822146#M919242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gunjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Close the thread if your issue is solved with the correct solution as it could help others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 12:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/vk11/m-p/3822146#M919242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T12:52:43Z</dc:date>
    </item>
  </channel>
</rss>

