<?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: Can we use Call transaction method without using BDCDATA structure...If so in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751365#M325824</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     u r absolutely wrong..&lt;/P&gt;&lt;P&gt;                   just go through the abap basics..then answer my qns..&lt;/P&gt;&lt;P&gt;                                                      Regards,&lt;/P&gt;&lt;P&gt;                                                          Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Dec 2006 05:13:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-06T05:13:14Z</dc:date>
    <item>
      <title>Can we use Call transaction method without using BDCDATA structure...If so</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751361#M325820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz give the detail steps...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 03:52:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751361#M325820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T03:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Call transaction method without using BDCDATA structure...If so</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751362#M325821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes definitely... &lt;/P&gt;&lt;P&gt;the syntax is call transaction &amp;lt;t_code&amp;gt;.&lt;/P&gt;&lt;P&gt;there are few additions like skipping 1st screen ... it will skip the 1st screen and take u to the next screen directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 03:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751362#M325821</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2006-12-06T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Call transaction method without using BDCDATA structure...If so</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751363#M325822</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;If you want the transaction to be calledjust for display or if you want to skip the first screen(Provided mandatory values should be passed using set parameter id),you can use call transaction at line-selection or in user command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'VBO' FIELD lw_output-knuma.&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'VBO3' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here lw_output-knuma is the field value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of replay,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 03:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751363#M325822</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-12-06T03:56:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Call transaction method without using BDCDATA structure...If so</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751364#M325823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDCDATA structure is used in case if you use session method to upload the data.&lt;/P&gt;&lt;P&gt;Other wise you don't need this structure.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 03:59:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751364#M325823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T03:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use Call transaction method without using BDCDATA structure...If so</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751365#M325824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     u r absolutely wrong..&lt;/P&gt;&lt;P&gt;                   just go through the abap basics..then answer my qns..&lt;/P&gt;&lt;P&gt;                                                      Regards,&lt;/P&gt;&lt;P&gt;                                                          Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Dec 2006 05:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/can-we-use-call-transaction-method-without-using-bdcdata-structure-if-so/m-p/1751365#M325824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-06T05:13:14Z</dc:date>
    </item>
  </channel>
</rss>

