<?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  DYNBEGIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193413#M760898</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNBEGIN - begin of the Screen number of BDCDATA structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BDC. ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when to set it as SPACE and when  'X' ? &lt;/P&gt;&lt;P&gt;Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 14:46:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T14:46:15Z</dc:date>
    <item>
      <title>BDC  DYNBEGIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193413#M760898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNBEGIN - begin of the Screen number of BDCDATA structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in BDC. ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when to set it as SPACE and when  'X' ? &lt;/P&gt;&lt;P&gt;Why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 14:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193413#M760898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T14:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  DYNBEGIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193414#M760899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'DYNBEGIN' is for BDC new screen start..  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Structure of BDCDATA table&lt;/STRONG&gt; contains following components.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROGRAM    Name of program&lt;/P&gt;&lt;P&gt;DYNPRO       Number of screen&lt;/P&gt;&lt;P&gt;DYNBEGIN    If New screen begins value ='X'&lt;/P&gt;&lt;P&gt;FNAM           Field Name&lt;/P&gt;&lt;P&gt;FVAL            Field Value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNBEGIN   &lt;STRONG&gt;If New screen begins value ='X'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Maha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 14:53:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193414#M760899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T14:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: BDC  DYNBEGIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193415#M760900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dynbegin denotes starting of a screen..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u set it to 'X'... it indicates that this is the start of a new screen.. u r putting data to a new screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose for preparing BDC in MM01.. first a screen appears there for the first data(say MATNR) dynbegin should be 'X'. but when u put the next data (say MTART) u must not set dynbegin to "X". because u already mentioned that for MATNR it was start of a new screen.. again when u go to the basic data screen for the first data u send DYNBEGIN should be X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in short after invoking every function code if a new screen appears u've to set DYNBEGIN to 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sayak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 14:55:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-dynbegin/m-p/3193415#M760900</guid>
      <dc:creator>RoySayak</dc:creator>
      <dc:date>2007-12-21T14:55:20Z</dc:date>
    </item>
  </channel>
</rss>

