<?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: Basic Data Upload to MATERIAL  Using LSMW is not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610313#M1438846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try with small ABAP program using FM CREATE_TEXT and pass below values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text name&lt;/P&gt;&lt;P&gt; Language &lt;/P&gt;&lt;P&gt;Text-ID &lt;/P&gt;&lt;P&gt;Text object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Feb 2010 15:51:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-01T15:51:36Z</dc:date>
    <item>
      <title>Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610308#M1438841</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;  we are using LSMW    &lt;STRONG&gt;/SAPDMC/SAP_LSMW_IMPORT_TEXTS&lt;/STRONG&gt;  program to upload the  basic text of the material, all steps are executed correctly and shows  records are transfered correctly , but the  in MM03 the text is not uploading..&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EPROC_PILOT - MASTER - TEXT_UPLOAD Basic long text 1line

 Field Mapping and Rule

        /SAPDMC/LTXTH                  Long Texts: Header

            Fields

                OBJECT                       Texts: Application Object
                                    Rule :   Constant
                                    Code:    /SAPDMC/LTXTH-OBJECT = 'MATERIAL'.
                NAME                         Name
                                    Source:  LONGTEXT-NAME (Name)
                                    Rule :   Transfer (MOVE)
                                    Code:    /SAPDMC/LTXTH-NAME = LONGTEXT-NAME.
                ID                           Text ID
                                    Source:  LONGTEXT-ID (Text ID)
                                    Rule :   Transfer (MOVE)
                                    Code:    /SAPDMC/LTXTH-ID = LONGTEXT-ID.
                SPRAS                        Language Key
                                    Source:  LONGTEXT-SPRAS (Language Key)
                                    Rule :   Transfer (MOVE)
                                    Code:    /SAPDMC/LTXTH-SPRAS = LONGTEXT-SPRAS.
                                             * Caution: Source field is longer than target field

            /SAPDMC/LTXTL                  Long Texts: Row
            /SAPDMC/LTXTL                  Long Texts: Row

                Fields

                    TEXTFORMAT                   Tag column
                                        Rule :   Constant
                                        Code:    /SAPDMC/LTXTL-TEXTFORMAT = 'L'.
                    TEXTLINE                     Text Line
                                        Source:  LONGTEXT-TEXTLINE (Text Line)
                                        Rule :   Transfer (MOVE)
                                        Code:    /SAPDMC/LTXTL-TEXTLINE = LONGTEXT-TEXTLINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and at last it displaying as follws&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LSM Workbench: Convert Data For EPROC_PILOT, MASTER, TEXT_UPLOAD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2010/02/01 - 10:14:25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File Read:          EPROC_PILOT_MASTER_TEXT_UPLOAD.lsmw.read&lt;/P&gt;&lt;P&gt;File Written:       EPROC_PILOT_MASTER_TEXT_UPLOAD.lsmw.conv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transactions Read:                    1&lt;/P&gt;&lt;P&gt;Records Read:                         1&lt;/P&gt;&lt;P&gt;Transactions Written:                 1&lt;/P&gt;&lt;P&gt;Records Written:                      2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;can any one tell us what could be problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;Channappa Sajjanar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 09:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610308#M1438841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610309#M1438842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your posting is a bit hard to decipher, but based on your last line it looks as if you're just running the conversion program, but not the actual program that then executes the transactions. Ignore my posting if I'm wrong, but if not, I'd suggest you use once the LSMW transaction directly to execute the conversion step and the the program which does the actual load...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 09:50:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610309#M1438842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610310#M1438843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , thanks for your reply,&lt;/P&gt;&lt;P&gt;  i run the all the steps .&lt;/P&gt;&lt;P&gt;  when i run the program it gives message as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Legacy System Migration Workbench

Project:                              EPROC_PILOT     eProcurement Pilot
Subproject:                           MASTER          Master data Upload / Change
Object:                               TEXT_UPLOAD     Basic long text 1line
File :                                EPROC_PILOT_MASTER_TEXT_UPLOAD.lsmw.conv

Long Texts in Total:                  1
Successfully Transferred Long Texts:  1
Non-Transferred Long Texts:           0&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 10:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610310#M1438843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T10:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610311#M1438844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;a direct input program inserts the text into the  table without checking.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you dont see the text when oyu open the material master, then you just loaded data into STXH and STXL table that does not match with the key of your material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What content do you have in field &lt;/P&gt;&lt;P&gt;Text name  ? it should be the material number. think about leading zeros!!!&lt;/P&gt;&lt;P&gt;Language ?  The load program expects a 1 character input e.g. E for english or 1 for chinese.&lt;/P&gt;&lt;P&gt;Text-ID ?       for basic data text it should be  GRUN &lt;/P&gt;&lt;P&gt;Text objekt ?     should be MATERIAL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 12:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610311#M1438844</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2010-02-01T12:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610312#M1438845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  Jürgen L ,&lt;/P&gt;&lt;P&gt;    i have checked all the points u have mentioned .. everything is perfect .. even  i have debugged the program .. all the FM used are  executing correctly with subrc eq 0.&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;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt;Channappa Sajjanar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 13:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610312#M1438845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T13:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610313#M1438846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try with small ABAP program using FM CREATE_TEXT and pass below values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text name&lt;/P&gt;&lt;P&gt; Language &lt;/P&gt;&lt;P&gt;Text-ID &lt;/P&gt;&lt;P&gt;Text object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Feb 2010 15:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610313#M1438846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-01T15:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610314#M1438847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you find your LSMW created records with SE16 in table STXH ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just search with Text id, text object and creator and creation date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you found entries that you dont see in MM03, then create a basic data text in MM02. &lt;/P&gt;&lt;P&gt;Then find this new entry in STXH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now compare the LSMW created record with the manual created record in all the key fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2010 15:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610314#M1438847</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2010-02-02T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610315#M1438848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had the same problem with you and I resolved by enter material number as 18 character as its length.&lt;/P&gt;&lt;P&gt;example: in upload file should enter material number like 000000000000000035 not 35.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 18:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610315#M1438848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-20T18:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basic Data Upload to MATERIAL  Using LSMW is not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610316#M1438849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if your material number is numeric, then this certainly correct.&lt;/P&gt;&lt;P&gt;but this depends on customizing, If the Lexicographical indicator is set, the system ignores the setting of the Leading zeros indicator.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 23:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/basic-data-upload-to-material-using-lsmw-is-not-working/m-p/6610316#M1438849</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2011-01-20T23:17:42Z</dc:date>
    </item>
  </channel>
</rss>

