<?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: LSMW TEST RUN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979508#M950476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of this? The "convert data" step does not change anything in the database yet (unless you quickly and dirtily code that into conversion logic...).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 14:42:22 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-06-19T14:42:22Z</dc:date>
    <item>
      <title>LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979505#M950473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any method to do LSMW test run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on LSMW for FB01 with standar batch program RFBIBL00. Is there any option to do test run the records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in BAPIS we will be having a flag where we can check the data. Is this function is avalible in LSMW recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urgent...... Plz.........-.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Feroz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979505#M950473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T14:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979506#M950474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is independent of the LSMW.&lt;/P&gt;&lt;P&gt;RFBIBL00 has an option "check file only", which might serve your purpose.&lt;/P&gt;&lt;P&gt;Speaking about own recordings, no test run possible, unless the recorded transaction itself allows for one.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:19:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979506#M950474</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-19T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979507#M950475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Feroz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write the code for the same.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. define one variable like pc_test in global data event in 5th step of LSMW ie field mappings and conversion step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: PC_TEST AS CHECKBOX DEFAULT 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. do all the validations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. If pc_test = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the end of transaction step write the code like......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF pc_test = 'X'.&lt;/P&gt;&lt;P&gt;  skip_transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats it, it will not transfer the records for further process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see this parameter in convert data step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:36:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979507#M950475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T14:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979508#M950476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the use of this? The "convert data" step does not change anything in the database yet (unless you quickly and dirtily code that into conversion logic...).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979508#M950476</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-19T14:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979509#M950477</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;Basically it is used for the validation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before converting the data if you want to do any kind of validation to check whether the records are properly passing to load or not and not only that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;espcially in bapi and idoc method we can directly create the idocs from convert data step. So before doing that if we check this test run check box nothing will happen that means records will not transfer to idocs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bottom line , its a kind of simulation mode. In my project, before I load the data i run the file in test mode if there would be any errors or anything I notify this to  process team for their approval.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979509#M950477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T14:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979510#M950478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used to work with LSMW for three years (many years ago...), but only with methods "standard" and "recording". No problem there if a flat file with converted data is created or not.&lt;/P&gt;&lt;P&gt;Your check makes good sense to me in the BAPI/IDoc context. I think for RFBIBL00 (standard method) it might not be required.&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 14:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979510#M950478</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-19T14:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979511#M950479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the solutions.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But  i wan to do the test run for the batch record created by standarded program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we click the check file only option in RFBIBL00, it will is not doing all the checkings......So i wan to do test run for the batch record in sm35. where i can find out errors populated by screen....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 15:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979511#M950479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T15:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979512#M950480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately there is no such test option to my knowledge. All you could do is run the session in foreground, and type in "/n" into the command box just before it would do the posting. You can do that for a few transactions to see if it looks OK, but not for &lt;EM&gt;all&lt;/EM&gt; transactions, obviously. Also, you would not run through all checks, since some only kick in once you really post the document.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 15:37:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979512#M950480</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-19T15:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979513#M950481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Thomas Zloch´. I have founded some some enhancement Sport in ECC 6.0, Where i can exit form the program by wtiting the code before updating the posting to date base....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we have to acitvate the code and run the test run... if we wnat to post the documents we have to deactivate the code...But i am looking SAP had given any option for test run the batch job.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 08:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979513#M950481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T08:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW TEST RUN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979514#M950482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me................SAP had given any option to test runn the batch recording.... SM35....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-test-run/m-p/3979514#M950482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:27:50Z</dc:date>
    </item>
  </channel>
</rss>

