<?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 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/3629117#M874200</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       I am working in REAL ESTATE module Business Entity conversion using LSMW-BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me what is &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;File port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tRFC port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partn.Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partner No&lt;/STRONG&gt; in IDOC Inbound processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an new to LSMW - BAPI. Help me urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 06:56:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T06:56:13Z</dc:date>
    <item>
      <title>Lsmw using BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629117#M874200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;       I am working in REAL ESTATE module Business Entity conversion using LSMW-BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please guide me what is &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;File port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;tRFC port&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partn.Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Partner No&lt;/STRONG&gt; in IDOC Inbound processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I an new to LSMW - BAPI. Help me urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashok...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 06:56:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629117#M874200</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T06:56:13Z</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/3629118#M874201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below This link will lead u step by step guide for LSMW WITH bPI Concept.&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;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sankar M&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 06:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629118#M874201</guid>
      <dc:creator>p291102</dc:creator>
      <dc:date>2008-04-16T06:59:38Z</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/3629119#M874202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Transactional RFC :(tRFC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is an asynchronous communication process,meaning that when an idoc is dispatched, The sender does not wait for the idoc to be received on the destination system. Control returns as soon as the idoc is successfully transferred to the communication layer. The IDOC gets a status code of 03 if it is successful. The communication layer must make sure that the idoc is successfully transferred to the destination system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Port Definition&lt;/P&gt;&lt;P&gt;A port is used in an outbound process to define the medium in which documents are transferred to the destination system. ALE uses a tRFC (Transactional Remote Function Call) port, which transfers data in memory buffers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note The EDI process uses file ports to transfer data to the subsystem in a standard text file format.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4930026"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4874226"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4935882"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629119#M874202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:02:07Z</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/3629120#M874203</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;&lt;STRONG&gt;Step-by-Step Guide for using BAPI in LSMW&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This document details the usage of BAPI in LSMW. We have used the example of migration of the purchase order data into SAP.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pre-requisites:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is assumed that the reader of this article has the minimum knowledge required on the Business Object, BAPI, Message Types and IDoc Types.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step-by-Step Procedure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details of the BAPI used in this scenario:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Object: BUS2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method:   CreateFromData  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details of Message Type and Basic IDoc Type:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message Type:     PORDCR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic IDoc Type: PORDCR02  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let&amp;#146;s have a look at the BAPI first, before proceeding to the LSMW:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Transaction BAPI &lt;/P&gt;&lt;P&gt;Click on Search Button &lt;/P&gt;&lt;P&gt;Enter the value &amp;#147;BUS2012&amp;#148; and select &amp;#147;Obj.type(Technical Object Name&amp;#148; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press ENTER &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the left side of the screen, Expand the &amp;#147;PurchaseOrder&amp;#148;. &lt;/P&gt;&lt;P&gt;Select &amp;#147;PurchaseOrder&amp;#148; and double-click on the same for details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Building LSMW using BAPI:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.      Go to Transaction LSMW.&lt;/P&gt;&lt;P&gt;2.      Enter the Project, Subproject and Object information and click on CREATE.&lt;/P&gt;&lt;P&gt;3.      Enter the descriptions for Project, Subproject and Object as prompted.&lt;/P&gt;&lt;P&gt;4.      Now select Settings à IDoc Inbound Processing&lt;/P&gt;&lt;P&gt;5.      &amp;#147;IDoc Inbound Processing&amp;#148; screen appears. Enter the required details as shown below:&lt;/P&gt;&lt;P&gt;6.      Click on &amp;#147;Activate IDoc Inbound Processing&amp;#148;.&lt;/P&gt;&lt;P&gt;7.      Click on &amp;#147;Yes&amp;#148; when prompted for &amp;#147;Activate IDoc Inbound?&amp;#148;&lt;/P&gt;&lt;P&gt;8.      Hit on &amp;#147;Back&amp;#148; to return to the main screen.&lt;/P&gt;&lt;P&gt;9.      Click on Continue (F8). Following Screen appears:&lt;/P&gt;&lt;P&gt;10.  Select the Step 1 &amp;#147;Maintain Object Attributes&amp;#148; and select &amp;#147;Execute&amp;#148;.&lt;/P&gt;&lt;P&gt;11.  Select the radio button &amp;#147;Business Object Method&amp;#148; and enter the following details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Business Object: BUS2012&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method: CreateFromData&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hit ENTER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12.  Save and click on BACK button. Following information message is displayed.&lt;/P&gt;&lt;P&gt;13.  Now select step 2 &amp;#147;Maintain Source Structures&amp;#148; and click &amp;#147;Execute&amp;#148;.&lt;/P&gt;&lt;P&gt;14.  In this step, we need to maintain the source structure. In our example, lets consider the example of a file with 2 structures Head and Item data as shown below:  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Create and name the source structure as HEADERDATA. Now select HEADERDATA and click on &amp;#147;Create&amp;#148; again to create the child structure. Following popup appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select &amp;#147;Lower Level&amp;#148; and click on Continue. Enter the Item data structure name.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click Save and hit BACK button to go to the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;15.  Select step 3 &amp;#147;Maintain Source Fields&amp;#148; and hit execute.&lt;/P&gt;&lt;P&gt;16.  Enter the fields &lt;/P&gt;&lt;P&gt;17.  Click SAVE and return to main screen.&lt;/P&gt;&lt;P&gt;18.  Select step 4 &amp;#147;Maintain Structure Relations&amp;#148; and click Execute.&lt;/P&gt;&lt;P&gt;Select E1PORDCR and click on CREATE RelationShip. Following screen appears:&lt;/P&gt;&lt;P&gt;Select HEADERDATA and hit ENTER&lt;/P&gt;&lt;P&gt;Similarly do the same for the structure E1BPEKKOA, E1BPEKPOC and E1BPPEKET.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Click Save and return to main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;19.  Select the step &amp;#147;Maintain Field Mapping and Conversion Rules&amp;#148; and click on execute. Maintain the Field Mapping as seen below:&lt;/P&gt;&lt;P&gt;20.  Select step 7 &amp;#147;Maintain Source Files&amp;#148; and provide the link for the test file created. (Create a test file with the same structure as defined earlier).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Save and return to main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;21.  Select the step &amp;#147;Assign Files&amp;#148; and click on Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign the file provided to the source structure. Here the same file is provided for both the structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and return to the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;22.  Select the step &amp;#147;Read Data&amp;#148; and click on Execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on Execute.&lt;/P&gt;&lt;P&gt;Return to the main screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;23.  Select the step &amp;#147;Display read data&amp;#148; and click on execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the structure name to get the field level values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;24.  Return to main screen and now select &amp;#147;Convert Data&amp;#148;.&lt;/P&gt;&lt;P&gt;25.  Return to the main screen and select &amp;#147;Display Converted data&amp;#148;.&lt;/P&gt;&lt;P&gt;26.  Return to main screen and select &amp;#147;Start IDoc generation&amp;#148;.&lt;/P&gt;&lt;P&gt;27.  Now select the step &amp;#147;Start IDoc Processing&amp;#148; on the main screen.&lt;/P&gt;&lt;P&gt;28.  Return to main screen and click on &amp;#147;Create IDoc overview&amp;#148;. Here the data record and status records of the IDoc could be viewed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or check this link...&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629120#M874203</guid>
      <dc:creator>ak_upadhyay</dc:creator>
      <dc:date>2008-04-16T07:21:42Z</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/3629121#M874204</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&lt;/P&gt;&lt;P&gt;&lt;A href="http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI" target="test_blank"&gt;http://esnips.com/doc/ef04c89f-f3a2-473c-beee-6db5bb3dbb0e/LSMW-with-BAPI&lt;/A&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;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629121#M874204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:34:29Z</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/3629122#M874205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks AK,I too needed this info.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629122#M874205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:44:49Z</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/3629123#M874206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;    I am trying to load the date field in SAP using bapi in lsmw.&lt;/P&gt;&lt;P&gt;The default date is 01.01.1900.&lt;/P&gt;&lt;P&gt;the data is read correctly,even converted correctly(upto step-13).The data displyed after conversion is absolutely correct ie-01011900.But in idocs processing,loading is getting failed as i am getting an error like 'Month 19 is not pausible' in idoc overview.&lt;/P&gt;&lt;P&gt;If anybody know..how to recover please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2008 07:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lsmw-using-bapi/m-p/3629123#M874206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-20T07:01:54Z</dc:date>
    </item>
  </channel>
</rss>

