<?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 Read Data shortdump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671659#M296808</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 encountered 'DATASET_CANT_CLOSE' instead when reading data file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The current program, "/1CADMC/SAP_LSMW_READ_00000097", had to be terminated because a capacity limit has been reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception will be dealt with in more detail&lt;/P&gt;&lt;P&gt;    below. The exception, assigned to the class 'CX_SY_FILE_CLOSE', was not caught,which led to a runtime error. The reason for this exception is:&lt;/P&gt;&lt;P&gt;    This is probably due to a very large dataset, for which there are&lt;/P&gt;&lt;P&gt;    insufficient resources in your installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The file "ZAC_CUST_REC.lsmw.read" could not properly be closed by the operating&lt;/P&gt;&lt;P&gt;     system.&lt;/P&gt;&lt;P&gt;    The probable cause is that data sets buffered by the operating system&lt;/P&gt;&lt;P&gt;    after they were passed by the ABAP Processor in a previously processed&lt;/P&gt;&lt;P&gt;    TRANSFER statement were supposed to be written to the database before&lt;/P&gt;&lt;P&gt;    the file was closed. This could not be completed properly because not&lt;/P&gt;&lt;P&gt;    enough room was available in the file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    File: " "&lt;/P&gt;&lt;P&gt;    Error number: 28&lt;/P&gt;&lt;P&gt;    Error text: "No space left on device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What i understand from the error message is that the system has ran out of space....am i right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Nov 2006 09:20:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-14T09:20:14Z</dc:date>
    <item>
      <title>LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671649#M296798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys..&lt;/P&gt;&lt;P&gt;I'm currently testing out on LSMW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to create new material for transaction MM01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i click on Step 9: Read Data&lt;/P&gt;&lt;P&gt;i get a shortdump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The current ABAP program had to be terminated becaus&lt;/P&gt;&lt;P&gt;    ABAP processor detected an internal system error.&lt;/P&gt;&lt;P&gt;    The current ABAP program "/1CADMC/SAP_LSMW_READ_0000&lt;/P&gt;&lt;P&gt;     because the ABAP&lt;/P&gt;&lt;P&gt;    processor discovered an invalid system state.&lt;/P&gt;&lt;P&gt;    1:   SQL error&lt;/P&gt;&lt;P&gt;    2:   Invalid value in call&lt;/P&gt;&lt;P&gt;    3:   Screen number in header (field DNUM) and in ID&lt;/P&gt;&lt;P&gt;    4:   Internal error in the database interface&lt;/P&gt;&lt;P&gt;    8:   Memory filled (used up)&lt;/P&gt;&lt;P&gt;    16:  Buffer too small for data&lt;/P&gt;&lt;P&gt;    32:  Unkown table in call&lt;/P&gt;&lt;P&gt;    64:  Invalid selection&lt;/P&gt;&lt;P&gt;    128: Object with this key exists more than once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my source Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       MM01SS                    MM01 Source Structure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           MATNR                          C(018)    Material&lt;/P&gt;&lt;P&gt;           MBRSH                          C(001)    Industry Sector&lt;/P&gt;&lt;P&gt;           MTART                          C(004)    Material Type&lt;/P&gt;&lt;P&gt;           MEINS                          C(003)    Base Unit Of Measure&lt;/P&gt;&lt;P&gt;           MAKTX                          C(040)    Material Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below are links to the field mapping stuff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://img93.imageshack.us/img93/4043/1ju0.jpg"&amp;gt;Screen shot 1&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://img167.imageshack.us/img167/3240/2rn4.jpg"&amp;gt;Screen shot 2&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dummy.txt is having :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNR	MBRSH	MTART	MEINS	MAKTX&lt;/P&gt;&lt;P&gt;AC26	I	aa	BAG	xxx1&lt;/P&gt;&lt;P&gt;AC27	I	bb	BAG	xxx2&lt;/P&gt;&lt;P&gt;AC28	I	aa	BAG	xxx3&lt;/P&gt;&lt;P&gt;AC29	I	bb	BAG	xxx4&lt;/P&gt;&lt;P&gt;AC30	I	aa	BAG	xxx5&lt;/P&gt;&lt;P&gt;AC31	I	bb	BAG	xxx6&lt;/P&gt;&lt;P&gt;AC32	I	aa	BAG	xxx7&lt;/P&gt;&lt;P&gt;AC33	I	bb	BAG	xxx8&lt;/P&gt;&lt;P&gt;AC34	I	aa	BAG	xxx9&lt;/P&gt;&lt;P&gt;AC35	I	bb	BAG	xxx10&lt;/P&gt;&lt;P&gt;AC36	I	aa	BAG	xxx11&lt;/P&gt;&lt;P&gt;AC37	I	bb	BAG	xxx12&lt;/P&gt;&lt;P&gt;AC38	I	aa	BAG	xxx13&lt;/P&gt;&lt;P&gt;AC39	I	bb	BAG	xxx14&lt;/P&gt;&lt;P&gt;AC40	I	aa	BAG	xxx15&lt;/P&gt;&lt;P&gt;AC41	I	bb	BAG	xxx16&lt;/P&gt;&lt;P&gt;AC42	I	aa	BAG	xxx17&lt;/P&gt;&lt;P&gt;AC43	I	bb	BAG	xxx18&lt;/P&gt;&lt;P&gt;AC44	I	aa	BAG	xxx19&lt;/P&gt;&lt;P&gt;AC45	I	bb	BAG	xxx20&lt;/P&gt;&lt;P&gt;AC46	I	aa	BAG	xxx21&lt;/P&gt;&lt;P&gt;AC47	I	bb	BAG	xxx22&lt;/P&gt;&lt;P&gt;AC48	I	aa	BAG	xxx23&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did i leave out anything?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671649#M296798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671650#M296799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  The reasons that i could guess are 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Your input file contains some fields with values which dont match with the data type that u have declared in your source structure. Normally you dont get any errors saying type conversion failed.&lt;/P&gt;&lt;P&gt;2. You dont have authorization to access the logical file names that you have mentioned to write the data that you have read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:10:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671650#M296799</guid>
      <dc:creator>former_member283648</dc:creator>
      <dc:date>2006-11-14T08:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671651#M296800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oh yea, one more thing , the file assigning part&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Files&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Legacy Data          On the PC (Frontend)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Test data                      C:\Documents and Settings\XXXXXXX\Desktop\dummy.txt&lt;/P&gt;&lt;P&gt;                                           Data for One Source Structure (Table)&lt;/P&gt;&lt;P&gt;                                           Separator Tabulator&lt;/P&gt;&lt;P&gt;                                           Field Names at Start of File&lt;/P&gt;&lt;P&gt;                                           With Record End Indicator (Text File)&lt;/P&gt;&lt;P&gt;                                           Code Page ASCII&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Legacy Data          On the R/3 server (application server)&lt;/P&gt;&lt;P&gt;        Imported Data        File for Imported Data (Application Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Imported Data                  TEST_CREATE_MATERIAL.lsmw.read&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Converted Data       File for Converted Data (Application Server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            Converted Data                 TEST_CREATE_MATERIAL.lsmw.conv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Wildcard Value       Value for Wildcard '*' in File Name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671651#M296800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671652#M296801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  May be check once if u have authorization to access the file &amp;lt;b&amp;gt;TEST_CREATE_MATERIAL.lsmw.read&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671652#M296801</guid>
      <dc:creator>former_member283648</dc:creator>
      <dc:date>2006-11-14T08:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671653#M296802</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;Sorry but how do i check that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671653#M296802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671654#M296803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but its actually this error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The current ABAP program had to be terminated because the&lt;/P&gt;&lt;P&gt;    ABAP processor detected an internal system error.&lt;/P&gt;&lt;P&gt;    The current ABAP program "/1CADMC/SAP_LSMW_READ_00000099" had to be terminated&lt;/P&gt;&lt;P&gt;     because the ABAP&lt;/P&gt;&lt;P&gt;    processor discovered an invalid system state.&lt;/P&gt;&lt;P&gt;    1:   SQL error&lt;/P&gt;&lt;P&gt;    2:   Invalid value in call&lt;/P&gt;&lt;P&gt;    3:   Screen number in header (field DNUM) and in ID differ&lt;/P&gt;&lt;P&gt;    4:   Internal error in the database interface&lt;/P&gt;&lt;P&gt;    8:   Memory filled (used up)&lt;/P&gt;&lt;P&gt;    16:  Buffer too small for data&lt;/P&gt;&lt;P&gt;    32:  Unkown table in call&lt;/P&gt;&lt;P&gt;    64:  Invalid selection&lt;/P&gt;&lt;P&gt;    128: Object with this key exists more than once&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671654#M296803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671655#M296804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Seems you are doing LSMW from a very short span of time, u will come across these kind of problems very often, in your case, goto Application server and search for file containing /1CADMC/SAP_LSMW_READ_0000(conv) and delete it and repeat from the 6th step, it will be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers...&lt;/P&gt;&lt;P&gt;Santosh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Mark usefull Points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 08:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671655#M296804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T08:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671656#M296805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for your post..&lt;/P&gt;&lt;P&gt;but.erm..Where is it again? Transaction AL11? can't seem to find it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:06:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671656#M296805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671657#M296806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  You can check that if your file is there in the transaction AL11. It will be in the directory DIR_SAPUSERS                 ./. Also make sure the source structure data types and the file you are feeding in are same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671657#M296806</guid>
      <dc:creator>former_member283648</dc:creator>
      <dc:date>2006-11-14T09:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671658#M296807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried looking everywhere but no avail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The source structure data types and the file are the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671658#M296807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671659#M296808</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 encountered 'DATASET_CANT_CLOSE' instead when reading data file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The current program, "/1CADMC/SAP_LSMW_READ_00000097", had to be terminated because a capacity limit has been reached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    An exception occurred. This exception will be dealt with in more detail&lt;/P&gt;&lt;P&gt;    below. The exception, assigned to the class 'CX_SY_FILE_CLOSE', was not caught,which led to a runtime error. The reason for this exception is:&lt;/P&gt;&lt;P&gt;    This is probably due to a very large dataset, for which there are&lt;/P&gt;&lt;P&gt;    insufficient resources in your installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The file "ZAC_CUST_REC.lsmw.read" could not properly be closed by the operating&lt;/P&gt;&lt;P&gt;     system.&lt;/P&gt;&lt;P&gt;    The probable cause is that data sets buffered by the operating system&lt;/P&gt;&lt;P&gt;    after they were passed by the ABAP Processor in a previously processed&lt;/P&gt;&lt;P&gt;    TRANSFER statement were supposed to be written to the database before&lt;/P&gt;&lt;P&gt;    the file was closed. This could not be completed properly because not&lt;/P&gt;&lt;P&gt;    enough room was available in the file system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    File: " "&lt;/P&gt;&lt;P&gt;    Error number: 28&lt;/P&gt;&lt;P&gt;    Error text: "No space left on device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What i understand from the error message is that the system has ran out of space....am i right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Nov 2006 09:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671659#M296808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-14T09:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671660#M296809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After trying out some stuff at STEP 7(Specify Files)&lt;/P&gt;&lt;P&gt;I've change from &lt;/P&gt;&lt;P&gt;AC_CREATE_MATERIAL.lsmw.read&lt;/P&gt;&lt;P&gt;AC_CREATE_MATERIAL.lsmw.conv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to one of my friend's lsmw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CW_CREATE_MATERIAL.lsmw.read&lt;/P&gt;&lt;P&gt;CW_CREATE_MATERIAL.lsmw.conv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And it works. I manage to read the file from local pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after trying again, I'm getting this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MR3: SAP System Message:&lt;/P&gt;&lt;P&gt;Work process re-started, session terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something wrong with my AC_CREATE_MATERIAL.lsmw.read? or .conv?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 01:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671660#M296809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T01:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Read Data shortdump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671661#M296810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Each time i try to create my own imported data for lsmw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It always says &lt;/P&gt;&lt;P&gt;Unable to write to/read file.&lt;/P&gt;&lt;P&gt;"AC_CREATE_MATERIAL.lsmw.read"&lt;/P&gt;&lt;P&gt;Operating system message: No space left on device&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Nov 2006 01:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-read-data-shortdump/m-p/1671661#M296810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-15T01:40:44Z</dc:date>
    </item>
  </channel>
</rss>

