<?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 using bapi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972333#M948828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;welcome to sdn...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am providing links pls see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/Bank/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/Bank/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 12:59:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T12:59:25Z</dc:date>
    <item>
      <title>lsmw using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972331#M948826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Everybody.Can anyone tell me about lsmw using bapi.Actually i want to know that while going for maintain ports in bapi-lsmw we r providing a function module name.This fm name is different for differnt types of data,correct?&lt;/P&gt;&lt;P&gt;    For example we r using fm edi_path_create_date_time for uploading material master data.This is standard for  material master or, some rules or, some manual steps r there to find out the function module name.&lt;/P&gt;&lt;P&gt;can anyone please help me out to work out with  the above problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanking you in advance....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for reply.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PRASANT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 12:29:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972331#M948826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T12:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972332#M948827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will be giving these function modules while u r creating the &lt;STRONG&gt;FILE PORT&lt;/STRONG&gt; in WE21 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In order to prevent unprocessed files being overwritten, you use function modules which generate file or directory names dynamically, that is to say, at runtime. SAP recommends the module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDI_PATH_CREATE_CLIENT_DOCNUM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which names every file differently (namely, with the number of the first IDoc contained in the file and of the client).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the output value every function module must deliver a "complete file name", that is, a character string from directory and file names. The file system then operates with these complete names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dependencies&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The function modules can derive the complete file names from your entries for the directory and for the file. Function modules delivered by SAP ignore the file specification, that is to say you can leave this field empty in the port definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your SAP system runs on several operating systems it is recommended that you use a logical directory instead of an explicit ("physical") directory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case SAP recommends the function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDI_LPATH_CREATE_CLIENT_DOCNUM,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which derives a physical directory from the logical directory and the respective operating system. The file name is derived as EDI_PATH_CREATE_CLIENT_DOCNUM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must notify the system of the function modules you have written via &lt;STRONG&gt;control -&amp;gt; generate file name&lt;/STRONG&gt; (in the initial screen of the IDoc interface).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can find the function modules in these tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;EDIFM           IDoc: Function modules for creating file names



 EDIFMT         IDoc: Text table for EDIFM (funct. module for file names



 EDIPO          Table for description of ports for EDI



 EDIPOD         Table for File Port Definitions&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 12:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972332#M948827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T12:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972333#M948828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;welcome to sdn...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am providing links pls see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/BAPIinLSMW/BL1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/Tutorials/LSMW/Bank/page1.htm" target="test_blank"&gt;http://www.saptechnical.com/Tutorials/LSMW/Bank/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 12:59:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972333#M948828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T12:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: lsmw using bapi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972334#M948829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Refer this links also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sap-data-migration.htm" target="test_blank"&gt;http://www.sap-img.com/sap-data-migration.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/saptech/lsmw.htm" target="test_blank"&gt;http://www.sapgenie.com/saptech/lsmw.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf" target="test_blank"&gt;http://sapabap.iespana.es/sapabap/manuales/pdf/lsmw.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary" target="test_blank"&gt;http://www.sap.info/public/INT/int/glossary/int/glossaryletter/Word-17643ed1d6d658821_glossary/L#Word-17643ed1d6d658821_glossary&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 09:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3972334#M948829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T09:01:55Z</dc:date>
    </item>
  </channel>
</rss>

