<?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 with table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994906#M1163327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gambhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur ans is a bit convincing,&lt;/P&gt;&lt;P&gt;but the problem is that I am doing that for Vendor master update as there is no FM available for that to do in Backgrount task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you  help me in this regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Jan 2009 14:17:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-11T14:17:00Z</dc:date>
    <item>
      <title>BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994900#M1163321</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;How to do BDC with table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the out the code from SDN but,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do the scrolling of the table control?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code I found out I could only enter the data into the control until its not scrolled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to pass the excess data,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 10:18:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994900#M1163321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T10:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994901#M1163322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;     Yes initially u can ente data till the last row in the screen.If you want to add additional rows you have to write code for scroll bar.Just count the total no of current screen rows .If the data exceeds the total then do the page up.If you record u can get the code for page up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 11:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994901#M1163322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T11:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994902#M1163323</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;Thnk for the answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I count the number of lines?&lt;/P&gt;&lt;P&gt;It varies from system to sytem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on the resolution of the screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I get the values dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 11:46:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994902#M1163323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T11:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994903#M1163324</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;Instead of counting the number of lines getting displayed on the screen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better do a page down for each record so that it will always give you the first visible line to enter the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you better in resolving entering the data .... what ever may be number of lines in the internal table, the latest record will be displayed in the top line..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkatesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 11:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994903#M1163324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994904#M1163325</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;I tried the same way but the problem is that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the first record is being changed everytime but did not go to next line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the status message that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;'SCROLLING IS POSSIBLE ONLY IF ALL LINES ARE FILLED'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 12:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994904#M1163325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T12:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994905#M1163326</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;Yes, a BDC made for a table control will work on that system only i.e., it depends on the number of lines in the table control, so that the screen may be scrolled to next page for further entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you can try executing BDC on your table control in module pool programming because you can take a specified number of lines and code appropiately.&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;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 13:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994905#M1163326</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-01-11T13:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994906#M1163327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gambhir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ur ans is a bit convincing,&lt;/P&gt;&lt;P&gt;but the problem is that I am doing that for Vendor master update as there is no FM available for that to do in Backgrount task&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you  help me in this regard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 14:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994906#M1163327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994907#M1163328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI .. this is the simple program for table control in BDC .. &lt;/P&gt;&lt;P&gt;report ZBDC_XK01N&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;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;  lifnr like LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;  BUKRS LIKE RF02K-BUKRS,&lt;/P&gt;&lt;P&gt;  EKORG LIKE RF02K-EKORG,&lt;/P&gt;&lt;P&gt;  KTOKK LIKE RF02K-KTOKK,&lt;/P&gt;&lt;P&gt;  ANRED LIKE LFA1-ANRED,&lt;/P&gt;&lt;P&gt;  NAME1 LIKE LFA1-NAME1,&lt;/P&gt;&lt;P&gt;  SORTL LIKE LFA1-SORTL,&lt;/P&gt;&lt;P&gt;  LAND1 LIKE LFA1-LAND1,&lt;/P&gt;&lt;P&gt;  END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB2 OCCURS 0,&lt;/P&gt;&lt;P&gt;  LIFNR LIKE LFA1-LIFNR,&lt;/P&gt;&lt;P&gt;  BANKS LIKE LFBK-BANKS,&lt;/P&gt;&lt;P&gt;  BANKL LIKE LFBK-BANKL,&lt;/P&gt;&lt;P&gt;  BANKN LIKE LFBK-BANKN,&lt;/P&gt;&lt;P&gt;  KOINH LIKE LFBK-KOINH,&lt;/P&gt;&lt;P&gt;END OF ITAB2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA COUNT TYPE CHAR2 .&lt;/P&gt;&lt;P&gt;DATA: T_BANKS(20), T_BANKL(20), T_BANKN(20), T_KOINH(20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;include bdcrecx1.&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      FILENAME            = 'C:\Documents and Settings\Administrator\Desktop\VENDOR.txt'&lt;/P&gt;&lt;P&gt;      FILETYPE            = 'ASC'&lt;/P&gt;&lt;P&gt;      HAS_FIELD_SEPARATOR = '#'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB            = ITAB[].&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'GUI_UPLOAD'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      FILENAME            = 'C:\Documents and Settings\Administrator\Desktop\BANK.txt'&lt;/P&gt;&lt;P&gt;      FILETYPE            = 'ASC'&lt;/P&gt;&lt;P&gt;      HAS_FIELD_SEPARATOR = '#'&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      DATA_TAB            = ITAB2[].&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&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;  LOOP AT ITAB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0100'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'RF02K-KTOKK'.&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 'RF02K-LIFNR'&lt;/P&gt;&lt;P&gt;                                  itab-lifnr.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'RF02K-BUKRS'&lt;/P&gt;&lt;P&gt;                                  itab-BUKRS.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'RF02K-EKORG'&lt;/P&gt;&lt;P&gt;                                  itab-ekorg.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'RF02K-KTOKK'&lt;/P&gt;&lt;P&gt;                                  itab-KTOKK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0110'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFA1-LAND1'.&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 'LFA1-ANRED'&lt;/P&gt;&lt;P&gt;                                  itab-ANRED.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'LFA1-NAME1'&lt;/P&gt;&lt;P&gt;                                  itab-NAME1.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'LFA1-SORTL'&lt;/P&gt;&lt;P&gt;                                  ITAB-SORTL.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'LFA1-LAND1'&lt;/P&gt;&lt;P&gt;                                  ITAB-LAND1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0120'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFA1-BEGRU'.&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;&lt;/P&gt;&lt;P&gt;    CLEAR count .&lt;/P&gt;&lt;P&gt;    LOOP AT ITAB2 WHERE LIFNR = ITAB-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      COUNT = COUNT + 1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          INPUT  = COUNT&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;          OUTPUT = COUNT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONCATENATE 'LFBK-BANKS(' COUNT ')' INTO T_BANKS .&lt;/P&gt;&lt;P&gt;      CONCATENATE 'LFBK-BANKL(' COUNT ')' INTO T_BANKL .&lt;/P&gt;&lt;P&gt;      CONCATENATE 'LFBK-BANKN(' COUNT ')' INTO T_BANKN .&lt;/P&gt;&lt;P&gt;      CONCATENATE 'LFBK-KOINH(' COUNT ')' INTO T_KOINH .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CONDENSE: T_BANKS(20), T_BANKL(20), T_BANKN(20), T_KOINH(20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                    'LFBK-KOINH(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_field       using T_BANKS&lt;/P&gt;&lt;P&gt;                                    ITAB2-banks.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using T_BANKL&lt;/P&gt;&lt;P&gt;                                    ITAB2-BANKL.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using T_BANKN&lt;/P&gt;&lt;P&gt;                                    itab2-bankn.&lt;/P&gt;&lt;P&gt;      perform bdc_field       using T_KOINH&lt;/P&gt;&lt;P&gt;                                    ITAB2-KOINH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_dynpro      using 'SAPLBANK' '0100'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '/E'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'BNKA-BANKA'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'IN'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'LFBK-KOINH(05)'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'ENTR'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(02)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'in'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(03)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'in'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(02)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(03)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(04)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(05)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKN(02)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '768567577'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKN(03)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '768567578'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKN(04)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '768567579'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKN(05)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '768567580'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-KOINH(02)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'kumar'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-KOINH(03)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'Arun'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-KOINH(04)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'abbc'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-KOINH(05)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'Sankar'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(04)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'in'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(05)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'in'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      IF COUNT = '05'.&lt;/P&gt;&lt;P&gt;        CLEAR  COUNT .&lt;/P&gt;&lt;P&gt;        perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                      'LFBK-BANKS(01)'.&lt;/P&gt;&lt;P&gt;        perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                      '=P+'.&lt;/P&gt;&lt;P&gt;      ENDIF .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'LFBK-KOINH(01)'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '=ENTR'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKS(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'in'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKL(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'YFFF'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-BANKN(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   '768567581'.&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     perform bdc_field       using 'LFBK-KOINH(01)'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                   'Lgh'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0130'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFBK-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;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0210'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFB1-FDGRV'.&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 'LFB1-AKONT'&lt;/P&gt;&lt;P&gt;                                  '160000'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'LFB1-FDGRV'&lt;/P&gt;&lt;P&gt;                                  'a1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0215'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFB1-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_field       using 'LFB1-ZTERM'&lt;/P&gt;&lt;P&gt;                                  ''.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0220'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFB5-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;&lt;/P&gt;&lt;P&gt;    perform bdc_dynpro      using 'SAPMF02K' '0310'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_CURSOR'&lt;/P&gt;&lt;P&gt;                                  'LFM1-WAERS'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'BDC_OKCODE'&lt;/P&gt;&lt;P&gt;                                  '=UPDA'.&lt;/P&gt;&lt;P&gt;    perform bdc_field       using 'LFM1-WAERS'&lt;/P&gt;&lt;P&gt;                                  'inr'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    perform bdc_transaction using 'XK01'.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  perform close_group.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 14:19:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994907#M1163328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T14:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994908#M1163329</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;Thnks for the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the point is that I dont have the value of COUNT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I get the value dynamically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any system variable which captures the default lines of  Tbale control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 14:57:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994908#M1163329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-11T14:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994909#M1163330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dynamically ? No you must force the screen size :&lt;/P&gt;&lt;P&gt;You will know the number of rows of the table control by looking at the dynpro source (SE51). When you run the CALL TRANSACTION, force to use the standard screen size like this :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA ls_options TYPE CTU_PARAMS.
ls_options-defsize = 'X'.
CALL TRANSACTION 'XXX'
   USING ...
   OPTIONS FROM ls_options.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;For more information, see [abap documentation for DEFSIZE|http://help.sap.com/abapdocu/en/ABAPCALL_TRANSACTION_BDC_OPTIONS.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jan 2009 23:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994909#M1163330</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-01-11T23:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: BDC with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994910#M1163331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello &lt;/P&gt;&lt;P&gt;please check this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.sdn.sap.com/wiki/display/ABAP/bdc" target="test_blank"&gt;https://wiki.sdn.sap.com/wiki/display/ABAP/bdc&lt;/A&gt;&lt;EM&gt;on&lt;/EM&gt;table+control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnaks &lt;/P&gt;&lt;P&gt;geeta gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2009 06:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-with-table-control/m-p/4994910#M1163331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-12T06:39:44Z</dc:date>
    </item>
  </channel>
</rss>

