<?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: performing BDC from a dialog programming Table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682735#M300858</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chetan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for ur reply.&lt;/P&gt;&lt;P&gt;but here i am not getting that problem which u specified.&lt;/P&gt;&lt;P&gt;if i select individual records or all records it is running successfully.&lt;/P&gt;&lt;P&gt;my requirement is in PBO i have given default selection for the entries which means when the output shows it displays with lines marked with yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if i click pushbutton only the records which are visible in that screen only posted into ME21. the remaining records are not posted even i selected those defaultly when ever i execute the dialog programming with a transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;RK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 07:19:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T07:19:21Z</dc:date>
    <item>
      <title>performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682732#M300855</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;Here i am finding one problem that first i created one screen in dialog programming for a table control. the records from the table control then goes to me21 tcode. but the problem is, i written code for selecting all records in the table control. so it is showing all records selected but only 13 records which are displaying in table control only posted to the me21 tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so what i have to do to post the remaining records of the table control to the me21 tcode ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682732#M300855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682733#M300856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why can't you simply make a call to BAPI_PO_CREATE1 and avoid writing a BDC. BAPI is the preferred way of doing this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at this for sample BDC program&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm&lt;/A&gt;&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;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682733#M300856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682734#M300857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj Kumar,&lt;/P&gt;&lt;P&gt;The reason you are getting only 13 records is because as per your user settings the table control in me21 tcode is supporting only 13 records at any given time on a single page. For more records you need to go to the next page. Basically you need to just reset the index of your records once it reaches 13. Then the 14th record again starts from 1.&lt;/P&gt;&lt;P&gt;e.g Suppose my table control has 20 entries for MARA-MATNR field to be input &amp;amp; my screen table control shows only 13 entries, then i need to supply then entries as 'MARA-MATNR(01)'  to 'MARA-MATNR(13)'. Here the no within the bracket represents an index for the record to be inserted.&lt;/P&gt;&lt;P&gt;To get more clarity on this, just do a recording for the transaction ME21. Once you have entered all the records on a single page, press the Page Down button in the toolbar &amp;amp; enter new records &amp;amp; generate the program for the recording. In this program, you will be able to see what i am just demonstrated here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chetan.&lt;/P&gt;&lt;P&gt;PS:Reward points if this is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 06:17:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682734#M300857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T06:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682735#M300858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Chetan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for ur reply.&lt;/P&gt;&lt;P&gt;but here i am not getting that problem which u specified.&lt;/P&gt;&lt;P&gt;if i select individual records or all records it is running successfully.&lt;/P&gt;&lt;P&gt;my requirement is in PBO i have given default selection for the entries which means when the output shows it displays with lines marked with yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if i click pushbutton only the records which are visible in that screen only posted into ME21. the remaining records are not posted even i selected those defaultly when ever i execute the dialog programming with a transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;RK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682735#M300858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682736#M300859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please re record ur transaction recording again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while selecting the rows in table control, dont physically select them using the mouse. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to click on the position button, enter the value of item, clik find and now the row is selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682736#M300859</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-11-21T07:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682737#M300860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use index..&lt;/P&gt;&lt;P&gt;While recording time record with 2 line items. and a page down(ok code: P++).then u can see the index changing 1,2 etc...Instead of that index use a varibale and increment it till 13. then initialise this varible and call the page down code...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:31:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682737#M300860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: performing BDC from a dialog programming Table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682738#M300861</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;thank you for ur reply.&lt;/P&gt;&lt;P&gt;but here i am not getting that problem which u specified.&lt;/P&gt;&lt;P&gt;if i select individual records or all records it is running successfully.&lt;/P&gt;&lt;P&gt;my requirement is in PBO i have given default selection for the entries which means when the output shows it displays with lines marked with yellow color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then if i click pushbutton only the records which are visible in that screen only posted into ME21. the remaining records are not posted even i selected those defaultly when ever i execute the dialog programming with a transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;RK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-bdc-from-a-dialog-programming-table-control/m-p/1682738#M300861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:54:51Z</dc:date>
    </item>
  </channel>
</rss>

