<?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: BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583685#M590972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BDCDATA structure contains the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	PROGRAM: Name of module pool program associated with the screen. Set this field only for the first record for the screen.&lt;/P&gt;&lt;P&gt;&amp;#149;	DYNPRO: Screen Number. Set this field only in the first record for the screen.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;#149;	DYNBEGIN: Indicates the first record for the screen. Set this field to X, only for the first record for the screen. (Reset to &amp;#145;  &amp;#145; (blank) for all other records.)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	FNAM: Field Name. The FNAM field is not case-sensitive.&lt;/P&gt;&lt;P&gt;&amp;#149;	FVAL: Value for the field named in FNAM. The FVAL field is case-sensitive. Values assigned to this field are always padded on the right, if they are less than 132 characters. Values must be in character format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2007 04:02:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-24T04:02:20Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583683#M590970</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;     What is the use of the field DYNBEGIN (screen start) in structure BDCDATA?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 03:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583683#M590970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T03:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583684#M590971</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;Check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA-DYNBEGIN describes the default or intial screen of the transaction which was used in BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BDCDATA is the structure used for mapping logic( means move the cursor position from internal table work area to specified apllication and specified screen).&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. "MODULE POOL PROGRAM NAME&lt;/P&gt;&lt;P&gt;bdcdata-dynpro = dynpro. " CURRENT ACTIVE SCREEN&lt;/P&gt;&lt;P&gt;bdcdata-dynbegin = 'X'. ' DEFAULT SCREEN&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;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583684#M590971</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-07-24T04:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583685#M590972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BDCDATA structure contains the following fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	PROGRAM: Name of module pool program associated with the screen. Set this field only for the first record for the screen.&lt;/P&gt;&lt;P&gt;&amp;#149;	DYNPRO: Screen Number. Set this field only in the first record for the screen.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;#149;	DYNBEGIN: Indicates the first record for the screen. Set this field to X, only for the first record for the screen. (Reset to &amp;#145;  &amp;#145; (blank) for all other records.)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;#149;	FNAM: Field Name. The FNAM field is not case-sensitive.&lt;/P&gt;&lt;P&gt;&amp;#149;	FVAL: Value for the field named in FNAM. The FVAL field is case-sensitive. Values assigned to this field are always padded on the right, if they are less than 132 characters. Values must be in character format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:02:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583685#M590972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583686#M590973</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;dynpro means a screen.DYNBEGIN indicates the beginning of the screen.&lt;/P&gt;&lt;P&gt;i,e.when we are working with a transaction so many screens will come in sequence,to indicate the beginning of a screen we will assign a value 'X' to this field in BDCDATA table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583686#M590973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583687#M590974</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;DYNBEGIN will mark the start of a screen in the program. (i.e entering into the screen)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If current screen is 0200 (starts with a DYNBEGIN), after populating all the required fields of the screen along with OK_CODE, you go to next screen say 0300 by having a DYNBEGIN stmnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; WA_BDC-PROGRAM = 'SAPMF02K'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0107'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '/00'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-NAME1'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'Gunasekhar'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-SORTL'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'GAMA'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-ORT01'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'BANGLORE'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-PSTLZ'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '560029'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-LAND1'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'IN'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFA1-SPRAS'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'EN'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0120'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '/00'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0130'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '=ENTER'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0310'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '/00'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'LFM1-WAERS'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = 'INR'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0320'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '/00'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNPRO = '0300'.&lt;/P&gt;&lt;P&gt;  WA_BDC-DYNBEGIN = 'X'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  WA_BDC-FNAM = 'BDC_OKCODE'.&lt;/P&gt;&lt;P&gt;  WA_BDC-FVAL = '=YES'.&lt;/P&gt;&lt;P&gt;  APPEND WA_BDC TO T_BDC.&lt;/P&gt;&lt;P&gt;  CLEAR WA_BDC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rajasekhar Dinavahi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Rajasekhar Dinavahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:03:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583687#M590974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583688#M590975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynbegin - It means start of a new screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583688#M590975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583689#M590976</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;DYNBEGIN: Indicates the first record for the screen.  Set this field to X, only for the first record for the screen (Reset to ' ' (blank) for all other records).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583689#M590976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583690#M590977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BDCDATA-DYNBEGIN describes the default or intial screen of the transaction which was used in BDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583690#M590977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583691#M590978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DYNBEGIN indicates whether it is a start of a new screen or not . The value 'X' indicates start of screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583691#M590978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583692#M590979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DYNBEGIN indicates whether it is a start of a new screen or not . The value 'X' indicates start of screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:51:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583692#M590979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:51:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583693#M590980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Debarshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynbegin indicate the initial screen of any transaction. for Example if you are running a transaction code FK02 (Vendor master Edit) to edit the telephone numbers of the vendors then the initial screen that you find in FK02 is populate in BDC and to show that initial screen u must have to pass value in DYNBEGIN otherwise it will not consider it as inital screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Rewards points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kinjal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2007 04:57:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/2583693#M590980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-24T04:57:59Z</dc:date>
    </item>
  </channel>
</rss>

