<?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: Code in LSMW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280119#M496388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt; double click on the process_error control should lead to the corresponding routine......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 May 2007 17:27:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-30T17:27:26Z</dc:date>
    <item>
      <title>Code in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280116#M496385</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;In one of the existing LSMW object, in the step -"Field Mapping and conversion rule", they have written some code for one field's mapping and conversion. The code is calling a subroutine and has few parameter values. Where should I look for this code to look into the subroutine and parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 15:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280116#M496385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T15:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Code in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280117#M496386</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;Check the examples in the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/lsmw.html" target="test_blank"&gt;http://www.sapmaterial.com/lsmw.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html" target="test_blank"&gt;http://www.sapbrain.com/TUTORIALS/TECHNICAL/LSMW_tutorial.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 15:31:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280117#M496386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T15:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280118#M496387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the field 'kunnr', I see the below code (part of the code..)&lt;/P&gt;&lt;P&gt;Source:  CUST_KNA1-KUNNR (CUSTOMER MASTER)&lt;/P&gt;&lt;P&gt;Code:    clear: l_error_flag .&lt;/P&gt;&lt;P&gt;         data: l_kunnr like kna1-kunnr.&lt;/P&gt;&lt;P&gt;         if not cust_kna1-kunnr is initial.&lt;/P&gt;&lt;P&gt;         &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; E1KNA1M-KUNNR = CUST_KNA1-KUNNR.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;           e1kna1m-kunnr = '/' .&lt;/P&gt;&lt;P&gt;         else.&lt;/P&gt;&lt;P&gt;           l_error_flag = 'X'.&lt;/P&gt;&lt;P&gt;           recordid = 'Customer Number is blank'.&lt;/P&gt;&lt;P&gt;           perform process_error using c_interface&lt;/P&gt;&lt;P&gt;                                       recordid&lt;/P&gt;&lt;P&gt;                                       c_data_erro&lt;/P&gt;&lt;P&gt;                                       '/GMEU/ZE'&lt;/P&gt;&lt;P&gt;                                       'Customer N&lt;/P&gt;&lt;P&gt;                                        cust_kna1-&lt;/P&gt;&lt;P&gt;                                       space&lt;/P&gt;&lt;P&gt;                                       space.&lt;/P&gt;&lt;P&gt;         endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, where should I go look for the code to look inside the sub-routine "process_error"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 16:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280118#M496387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T16:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Code in LSMW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280119#M496388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uma,&lt;/P&gt;&lt;P&gt; double click on the process_error control should lead to the corresponding routine......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 17:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-in-lsmw/m-p/2280119#M496388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T17:27:26Z</dc:date>
    </item>
  </channel>
</rss>

