<?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 bdc programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466135#M553835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls tellme information abt bdc programming..&lt;/P&gt;&lt;P&gt;how to start this bdc programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ypr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 05:34:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T05:34:36Z</dc:date>
    <item>
      <title>bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466135#M553835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls tellme information abt bdc programming..&lt;/P&gt;&lt;P&gt;how to start this bdc programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ypr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 05:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466135#M553835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466136#M553836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;GO THRU IT&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bdc.htm" target="test_blank"&gt;http://www.sap-img.com/bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/07/03/bdc-programming/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/07/03/bdc-programming/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 05:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466136#M553836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T05:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466137#M553837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; To start bdc program.&lt;/P&gt;&lt;P&gt;T-Code:SHDB. then selection 'NEW RECORDING' THEN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recording name-&amp;gt; Transaction code(You want to do bdc for which transaction) then procceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF HELPFULL REWARD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:51:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466137#M553837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466138#M553838</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;to start with BDC....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.First prepare the flatfile same like ur internal table structure...&lt;/P&gt;&lt;P&gt;2.do the recordin using SHDB transaction&lt;/P&gt;&lt;P&gt;3.use GUI_UPLOAD function module to transfer data from flatfile to Internal table&lt;/P&gt;&lt;P&gt;4.use call transaction or session method to assign data to sap std transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more info....&lt;/P&gt;&lt;P&gt;search for " what is BDC ?" in forum...&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;A href="http://sap-img.com/bdc.htm" target="test_blank"&gt;http://sap-img.com/bdc.htm&lt;/A&gt; (good for begineers..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;P&gt;BALAJI ( Reward points if this helps u ...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 06:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466138#M553838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T06:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466139#M553839</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;Go to SHDB, click NEW RECORDING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give a name for the recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the T-Code which u want to record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the recording.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then save.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come back and click "PROGRAM"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the Dialog box select "transfer from recording" or the other option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now it'll show you the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;create a flatfile and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any queries let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 07:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466139#M553839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T07:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466140#M553840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;firstly go to the transaction code SHDB.then select new recording after it it processes.the go to ur program a internal table is maintained in which the data is available 4 you calling BDC.then&lt;/P&gt;&lt;P&gt; call transaction 'transaction code' using 'BDCDATATYPE'  itab mode update message into 'msgtyp'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mode and update type&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 07:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466140#M553840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T07:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: bdc programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466141#M553841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BDC upload you need to write a program which created BDC sessions. &lt;/P&gt;&lt;P&gt;Steps: &lt;/P&gt;&lt;P&gt;1. Work out the transaction you would use to create the data manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Use transaction SHDB to record the creation of one material master data. Click the New recording button or the Menu - Recording - Create &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Save the recording, and then go back a screen and go to the overview. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Select the recording and click on Edit - Create Program. Give the program a Z name, and select transfer from recording. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Edit the program. You will see that all the data you entered is hard-coded into the program. You need to make the following changes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.1 After the start-of-selection, Call ws_upload to upload the file (the excel file needs to be saved as TAB separated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.2 After the open-group, Loop on the uploaded data. For each line, perform validation checks on the data, then modify the perform bdc_field commands to use the file data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5.3. After perform bdc_transaction, add the endloop. Execute the program. It will have options to create a batch session or to process directly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look at the beow link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/learning-bdc-programming.htm" target="test_blank"&gt;http://www.sap-img.com/abap/learning-bdc-programming.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 07:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-programming/m-p/2466141#M553841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T07:04:01Z</dc:date>
    </item>
  </channel>
</rss>

