<?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 Perform statements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960060#M946038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between the following statements:&lt;/P&gt;&lt;P&gt;1. PERFORM get_vbap_using_vbak TABLES t_vbak t_vbap.&lt;/P&gt;&lt;P&gt;2. PERFORM get_data TABLES t_vbak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 May 2008 11:16:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-31T11:16:53Z</dc:date>
    <item>
      <title>Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960060#M946038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between the following statements:&lt;/P&gt;&lt;P&gt;1. PERFORM get_vbap_using_vbak TABLES t_vbak t_vbap.&lt;/P&gt;&lt;P&gt;2. PERFORM get_data TABLES t_vbak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960060#M946038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960061#M946039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shreekant Rangrej,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is no much difference between the two statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PERFORM get_vbap_using_vbak TABLES t_vbak t_vbap.
 PERFORM get_data TABLES t_vbak&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;get_vbap_using_vbak&lt;/STRONG&gt;  is the PERFORM NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the First PERFORM statement is using two tables in TABLES PARAMETER.&lt;/P&gt;&lt;P&gt;T_VBAK and T_VBAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960061#M946039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960062#M946040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi the differnece is ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first case the data is filling in one table only ...in the second the data is filling and changing or modifing ..may be u forgotten to write the statement changing in the second perform statement i hope..&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960062#M946040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960063#M946041</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;as such thr is not difference bet the both its jst in 1st call it has 2 tables and in the 2nd it has only 1 table ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:27:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960063#M946041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960064#M946042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear friend,&lt;/P&gt;&lt;P&gt;in one statement we can say both &lt;/P&gt;&lt;P&gt;are the calling syntax for two deifferent from.&lt;/P&gt;&lt;P&gt;1st  is using two table as a refrence &lt;/P&gt;&lt;P&gt;and send one is only refering a single table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at out put level there are so may differences.&lt;/P&gt;&lt;P&gt;pls try and check.&lt;/P&gt;&lt;P&gt;if there is any prob pls keep in touch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yours&lt;/P&gt;&lt;P&gt;vivek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 11:30:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960064#M946042</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T11:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Perform statements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960065#M946043</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;According to me the first one is the correct statement.&lt;/P&gt;&lt;P&gt;Because wen u are creating a perform you write-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform methodname using fieldname &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;perform methodname using internal_table_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is beacuse you are telling the method which parameters or fields to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure about the second syntax.Just try using it,if it works then there is no difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise I jst explained why we write it.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 12:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-statements/m-p/3960065#M946043</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T12:29:05Z</dc:date>
    </item>
  </channel>
</rss>

