<?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: Convert BDC program into Function Module...Urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535158#M575287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In transaction SHDB first record your required transaction then click on Create Function Module button and not the Create Program button. The system will do the rest for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 07:16:30 GMT</pubDate>
    <dc:creator>Sougata</dc:creator>
    <dc:date>2007-07-18T07:16:30Z</dc:date>
    <item>
      <title>Convert BDC program into Function Module...Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535156#M575285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to convert a BDC program generated by recording of MI01 into a Function Module, the generated program is attached below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tel me how to do that, IF anyone can send me a sample code for the BDC and the converted Function module with import and export parametrs with table name it will be heplfu for me or please convert the given code to FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report ZTEST_RECORDING&lt;/P&gt;&lt;P&gt;       no standard page heading line-size 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform open_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM07I' '0700'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'IKPF-XBUFI'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              '/00'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07I-BLDAT'&lt;/P&gt;&lt;P&gt;                              '16.07.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07I-GIDAT'&lt;/P&gt;&lt;P&gt;                              '16.07.2007'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'IKPF-WERKS'&lt;/P&gt;&lt;P&gt;                              '2000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'IKPF-LGORT'&lt;/P&gt;&lt;P&gt;                              'CS01'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'IKPF-XBUFI'&lt;/P&gt;&lt;P&gt;                              'X'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'RM07I-XLVOCA'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_dynpro      using 'SAPMM07I' '0721'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                              'ISEG-MATNR(01)'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                              'BU'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(01)'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(02)'&lt;/P&gt;&lt;P&gt;                              '150060702000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(03)'&lt;/P&gt;&lt;P&gt;                              '150060802000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(04)'&lt;/P&gt;&lt;P&gt;                              '150062902000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(05)'&lt;/P&gt;&lt;P&gt;                              '150120300000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(06)'&lt;/P&gt;&lt;P&gt;                              '150120400000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(07)'&lt;/P&gt;&lt;P&gt;                              '150120500000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(08)'&lt;/P&gt;&lt;P&gt;                              '150120600000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(09)'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(10)'&lt;/P&gt;&lt;P&gt;                              '150120800000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(11)'&lt;/P&gt;&lt;P&gt;                              '150120805000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(12)'&lt;/P&gt;&lt;P&gt;                              '150120900000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(13)'&lt;/P&gt;&lt;P&gt;                              '150120905000'.&lt;/P&gt;&lt;P&gt;perform bdc_field       using 'ISEG-MATNR(14)'&lt;/P&gt;&lt;P&gt;                              ''.&lt;/P&gt;&lt;P&gt;perform bdc_transaction using 'MI01'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perform close_group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont no the generated code is OK or not because i did recording and generate a program, no changes done it that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nikhil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 07:12:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535156#M575285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BDC program into Function Module...Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535157#M575286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nikhil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have read about the process that you've followed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of generating a program after your recording you can opt for creation of a Function Module using the button provided in SHDB transaction screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just after recording plz make use of the button and your work would be done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards points if this helps,&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 07:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535157#M575286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T07:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert BDC program into Function Module...Urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535158#M575287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In transaction SHDB first record your required transaction then click on Create Function Module button and not the Create Program button. The system will do the rest for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sougata.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 07:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/convert-bdc-program-into-function-module-urgent/m-p/2535158#M575287</guid>
      <dc:creator>Sougata</dc:creator>
      <dc:date>2007-07-18T07:16:30Z</dc:date>
    </item>
  </channel>
</rss>

