<?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 session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467886#M554407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do bdc session program from scratch? pls explain me with step by step process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jul 2007 11:11:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-04T11:11:40Z</dc:date>
    <item>
      <title>bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467886#M554407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to do bdc session program from scratch? pls explain me with step by step process?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467886#M554407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T11:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467887#M554408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refer 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="3643862"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:15:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467887#M554408</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-07-04T11:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467888#M554409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where to type the code? and how to execute it? will u pls explain me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467888#M554409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T11:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467889#M554410</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; BDC RECORDING:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1.Use the T/Code - SM35 to get to the BDC Input screen.&lt;/P&gt;&lt;P&gt;2.Press Recording to initiate the recording session.&lt;/P&gt;&lt;P&gt;3.Enter the name of the recording session [start always with Z ] and use the create&lt;/P&gt;&lt;P&gt;function.&lt;/P&gt;&lt;P&gt;4.A popup appears requesting the transaction code to be used in the session. Enter the T/Code and press Enter.&lt;/P&gt;&lt;P&gt;5.The T/Code takes you to the corresponding screen in SAP. Enter the required data and make any changes if necessary. [Do not repeat any cursor movements, i.e., do not go back to a field where data has been changed or entered]. Save the current transaction. During this whole process, the BDC records the movements of the cursor and the data changes made in these fields.&lt;/P&gt;&lt;P&gt;6.Finally, a Batch Input: Recording screen appears, listing the screens, data fields,&lt;/P&gt;&lt;P&gt;etc recorded.&lt;/P&gt;&lt;P&gt;7.Press Get Transaction. Save the recording. &lt;/P&gt;&lt;P&gt;8.Go back [F3] to the previous screen. Press Overview and the Recording: Overview appears. Choose the recording done and press Generate Program. A popup appears and enter the Program name [start the name with Z always] and press Enter. &lt;/P&gt;&lt;P&gt;9.Enter the title of the program in the attributes of the program. Enter the other&lt;/P&gt;&lt;P&gt; attributes - Type - 1[Online program], Status - T[Test program] &amp;amp; Application - *[Not application-specific]. Save the attributes of the program and create the object as a local object.&lt;/P&gt;&lt;P&gt;10. Press Source Code and the code generated by the program is displayed.&lt;/P&gt;&lt;P&gt;11. To check the program created, change the data back to the original values as in the original record. Check the program for any syntax errors. Use the menu path - Program-&amp;gt;Execute. Enter the name of the session and the authorization group  for the session. Press Execute [F8]. Use the T/Code - SM35 to go back to the BDC session overview. Choose the session and process in the background . Go back to the record to see the changes made by the current BDC session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:43:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467889#M554410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T11:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: bdc session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467890#M554411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ameet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first step the tcode is not sm35 it is SHDB&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;CAPC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2007 11:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-session/m-p/2467890#M554411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-04T11:52:43Z</dc:date>
    </item>
  </channel>
</rss>

