<?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 Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553278#M250844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some help in finding some documentation or getting some information on BDC processing. We have some consultants in France helping us with a project and the developer is using BDC code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_DYNPRO USING PROGRAM DYNPRO.&lt;/P&gt;&lt;P&gt;  CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;  BDCDATA-PROGRAM  = PROGRAM.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNPRO   = DYNPRO.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_FIELD USING FNAM FVAL.&lt;/P&gt;&lt;P&gt;  IF FVAL &amp;lt;&amp;gt; NODATA.&lt;/P&gt;&lt;P&gt;    CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;    BDCDATA-FNAM = FNAM.&lt;/P&gt;&lt;P&gt;    BDCDATA-FVAL = FVAL.&lt;/P&gt;&lt;P&gt;    APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is in a include module that is called by the main programs. I would to understand how this process works and what are the advantages and disadvantages of this type of coding. I am checking here in the forums, tying to narrow my searches to find any documentation, but so far no luck. If someone could point me in the right direction, that would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for the help.&lt;/P&gt;&lt;P&gt;I am trying to find some documentation in this to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2006 19:18:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-10T19:18:10Z</dc:date>
    <item>
      <title>BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553278#M250844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some help in finding some documentation or getting some information on BDC processing. We have some consultants in France helping us with a project and the developer is using BDC code like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_DYNPRO USING PROGRAM DYNPRO.&lt;/P&gt;&lt;P&gt;  CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;  BDCDATA-PROGRAM  = PROGRAM.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNPRO   = DYNPRO.&lt;/P&gt;&lt;P&gt;  BDCDATA-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM BDC_FIELD USING FNAM FVAL.&lt;/P&gt;&lt;P&gt;  IF FVAL &amp;lt;&amp;gt; NODATA.&lt;/P&gt;&lt;P&gt;    CLEAR BDCDATA.&lt;/P&gt;&lt;P&gt;    BDCDATA-FNAM = FNAM.&lt;/P&gt;&lt;P&gt;    BDCDATA-FVAL = FVAL.&lt;/P&gt;&lt;P&gt;    APPEND BDCDATA.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above code is in a include module that is called by the main programs. I would to understand how this process works and what are the advantages and disadvantages of this type of coding. I am checking here in the forums, tying to narrow my searches to find any documentation, but so far no luck. If someone could point me in the right direction, that would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance for the help.&lt;/P&gt;&lt;P&gt;I am trying to find some documentation in this to&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553278#M250844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553279#M250845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;&amp;gt;The above code is in a include module that is called by the main programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the normal practice to avoid repetitive coding.. I don't see any disadvantage following this approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553279#M250845</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-08-10T19:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553280#M250846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/bdc/bdchome.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/bdc/bdchome.htm&lt;/A&gt;&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;A href="http://www.sappoint.com/abap/bdcconcept.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/bdcconcept.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:22:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553280#M250846</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-10T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553281#M250847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"the advantages and disadvantages of this type of coding."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Over what other type of coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:23:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553281#M250847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553282#M250848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This type of coding could be used to fill in screens in SAP automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't know what to pass of values. Then start transaction SM35 and do a recording of the action you want to automate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add is some source to make it clear voor you. It is source used for HR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  refresh BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Global&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'SAPMP50A'         '1000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'       '=INS'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RP50G-PERNR'      sap_pernr.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RP50G-TIMR6'      'X'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'RP50G-CHOIC'      '0000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 0000&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP000000'         '2000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'       '=UPD'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'P0000-MASSN'      rec_leaving-massn.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'P0000-MASSG'      rec_leaving-massg.&lt;/P&gt;&lt;P&gt;  perform bdc_field       USING 'P0000-BEGDA'      rec_leaving-begda.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 0001&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP000100'         '2000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'       '=UPD'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       USING 'P0001-BEGDA'      rec_leaving-begda.&lt;/P&gt;&lt;P&gt;  perform bdc_field       USING 'P0001-ENDDA'      rec_leaving-endda.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; perform bdc_field       USING 'P0001-ABKRS'      '99'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 0016&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP001600'          '2012'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'        '/ENXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 0008&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP000800'          '2000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'        '/ENXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 0007&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP000700'          '2012'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'        '/ENXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Infotype 9304&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  perform bdc_dynpro      using 'MP930400'          '2000'.&lt;/P&gt;&lt;P&gt;  perform bdc_field       using 'BDC_OKCODE'        '/ENXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  perform bdc_transaction using 'PA30'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:24:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553282#M250848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553283#M250849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's basically like screen scraping. The system is entering data into program screens the same way a user would. As another person mentioned, good for automating repetitive tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see two primary advantages. First, you can be sure that the BDC program has all the functionality of whatever manual entry would normally achieve. For example, all the same authorization checks would be performed. Second, if you are trying to programatically enter data into an existing SAP screen and there is no equivalent function module, this lets you do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The disadvantage is that it is slower than other options like BAPIs. There's also a learning curve as it is hard to read until you become familiar with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553283#M250849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553284#M250850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;the first subroutine is called to fix the program name and screen name.the second subroutine is used to pass a value to a particular field.As this part is common for all bdc programs, they might be using a common include for similar programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553284#M250850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: BDC Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553285#M250851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these links...&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/bdcconcept.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/bdcconcept.pdf&lt;/A&gt;&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;A href="http://help.sap.com/saphelp_47x200/helpdata/en/fa/097022543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/fa/097022543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1068429_tax293481,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_gci1068429_tax293481,00.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2006 19:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing/m-p/1553285#M250851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-10T19:37:28Z</dc:date>
    </item>
  </channel>
</rss>

