<?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: bdcdata help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914629#M380534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bdc flow is controlled by screen numbers, program names and value of the fileds. For the program to navigate through the screens information needs to be stored this itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would more clear if u can open any BDC program and see it in debugging mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if this is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Mar 2007 11:21:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-01T11:21:06Z</dc:date>
    <item>
      <title>bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914625#M380530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we declare a variable eg:- bdc like bdcdata .......... what can we use d variable for???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it used??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914625#M380530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T09:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914626#M380531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is a predefined structure that is capable of holding the SCREEN FLOW and DATA population information for a particular transaction.&lt;/P&gt;&lt;P&gt;BDCDATA has field like the screen in which the fields are there, the main program for that screen.&lt;/P&gt;&lt;P&gt;the field name which is to be populated, the value that is to be passed to that field, the user command that is executed etc.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 09:49:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914626#M380531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T09:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914627#M380532</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;you have declare internal table like BDCDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dat from internal table is not pass directly to database table,it has to go through the transaction.&lt;/P&gt;&lt;P&gt;you need to pass data to particular screen and to particular screen-field.Data is passed to transaction in particular format hence the need for batch input structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this structure is BDCDATA structure wwhich can contain the batch input data for only single run of a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA structure consists of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM : Name of the program associated with screen.&lt;/P&gt;&lt;P&gt;DYNPRO : Number of screen.length(4).  set this for the first record for the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNBEGIN: indicates the first record for the screen.Length(1).&lt;/P&gt;&lt;P&gt;set this field to X only for the first record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FNAM : name of the field.Length(35).&lt;/P&gt;&lt;P&gt;FVAL :  value of the field. length(132).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls:award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914627#M380532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T10:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914628#M380533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;loop at it_kna into record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02D' '0105'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'RF02D-KTOKD'.&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 'RF02D-KUNNR'&lt;/P&gt;&lt;P&gt;                                    record-kunnr_001.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF02D-BUKRS'&lt;/P&gt;&lt;P&gt;                                    record-bukrs_002.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'RF02D-KTOKD'&lt;/P&gt;&lt;P&gt;                                    record-ktokd_003.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02D' '0110'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNA1-SPRAS'.&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 'KNA1-ANRED'&lt;/P&gt;&lt;P&gt;                                    record-anred_004.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-NAME1'&lt;/P&gt;&lt;P&gt;                                    record-name1_005.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-SORTL'&lt;/P&gt;&lt;P&gt;                                    record-sortl_006.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-ORT01'&lt;/P&gt;&lt;P&gt;                                    record-ort01_007.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-PSTLZ'&lt;/P&gt;&lt;P&gt;                                    record-pstlz_008.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-LAND1'&lt;/P&gt;&lt;P&gt;                                    record-land1_009.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'KNA1-SPRAS'&lt;/P&gt;&lt;P&gt;                                    record-spras_010.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02D' '0120'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNA1-LIFNR'.&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_dynpro      using 'SAPMF02D' '0130'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNBK-BANKS(01)'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                    '=ENTR'.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02D' '0210'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNB1-AKONT'.&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 'KNB1-AKONT'&lt;/P&gt;&lt;P&gt;                                    record-akont_011.&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02D' '0215'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNB1-ZTERM'.&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_dynpro      using 'SAPMF02D' '0220'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNB5-MAHNA'.&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_dynpro      using 'SAPMF02D' '0230'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'KNB1-VRSNR'.&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_transaction using 'FD01'.&lt;/P&gt;&lt;P&gt;      refresh it_bdc.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 10:24:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914628#M380533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T10:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914629#M380534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bdc flow is controlled by screen numbers, program names and value of the fileds. For the program to navigate through the screens information needs to be stored this itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would more clear if u can open any BDC program and see it in debugging mode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward with points if this is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2007 11:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914629#M380534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-01T11:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: bdcdata help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914630#M380535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In oder to encourge people to answer your Queries. Reward them with points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2007 08:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdcdata-help/m-p/1914630#M380535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-02T08:42:16Z</dc:date>
    </item>
  </channel>
</rss>

