<?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 LSMW Transaction Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740481#M1112145</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; how to give LSMW to the end user for  data uploads? if it is going to be transaction code creation please let me know the steps.. i have created one transaction code with lsmw as a transaction but user is going to get all the steps..how can we give the user just a click or two for data transfer..please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 17:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T17:28:05Z</dc:date>
    <item>
      <title>LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740481#M1112145</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; how to give LSMW to the end user for  data uploads? if it is going to be transaction code creation please let me know the steps.. i have created one transaction code with lsmw as a transaction but user is going to get all the steps..how can we give the user just a click or two for data transfer..please help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 17:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740481#M1112145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T17:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740482#M1112146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two possible ways:&lt;/P&gt;&lt;P&gt;- configure the personal user menu so that only the few relevant steps are visible, and grant only Execute-authorization to the user&lt;/P&gt;&lt;P&gt;- mark the conversion object as "periodic" and link the resulting wrapper program to a transaction code&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 17:39:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740482#M1112146</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-29T17:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740483#M1112147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok...if i make the object as periodic still i have the steps , read ,convert and run .....how can i stick to only conversion step..can u explain what to do if i am making it periodic please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 17:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740483#M1112147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T17:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740484#M1112148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you classified as "periodic", there will be a new last step in the LSMW menu (don't know the exact English name now, you'll see it). On the selection screen of that last step, you can find out the program name via "System-&amp;gt;Status".&lt;/P&gt;&lt;P&gt;You can create a custom report transaction for this program that your users can start. They would not see the actual LSMW menus at all. This wrapper program does all the involved steps in one go.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 21:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740484#M1112148</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-10-29T21:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740485#M1112149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot Thomas..am going to try that and will let u know..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 00:26:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740485#M1112149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T00:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740486#M1112150</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;LSMW can be easily executed via transaction SXDA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using direct input or BAPI method yopu can configure the LSMW in SXDa transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will be easy for end user to execute via SXDA rather than LSMW.&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;Shan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 07:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740486#M1112150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T07:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740487#M1112151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me the steps please ..how about if it is recording..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 20:17:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740487#M1112151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T20:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: LSMW Transaction Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740488#M1112152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 16:16:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-transaction-code/m-p/4740488#M1112152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T16:16:54Z</dc:date>
    </item>
  </channel>
</rss>

