<?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: screen/tabstrip in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708249#M310033</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 the below code,just execute it and give a sales doc no.,it will take u to the va03 transaction 2nd screen directly as u needed(skipping the 1st screen to input as it is done in the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can even use VBAK table instead of VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;parameter:p_vbeln like vbap-vbeln.&lt;/P&gt;&lt;P&gt;data:v_vbeln like vbap-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;select vbeln into v_vbeln from vbap where vbeln = p_vbeln.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'AUN' field v_vbeln.&lt;/P&gt;&lt;P&gt;          call transaction 'VA03' and skip first screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;do assign points if it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sowjanya suggula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Nov 2006 12:35:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-10T12:35:27Z</dc:date>
    <item>
      <title>screen/tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708248#M310032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    can we directly go to a particular screen/tabstrip in a  transaction such as va03 .&lt;/P&gt;&lt;P&gt;i want to go directly from my prog to the schdule line tabstrip in item-overview tabstrip  in first screen of va03 transaction by just passing the sales document no from my program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hemant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 12:18:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708248#M310032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T12:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: screen/tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708249#M310033</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 the below code,just execute it and give a sales doc no.,it will take u to the va03 transaction 2nd screen directly as u needed(skipping the 1st screen to input as it is done in the program)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can even use VBAK table instead of VBAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;parameter:p_vbeln like vbap-vbeln.&lt;/P&gt;&lt;P&gt;data:v_vbeln like vbap-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;select vbeln into v_vbeln from vbap where vbeln = p_vbeln.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set parameter id 'AUN' field v_vbeln.&lt;/P&gt;&lt;P&gt;          call transaction 'VA03' and skip first screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;do assign points if it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        sowjanya suggula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 12:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708249#M310033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T12:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: screen/tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708250#M310034</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;U have to create a little bdc and run it by CALL TRANSACTION in error mode:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Start VA03&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM BDC_DYNPRO      USING 'SAPMV45A' '0102'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'VBAK-VBELN'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '/00'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'VBAK-VBELN'&lt;/P&gt;&lt;P&gt;                                &amp;lt;SALES ORDER&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Choose item &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=POPO'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RV45A-MABNR(01)'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_DYNPRO      USING 'SAPMV45A' '0251'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                'RV45A-POSNR'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=POSI'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'RV45A-POSNR'&lt;/P&gt;&lt;P&gt;                                &amp;lt;ITEM&amp;gt;.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Go to tabstrip                                &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  PERFORM BDC_DYNPRO      USING 'SAPMV45A' '4001'.&lt;/P&gt;&lt;P&gt;  PERFORM BDC_FIELD       USING 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                '=PDE3'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL TRANSACTION 'VA03' USING BDCDATA&lt;/P&gt;&lt;P&gt;                   MODE   'E'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 12:38:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708250#M310034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T12:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: screen/tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708251#M310035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After using the Call Transaction .... Statement, you can use the SET CURSOR POSITION &amp;lt;Field-name&amp;gt;.&lt;/P&gt;&lt;P&gt;Field-name is the screen field name on which the cursor resides when the transaction is executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers..&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;P.S. Mark Usefull Answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 12:48:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708251#M310035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T12:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: screen/tabstrip</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708252#M310036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do it using bdc CALL TRANSACTION method,if you want to run in the A mode it ll show you all the screen than it ll go there but if you take any wrong data and run the bdc than it ll take you to this particular field, while recording make it ok but while passing the data , pass the data wrongly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2006 12:52:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-tabstrip/m-p/1708252#M310036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-10T12:52:00Z</dc:date>
    </item>
  </channel>
</rss>

