<?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: Table control in BDC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362300#M1400632</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;Table control in BDC can be explained as -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us take example of Purchase requisition . Where one header record and multiple line items.We do not know how many line items will be there in the flat file. So when we do recording in SHDB and use recording for coding purpose , we need to code it bit differently than normal BDC. Before coding we need to consider no of items per page and action after page down. &lt;/P&gt;&lt;P&gt;For table controll Idx is used to specify index of the line items on the screen&lt;/P&gt;&lt;P&gt;on default screen there are 16 items after 16 lines page down is placed &lt;/P&gt;&lt;P&gt;this is indicated by '=NP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_DYNPRO USING 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;FNAM.&lt;/P&gt;&lt;P&gt;CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="Code"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Dec 2009 17:26:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-04T17:26:23Z</dc:date>
    <item>
      <title>Table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362298#M1400630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one say what is table control in BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 16:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362298#M1400630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T16:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362299#M1400631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Table control in a BDC is a table control in the BDC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 17:03:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362299#M1400631</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T17:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362300#M1400632</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;Table control in BDC can be explained as -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us take example of Purchase requisition . Where one header record and multiple line items.We do not know how many line items will be there in the flat file. So when we do recording in SHDB and use recording for coding purpose , we need to code it bit differently than normal BDC. Before coding we need to consider no of items per page and action after page down. &lt;/P&gt;&lt;P&gt;For table controll Idx is used to specify index of the line items on the screen&lt;/P&gt;&lt;P&gt;on default screen there are 16 items after 16 lines page down is placed &lt;/P&gt;&lt;P&gt;this is indicated by '=NP'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_DYNPRO USING 'SAPMM06B' '0106'.&lt;/P&gt;&lt;P&gt;CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM BDC_FIELD USING 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;FNAM.&lt;/P&gt;&lt;P&gt;CONCATENATE 'EBAN-BNFPO(' IDX ')' INTO FNAM.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_macro_name="Code"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 17:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362300#M1400632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T17:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table control in BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362301#M1400633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please do not ask or answer basic questions - thread locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2009 17:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-in-bdc/m-p/6362301#M1400633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-04T17:41:42Z</dc:date>
    </item>
  </channel>
</rss>

