<?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: ABAP Programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456404#M215723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you appearing for some Interview, I feel that because such sort of Qn's are asked in Interview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SHDB is a recording for determining the data input to the screen sequences for a given transaction. This is captured by SHDB and then using this we can build our BDC programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Batch input methods(BDC Sessions)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the batch input method, an ABAP program reads the external data that is to be entered in the SAP system and stores the data in a &amp;#147;batch input session&amp;#148;. The session records the actions that are required to transfer data into the system using normal SAP transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program has generated the session, you can run the session to execute the SAP transactions in it. You can explicitly start and monitor a session with the batch input management function or have the session run in the background processing system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL TRANSACTION methods&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second method, your program uses the ABAP statement CALL TRANSACTION USING to run an SAP transaction. External data does not have to be deposited in a session for later processing. Instead, the entire batch input process takes place inline in your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to these for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm"&amp;gt;Selecting a Data Transfer Method&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm"&amp;gt;Data Transfer Methods&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jul 2006 10:53:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-17T10:53:10Z</dc:date>
    <item>
      <title>ABAP Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456400#M215719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to know how is recording( Transaction code SHBD) more benefial than BDC sessions and call transaction method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which applications is the recording method used frequently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Atahar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:36:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456400#M215719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T10:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456401#M215720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for both Session and call transaction, the recording is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U create a bdc programming based on the recording and that can be executed either in session method or call transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is clear .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Dinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456401#M215720</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T10:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456402#M215721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In both the BDC session method and the call transaction we use the program generated from the recording in transaction SHBD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recording done by transaction SHDB is no where used except BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456402#M215721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T10:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456403#M215722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHDB is a recording mechanism which helps you to create BDC's (either method) ...&lt;/P&gt;&lt;P&gt;It will record all the evnts triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Mark helpful answers and close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456403#M215722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T10:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456404#M215723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you appearing for some Interview, I feel that because such sort of Qn's are asked in Interview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)SHDB is a recording for determining the data input to the screen sequences for a given transaction. This is captured by SHDB and then using this we can build our BDC programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Batch input methods(BDC Sessions)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the batch input method, an ABAP program reads the external data that is to be entered in the SAP system and stores the data in a &amp;#147;batch input session&amp;#148;. The session records the actions that are required to transfer data into the system using normal SAP transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program has generated the session, you can run the session to execute the SAP transactions in it. You can explicitly start and monitor a session with the batch input management function or have the session run in the background processing system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL TRANSACTION methods&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second method, your program uses the ABAP statement CALL TRANSACTION USING to run an SAP transaction. External data does not have to be deposited in a session for later processing. Instead, the entire batch input process takes place inline in your program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to these for more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm"&amp;gt;Selecting a Data Transfer Method&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/6f/08703713bf277ee10000009b38f8cf/frameset.htm"&amp;gt;Data Transfer Methods&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jul 2006 10:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programming/m-p/1456404#M215723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-17T10:53:10Z</dc:date>
    </item>
  </channel>
</rss>

