<?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: bdc in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514774#M845340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sir&lt;/P&gt;&lt;P&gt;      in real time ,,which is more useful for uploading.   r they useing lsmw(bapi,idoc) methods.&lt;/P&gt;&lt;P&gt;    plz they use give meterial ,  thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Mar 2008 09:24:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-04T09:24:00Z</dc:date>
    <item>
      <title>bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514773#M845339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sir&lt;/P&gt;&lt;P&gt;       how can we use 2 or more trasactions in session method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514773#M845339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514774#M845340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai sir&lt;/P&gt;&lt;P&gt;      in real time ,,which is more useful for uploading.   r they useing lsmw(bapi,idoc) methods.&lt;/P&gt;&lt;P&gt;    plz they use give meterial ,  thank u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:24:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514774#M845340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514775#M845341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use call transaction twice with two different transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in case of session method :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have one BDC_OPEN_GROUP, multiple BDC_INSERT s and one BDC_CLOSE_GROUP.&lt;/P&gt;&lt;P&gt;You should have multiple BDC_INSERT s for multiple transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function BDC_OPENGROUP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 1 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 2 &lt;/P&gt;&lt;P&gt;Build BDC data and cal lBDC_INSERT for transaction 3 &lt;/P&gt;&lt;P&gt;paas the tcodes to bdc_insert.&lt;/P&gt;&lt;P&gt;call function BDC_CLOSE_GROUP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514775#M845341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514776#M845342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Step-By-Step Guide for LSMW using ALE/IDOC Method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part One: To create IDOC structure &lt;/P&gt;&lt;P&gt;Step One: Run transaction WE31.Create Segment with name &amp;#145;ZEMP_SEG&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Two: Input the fields for the segment structure, which would be required in LSMW for mapping purpose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Three: Now, Go to Edit -&amp;gt; Set Release, so that you can use this segment in the R/3 system further.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Four: Run transaction &amp;#145;we30&amp;#146; and enter IDOC structure name we want to create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, IDOC structure name is &amp;#145;ZEMP_IDC&amp;#146;.&lt;/P&gt;&lt;P&gt;Step Five: &lt;/P&gt;&lt;P&gt;(A)Add segment created earlier to this IDOC type &amp;#145;ZEMP_IDC&amp;#146;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The maximum and minimum repetitions can be from 000000000000 to 99999999999.&lt;/P&gt;&lt;P&gt;Choose any number rang as per requirement. &lt;/P&gt;&lt;P&gt;Now, Go back to earlier page and Click Edit-&amp;gt; Set Release. &lt;/P&gt;&lt;P&gt;(B)Create new Message type in transaction &amp;#145;WE81&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(C) Attach message type and IDOC type with the help of transaction &amp;#145;WE82&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Six: Go to transaction &amp;#145;SALE&amp;#146;. Click as marked in red color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now add two logical system names for sender and receiver ex. IDC64 and IDC87. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Seven: Now assign clients to the logical systems created. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the client of your current system as per decision to make that system sender or receiver.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After clicking on to Goto-&amp;gt;Details , you come to following screen. Input receiver system &amp;#145;IDC87&amp;#146; to client 800.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in our LSMW using IDOC method, no need to assign client to sender as we are doing Inbound IDOC Processing (i.e. Receiver side). &lt;/P&gt;&lt;P&gt;Step Eight: Run transaction &amp;#145;WE21&amp;#146; to create File port. Give directory name as the location of your file to be read. Give dummy name for &amp;#145;Outbound file&amp;#146; field. Step Nine: Run &amp;#145;SM59&amp;#146; transaction to create RFC connection. Please make sure here connection type is &amp;#145;T&amp;#146; for TCP/IP . &lt;/P&gt;&lt;P&gt;Step Ten: Run transaction &amp;#145;WE20&amp;#146; to create partner profile for partner of receiver system (IDC87) i.e. sender system (IDC64).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Eleven: Create process code using &amp;#145;WE42&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving this data, you go screen as below to attach function module to the process code. The process code is the representation of the function module for inbound idoc processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Twelve: Now you can use this process code in the inbound parameters of the partner&amp;#146;s profile. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part Two: &lt;/P&gt;&lt;P&gt;Following are the steps to be performed on LSMW side. &lt;/P&gt;&lt;P&gt;Step One: &lt;/P&gt;&lt;P&gt;Enter the project, sub-project and Object name for our scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Two: &lt;/P&gt;&lt;P&gt;Click the first radio button &amp;#145;Maintain Object Attributes&amp;#146; , execute and enter the message name and IDOC name into the screen as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Three: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Maintain Source Structures&amp;#146; and execute to create new source structure as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Four: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Maintain Source Fields&amp;#146; and execute to enter the fields in the source structure. Here these fields are same as the fields in segment of the IDOC created earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Five: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Maintain Structure Relations&amp;#146; and execute to create relationship between source and target structure. Here target structure is Message type &amp;#145;ZEMP_MSG&amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Six: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Maintain Field Mapping and Conversion Rules&amp;#146; and execute to create field mapping and a conversion rules between source structure and target structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Seven: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Maintain Fixed Values, Translations, User-Defined Routines&amp;#146; and execute to assign fixed values to any field, to call user defined routines etc. These activities are not required in our scenario. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Eight: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Specify Files&amp;#146; and execute to assign file on the local workstation to the LSMW to read. The file has contents as shown below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now we specify the location of file here. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Nine: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Specify Files&amp;#146; and execute to specify file to source structure as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Ten:&lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Read Data&amp;#146; and execute to read file from local workstation as per path specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Eleven: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Display Read Data&amp;#146; and execute to display data just read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Twelve: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Convert Data&amp;#146; and execute to create a file with extension &amp;#145;.conv &amp;#146;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Thirteen: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Display Converted Data&amp;#146; and execute to display the converted data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Fourteen: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Start IDoc Generation&amp;#146; and execute to generate the IDOC from the data provided and structure mapping done earlier in this document. For this purpose, we cam use the converted file in step twelve. After successful generation of IDOC, below shown message is displayed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Fifteen: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Start IDoc Processing&amp;#146; and execute to process the IDOC by inputting necessary selection parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step Sixteen: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Create IDoc Overview&amp;#146; and execute to show status and details of IDOC generated. This screen is similar to &amp;#145;WE02&amp;#146; or &amp;#145;WE05&amp;#146; transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here , as you can see , the status of IDOC is OK (Green color Bubble) and hence confirms successful processing of IDOC. &lt;/P&gt;&lt;P&gt;Step Seventeen: &lt;/P&gt;&lt;P&gt;Click radio button &amp;#145;Start IDoc Follow-Up&amp;#146; and execute to reprocess the IDOC if not posted or generated properly initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through following links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Direct Input&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/LSMW/VendorDirectInput/page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/LSMW/VendorDirectInput/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Recording&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/LSMW/VendorRecording/page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/LSMW/VendorRecording/page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;IDoc Method&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/LSMW/IDocMethod/IDocMethod1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/LSMW/IDocMethod/IDocMethod1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BAPI&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/LSMW/MMBAPI/Page1.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/LSMW/MMBAPI/Page1.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you find this as helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:30:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514776#M845342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514777#M845343</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 to the link.&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="2724189"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="33819"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sreelakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Mar 2008 09:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/3514777#M845343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-04T09:33:16Z</dc:date>
    </item>
  </channel>
</rss>

