<?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 SM35 Batch input recording test data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm35-batch-input-recording-test-data/m-p/9677000#M1766744</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 just finished create 1 t.code by batch input recording.&lt;/P&gt;&lt;P&gt;how to create test data maybe 100 records and feed into this batch input session please.&lt;/P&gt;&lt;P&gt;I see button create test data . but i not know what to do next.&lt;/P&gt;&lt;P&gt;pls advise..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Sep 2013 07:45:23 GMT</pubDate>
    <dc:creator>manthana_c</dc:creator>
    <dc:date>2013-09-15T07:45:23Z</dc:date>
    <item>
      <title>SM35 Batch input recording test data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm35-batch-input-recording-test-data/m-p/9677000#M1766744</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 just finished create 1 t.code by batch input recording.&lt;/P&gt;&lt;P&gt;how to create test data maybe 100 records and feed into this batch input session please.&lt;/P&gt;&lt;P&gt;I see button create test data . but i not know what to do next.&lt;/P&gt;&lt;P&gt;pls advise..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 07:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm35-batch-input-recording-test-data/m-p/9677000#M1766744</guid>
      <dc:creator>manthana_c</dc:creator>
      <dc:date>2013-09-15T07:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: SM35 Batch input recording test data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm35-batch-input-recording-test-data/m-p/9677001#M1766745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After creating the program from SHDB, edit it get the data from the input file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use the parameters statement to accept the input of the text file (path):&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;parameters: p_file like rlgrap-filename.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create an internal table that contains the structure of the import file.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;data: begin of itab occurs 10,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;vendor like lfa1-lifnr,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;name like lfa1-name1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;city like lfa1-ort01,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in; text-indent: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;zip&amp;nbsp; like lfa1-pstlz,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-left: .5in;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;end of itab.&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Move all the values from itab into your BDC program. &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Execute the program.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Test the results of your program by going to transaction &lt;STRONG&gt;SM35&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If you forget the name of your session, click on the &lt;STRONG&gt;overview&lt;/STRONG&gt; button.&amp;nbsp; You should be able to see your session in the ‘&lt;STRONG&gt;&lt;EM&gt;Session still to be processed&lt;/EM&gt;&lt;/STRONG&gt;’ area.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman';"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Double-click&lt;/STRONG&gt; on your session:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Click on &lt;STRONG&gt;Process&lt;/STRONG&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system will now walk you through the batch process for your text file.&amp;nbsp; Notice the values that are given to each field during this walk through.&amp;nbsp; In the future, you may run this process in ‘Background’ mode if you are importing thousands of records, rather than just a few.&amp;nbsp; This is a good test to see if your program can successfully run the text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the batch process completes, you will the window with message of Session processing status. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;To check the log, go back to &lt;STRONG&gt;SM35&lt;/STRONG&gt; and click overview.&amp;nbsp; Select your session and click on &lt;STRONG&gt;Log&lt;/STRONG&gt; from the toolbar.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will see the results from your successful batch input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more details, see this link. &lt;/P&gt;&lt;P&gt;&lt;CITE&gt;www-bcf.usc.edu/~anthonyb/itp321/BDC/BDC.doc&lt;/CITE&gt;‎&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Sep 2013 08:47:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm35-batch-input-recording-test-data/m-p/9677001#M1766745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-09-15T08:47:49Z</dc:date>
    </item>
  </channel>
</rss>

