<?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 Variables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746049#M901313</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;&lt;/P&gt;&lt;P&gt;   In the program variables are defined in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_tmp type standard table of bapiret2,&lt;/P&gt;&lt;P&gt;wa_tmp type bapiret2,&lt;/P&gt;&lt;P&gt;wa_id type line of tsk_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols:  &amp;lt;r_tmp&amp;gt; type bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain about these variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 04:58:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T04:58:09Z</dc:date>
    <item>
      <title>Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746049#M901313</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;&lt;/P&gt;&lt;P&gt;   In the program variables are defined in the following way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;r_tmp type standard table of bapiret2,&lt;/P&gt;&lt;P&gt;wa_tmp type bapiret2,&lt;/P&gt;&lt;P&gt;wa_id type line of tsk_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols:  &amp;lt;r_tmp&amp;gt; type bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone explain about these variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 04:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746049#M901313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T04:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746050#M901314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;r_tmp type standard table of bapiret2,&lt;/P&gt;&lt;P&gt;this will a table created with the bapiret2 structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_tmp type bapiret2,&lt;/P&gt;&lt;P&gt;this will be the work area with bapiret2 structure...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_id type line of tsk_tab.&lt;/P&gt;&lt;P&gt;this will also be a work ares with str. tsk_tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field-symbols: &amp;lt;r_tmp&amp;gt; type bapiret2.&lt;/P&gt;&lt;P&gt;a field symbol will be created with  bapiret2 structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link for [field-symbols|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3860358411d1829f0000e829fbfe/content.htm].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 05:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746050#M901314</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-05-02T05:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Variables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746051#M901315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Keyur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          data: r_tmp type standard table of bapiret2,&lt;/P&gt;&lt;P&gt;                  wa_tmp type bapiret2,&lt;/P&gt;&lt;P&gt;                  wa_id type line of tsk_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       field-symbols: &amp;lt;r_tmp&amp;gt; type bapiret2.&lt;/P&gt;&lt;P&gt;In this example, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __jive_emoticon_name="info"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;  r_tmp is created as a table with structure of standard table bapiret2.It contains all fields of table bapiret2 by ur definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ii)&lt;/STRONG&gt;  wa_tmp is created as work area ( to hold a single of data only)&lt;/P&gt;&lt;P&gt;with the same structure of bapiret2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(iii)&lt;/STRONG&gt; The syntax of  wa_id type line of tsk_tab is not correct.&lt;/P&gt;&lt;P&gt;it may be wa_id like line of tsk_tab, if tsk_tab is exists as table or wa_id type tsk_tab. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it useful, reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Prasad G.V.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 05:09:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/variables/m-p/3746051#M901315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T05:09:17Z</dc:date>
    </item>
  </channel>
</rss>

