<?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: Random words in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664341#M1446809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:
lv_cnt(3)    TYPE n,
lv_text(30)  TYPE c.


DO 20 TIMES.
  lv_cnt =  sy-index.
  CONCATENATE 'test' lv_cnt INTO lv_text
  SEPARATED BY space.
* build rest of DB-Record and insert here
ENDDO.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Mar 2010 07:31:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-05T07:31:46Z</dc:date>
    <item>
      <title>Random words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664340#M1446808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;for test issues I want to insert a few data records in my database with random words. I think there is no FB. &lt;/P&gt;&lt;P&gt;The best would be if the words would make any sense but I think this might be very difficult. &lt;/P&gt;&lt;P&gt;Is there any way?&lt;/P&gt;&lt;P&gt;Thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664340#M1446808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T07:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Random words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664341#M1446809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA:
lv_cnt(3)    TYPE n,
lv_text(30)  TYPE c.


DO 20 TIMES.
  lv_cnt =  sy-index.
  CONCATENATE 'test' lv_cnt INTO lv_text
  SEPARATED BY space.
* build rest of DB-Record and insert here
ENDDO.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664341#M1446809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T07:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Random words</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664342#M1446810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works fine &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; Simple but nice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:46:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/random-words/m-p/6664342#M1446810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T07:46:27Z</dc:date>
    </item>
  </channel>
</rss>

