<?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: SM30 Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072211#M973642</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gave the wrong guy the points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 09:56:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T09:56:04Z</dc:date>
    <item>
      <title>SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072198#M973629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's assume I am loading 1000 records using LSMW&lt;/P&gt;&lt;P&gt;and I am running this in background mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 500th record, then 657th and so on... record didn't get loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I go to SM35 or SM35P and download the log file to the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this log file does not contain info like which PERNR[personnel number] or say[material number] failed to get loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It gives a vague information like data for so and so screen not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is ---is there any way to know which records failed to get loaded based on our Input data. Example.... the PERNR or MATNR and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Hari Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 12:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072198#M973629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T12:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072199#M973630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best possible way is to  run the session in SM35 again with mode "Errors Only". System will stop at that point and you can correct the error and continue processing for next record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naimesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072199#M973630</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2008-06-27T13:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072200#M973631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is a typical problem with the LSMW and I have solved it like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the data mapping logic, you enter simple ABAP code that does a SELECT SINGLE on the relevant table, e.g. MARA. If the record is found, you fire a SKIP_TRANSACTION. This way, you can run the convert data step again and end up with only those records that were not successfully created yet. You can repeat this over and over until all records have been loaded.&lt;/P&gt;&lt;P&gt;For changing data it is more complicated, you would need to read the entire data and compare with the new data after conversion, skipping transactions where the data is unchanged.&lt;/P&gt;&lt;P&gt;Also, internal numbering can be a problem, but that would exceed the scope here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 13:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072200#M973631</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-27T13:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072201#M973632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naimesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have been doing that till now.&lt;/P&gt;&lt;P&gt;running it in display errors only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if there are many records with errors. we obviously wouldnt want to change them interactively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We will be running in background mode for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any further inputs are welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 14:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072201#M973632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T14:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072202#M973633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Thomas for the inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would appreciate if you can throw some more light with few lines of actual code and where to write it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming in step," Maintain translation and user defined routines"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if I am right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2008 14:32:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072202#M973633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-27T14:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072203#M973634</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;no, this code needs to be added in step "Maintain Field Mapping and Conversion Rules". I would choose field "MATNR" to place code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select count(*) from mara where matnr = source-matnr.
if sy-subrc = 0.
  skip_transaction.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 07:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072203#M973634</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-30T07:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072204#M973635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe the above code will allow me to enter only those records which failed to load previously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is there anyway to find out in the log file itself which records or MATNR failed to load. I want to see in the log file...so and so  MATNR failed to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Lets say 200 MATNR's failed to load. I would obviuosly want to rectify the errors somewhere and then run the session again with only these 200 rectified records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are getting my point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again thank you for answering,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Hari Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:23:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072204#M973635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072205#M973636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that some screen field or screen has been missed,,, Please note that some transactions have Different screen sequence for different value inputs.. FOr Example in QP01... If you select Quantitative field the sequence of screens and screen no's are diff from that of Qualitative field.. Though the screen may look similar at points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do a proper re-recording to find any such changes...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this idea will help you...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072205#M973636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072206#M973637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing wrong with the recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have been loading around 2000 employee records for each infotype through PA30 transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am saying is that the Log file doesnot show which PERNR[ Personnel number or Employee number ] failed to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does tell us that so and so  row number failed to load. But it does not tell us which PERNR failed to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inputs please.&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;Hari Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072206#M973637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072207#M973638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; But is there anyway to find out in the log file itself which records or MATNR failed to load. I want to see in the log file...so and so  MATNR failed to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not possible, I'm afraid, you have to work with the messages that the application sends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt;  Lets say 200 MATNR's failed to load. I would obviuosly want to rectify the errors somewhere and then run the session again with only these 200 rectified records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's exactly where my idea above is aiming at. You run the "convert data" step again with a new input file, it will only process records that were not loaded previously. The new session will also contain only those records. You run that, if there is still errors, you start over with "convert data" until everything is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is still not what you want, then I am officially retiring from this discussion. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072207#M973638</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-30T09:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072208#M973639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answering Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I know in the first place which MATNR failed to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only when I know that so and so MATNR failed to load will I be able to prepare a new flat file with the rectified records and then run the script you have  written.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ain't I right about this  ?  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warmr egards,&lt;/P&gt;&lt;P&gt;Hari Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072208#M973639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072209#M973640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do "convert data" with the same file as before, only the failed ones will be in the converted data file. Don't create a session yet. Display the converted data, there is your list of failed MATNRs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072209#M973640</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-30T09:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072210#M973641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will solve the issue. That's good enough.&lt;/P&gt;&lt;P&gt;I am closing the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for answering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Hari Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072210#M973641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072211#M973642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gave the wrong guy the points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072211#M973642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072212#M973643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;        I understand the Error.. This error will not show you the PERNR for which the error has occurred..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error occurs only when the BDC does not find the corresponding  field on the next logical screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;VIjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072212#M973643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072213#M973644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;happy to help if I can&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>Mon, 30 Jun 2008 09:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-issue/m-p/4072213#M973644</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-06-30T09:58:52Z</dc:date>
    </item>
  </channel>
</rss>

