<?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/1621099#M277886</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is usually a way in these screens to position on a specific line item so that it is moved to the top. Often it is okcode POSI. So you would POSI on each line you want to deal with and then you can operate on line(1) of the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 10:57:55 GMT</pubDate>
    <dc:creator>former_member186741</dc:creator>
    <dc:date>2006-10-06T10:57:55Z</dc:date>
    <item>
      <title>BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621096#M277883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam trying to change the delivery date of the items in the contract.In VA42 overview screen(2nd screen), in SALES TAB at the moment there are 5 lines visible for the All Items table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is i would like to select any one line item go to ITEM DETAIL TAB. If I would like to select the 6th line item I will scroll the page down  and select it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But Iam not sure it will display 5 line items every time.How would I know how many lines are visible and how to select the required line item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some one help me with this pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621096#M277883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T10:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621097#M277884</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;before you must select the db-table(i think it's table vbap) to determine the number of entries with VBAK-VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Andreas Mann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621097#M277884</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-10-06T10:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621098#M277885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if there is any button beneath  the table control for bringing the item you specify to the top. Record the clicking of that button, so that you wil get the required item to the top.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621098#M277885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T10:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621099#M277886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is usually a way in these screens to position on a specific line item so that it is moved to the top. Often it is okcode POSI. So you would POSI on each line you want to deal with and then you can operate on line(1) of the table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 10:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621099#M277886</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-10-06T10:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621100#M277887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does have a drag down and up botton but in recording it giving BDC_OKCODE as '/00' similar to enter.But it didnt work in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other method that u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 11:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621100#M277887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621101#M277888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u for your reply. Could u please be bit more clear.&lt;/P&gt;&lt;P&gt;How would i do that "POSI" thing pls?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 11:36:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621101#M277888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T11:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621102#M277889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;POSI would be the okcode . Try it online and see if POSI works in the command line if not hunt around and find the okcode that does that function of positioning on an item. What it does is popup a box where you enter the item number and hit enter and then it rolls the main screen up to that item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 12:00:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621102#M277889</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-10-06T12:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621103#M277890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its giving the following error "SAPMV45B, POSI, U0, * , * , * is missing in T185"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P--, P+&lt;EM&gt;, P&lt;/EM&gt; and P- are woking for page down and up.I dont know why this POSI doesnt work. I have tried POSL, POS1 e.t.c. aswell no use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any idea why this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 12:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621103#M277890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T12:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621104#M277891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have found the code POPO which pops up the dialog box asking for item number when i give  item number and hit enter it keeps the item number in first line. But I have done it online. now how would i handle it in BDC how can i populate that dialog box with item number using BDC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621104#M277891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T13:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: BDC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621105#M277892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try giving that in command line. I think it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for ur help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have awarded points for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.have a nice week end.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:21:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc/m-p/1621105#M277892</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T13:21:39Z</dc:date>
    </item>
  </channel>
</rss>

