<?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: Help reqd - Data declaration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601521#M867419</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;I dont think that its a commented statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be Internal table is declared at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, put a break point and execute the program and see what happens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 17:39:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T17:39:54Z</dc:date>
    <item>
      <title>Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601516#M867414</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;I have a problem here. I am analyzing an existing program. This is an active prg in Production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that I see usage of an internal table called '&lt;STRONG&gt;itab1&lt;/STRONG&gt;'. On double clicking on it (to find it's data declaration) it takes no-where. It asks if I would like to create it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In an include program (which in embedded in this main program), I find some declaration as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;STRONG&gt;data: itab&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me understand this? I need to change the data declaration for this 'itab1' for an upgrade. &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;Sanju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601516#M867414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601517#M867415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to &lt;STRONG&gt;SDN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that statement is commented? if it is commented i think it will not takes no where.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncomment it once, double click on it and see.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601517#M867415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601518#M867416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the data declaration and it should not give you any problems.&lt;/P&gt;&lt;P&gt;In stead of declaring the data in the report itself, an include is used to do (all) data declaration. The fact that you don't jump to the data declaration upon double clicking can be caused by the fact that the navigation index is not up to date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this in the menu (utilities I believe) and choose 'update navigation index'. Try this and then again try to double click on itab1. Check if it works now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601518#M867416</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-27T17:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601519#M867417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Naveen.. It's very much uncommented and in use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:38:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601519#M867417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601520#M867418</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 u double clicking the itab it is not taking any more means it is not used or it is called dynamically...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this is done in the oops abap ....&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>Thu, 27 Mar 2008 17:39:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601520#M867418</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601521#M867419</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;I dont think that its a commented statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be Internal table is declared at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, put a break point and execute the program and see what happens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601521#M867419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601522#M867420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure, but this can be a dinamic declaration for this internal table's name using two macro parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This probably is part of a macro which has the parameters &amp;amp;1 and &amp;amp;2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601522#M867420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601523#M867421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Rodrigo.. You are correct.. the 'itab&amp;amp;1' is inside a macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, what's the connection between 'itab1' and 'itab&amp;amp;1'? All I need to do is change the declaration of 'itab1'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can try executing this program but it needs an input file which I dont have a this moment.. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanju S on Mar 27, 2008 6:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:46:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601523#M867421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601524#M867422</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;I believe the definition is made by a macro, something like this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DEFINE INT_TABLE.
  DATA: ITAB&amp;amp;1 LIKE &amp;amp;2 OCCURS 0 WITH HEADER LINE.
END-OF-DEFINITION.

INT_TABLE 1 BKPF.
INT_TABLE 2 BSEG.


START-OF-SELECTION.

  LOOP AT ITAB1.
    LOOP AT ITAB2 WHERE BUKRS = ITAB1-BUKRS
                    AND BELNR = ITAB1-BELNR
                    AND GJAHR = ITAB1-GJAHR.
    ENDLOOP.
  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way I define 2 internal table ITAB1 like BKPF and ITAB2 like BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So u need to find out when that macro is called in order to define ITAB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601524#M867422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601525#M867423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Macros are defined using the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DEFINE conversion.

  if &amp;amp;1 is not initial.
    &amp;amp;2 = c_X.
  else.
    &amp;amp;2 = space.
  endif.
 

END-OF-DEFINITION.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You apply it like described bellow:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  conversion var_1 var_return.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess is that this internal table is being declared using the macro parameter. so, if &amp;amp;1 is valued with "10", that internal table will be named itab10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not quite sure about that, but maybe that's what is happening. Try to find the place where the macro is being called and see if &amp;amp;1 value is '1'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601525#M867423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601526#M867424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Max.. Inside the macro I see this kind of thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE INT_TABLE.&lt;/P&gt;&lt;P&gt;  DATA: ITAB&amp;amp;1 LIKE &amp;amp;2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;But I don't see anything as below in the include program that has the macro definition.&lt;/P&gt;&lt;P&gt;INT_TABLE 1 BKPF.&lt;/P&gt;&lt;P&gt;INT_TABLE 2 BSEG.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601526#M867424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601527#M867425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps it's passing any variable instead of 1...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 17:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601527#M867425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T17:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601528#M867426</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;Yes I know, your macro should have a different name: in my sample I call the macro INT_TABLE, but I suppose it'll be different in your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So go to the macro defination:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE &amp;lt;MACRO NAME&amp;gt;.&lt;/P&gt;&lt;P&gt;  DATA: ITAB&amp;amp;1 LIKE &amp;amp;2 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find out the name of the macro and check where it's used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a table ITAB1 you should find a line similar to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MACRO NAME&amp;gt; 1 &amp;lt;STRUCTURE NAME FOR INTERNAL TABLE&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601528#M867426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601529#M867427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi use this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: test LIKE  CAWN-ATWRT value '20080327',&lt;/P&gt;&lt;P&gt;      out like CAWN-ATFLV .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CTCV_CONVERT_DATE_TO_FLOAT'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    DATE          = test&lt;/P&gt;&lt;P&gt; IMPORTING&lt;/P&gt;&lt;P&gt;   FLOAT         = out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   write:/ out.&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>Thu, 27 Mar 2008 18:02:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601529#M867427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601530#M867428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Max.. I understood your point before itself.. My macro is called 'file_select'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEFINE file_select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*--- Internal table for file contents&lt;/P&gt;&lt;P&gt;  data: itab&amp;amp;1 like &amp;amp;2 occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;more data declarations&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; selection screen definition&lt;/P&gt;&lt;P&gt;END-OF-DEFINITION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I do CNTL F for 'file_select' and don't see in anywhere in that include. Thus I am not able to see what &amp;amp;2 or &amp;amp;1 means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanju S on Mar 27, 2008 7:07 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanju S on Mar 27, 2008 7:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:06:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601530#M867428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601531#M867429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Venkat that wouldn't help.. Later on internal table itab1 aquires value from itab2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1[] = itab2[]. So, I need to change the type of itab1 to suit to that of itab2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601531#M867429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601532#M867430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You searched only in the include or also in the main program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601532#M867430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601533#M867431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601533#M867431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601534#M867432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the code too long?&lt;/P&gt;&lt;P&gt;Could you post it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601534#M867432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Help reqd - Data declaration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601535#M867433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u post all codes in your macro definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 18:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-reqd-data-declaration/m-p/3601535#M867433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T18:19:57Z</dc:date>
    </item>
  </channel>
</rss>

