‎2006 Oct 06 11:52 AM
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.
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.
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?
Could some one help me with this pls?
Thank you,
Suresh.
‎2006 Oct 06 11:57 AM
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.
‎2006 Oct 06 11:55 AM
Hi,
before you must select the db-table(i think it's table vbap) to determine the number of entries with VBAK-VBELN
A.
Message was edited by: Andreas Mann
‎2006 Oct 06 11:56 AM
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.
Regards,
ravi
‎2006 Oct 06 12:21 PM
Hi Ravi
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.
Is there any other method that u know.
Pls suggest me.
Thank you.
Suresh.
‎2006 Oct 06 11:57 AM
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.
‎2006 Oct 06 12:36 PM
Hi Neil,
Thank u for your reply. Could u please be bit more clear.
How would i do that "POSI" thing pls?
Thank you,
Suresh.
‎2006 Oct 06 1:00 PM
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.
‎2006 Oct 06 1:38 PM
Hi Neil
Its giving the following error "SAPMV45B, POSI, U0, * , * , * is missing in T185"
P--, P+, P 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.
any idea why this problem?
Thank you.
‎2006 Oct 06 2:16 PM
Hi Neil,
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?
Please suggest.
Thank u.
‎2006 Oct 06 2:21 PM
Hi Neil,
I will try giving that in command line. I think it will work.
Thank you for ur help.
i have awarded points for you.
Thank you.have a nice week end.