<?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 Dynamic Data Decleration in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679724#M1767035</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi People ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have to declare data dynamically . In my requirement there is an internal table in which there will be some record , I have to put loop on the internal table and declare data dynamically with the same name that is there in internal table ..&amp;nbsp; &lt;/P&gt;&lt;P&gt;Ex.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="85" style="border: 1px solid rgb(0, 0, 0); width: 97px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;BB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CC&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I will put above internal table in loop and I have to dynamically declare data with character 2 with the name AA, BB, CC.&lt;/P&gt;&lt;P&gt;Please suggest me the coding for this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Aug 2013 18:14:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-20T18:14:30Z</dc:date>
    <item>
      <title>Dynamic Data Decleration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679724#M1767035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi People ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have to declare data dynamically . In my requirement there is an internal table in which there will be some record , I have to put loop on the internal table and declare data dynamically with the same name that is there in internal table ..&amp;nbsp; &lt;/P&gt;&lt;P&gt;Ex.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="85" style="border: 1px solid rgb(0, 0, 0); width: 97px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Category&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;BB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;CC&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I will put above internal table in loop and I have to dynamically declare data with character 2 with the name AA, BB, CC.&lt;/P&gt;&lt;P&gt;Please suggest me the coding for this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 18:14:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679724#M1767035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-20T18:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Data Decleration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679725#M1767036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firstly a direct solution will not be possible....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create a dynamic table with the field names as AA, BB, CC and create a line type of this dynamic table and use that with field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to define a dynamic tab and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Dynamic+Internal+table"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Dynamic+Internal+table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need further help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679725#M1767036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Data Decleration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679726#M1767037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yakub ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; first of all thanks for your reply . See I just have to create dynamic variable with name AA, BB, CC .&lt;/P&gt;&lt;P&gt;similar to &lt;/P&gt;&lt;P&gt;&amp;nbsp; Data aa(2) type c .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Data bb(2) type c .&lt;/P&gt;&lt;P&gt;&amp;nbsp; Data cc(2) type c .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 06:55:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679726#M1767037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T06:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Data Decleration</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679727#M1767038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Kumar I understand but how will you address something you don't know the name.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SO you will need to collate these as a structure assignment you can referit directly in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still if you insist there is a possible solution of creating the entire report itself dynamically with include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/tips/dynamic/dyn_prog.htm"&gt;http://www.sapdev.co.uk/tips/dynamic/dyn_prog.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 07:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-data-decleration/m-p/9679727#M1767038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-21T07:13:08Z</dc:date>
    </item>
  </channel>
</rss>

