Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BDC

Former Member
0 Likes
946

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.

1 ACCEPTED SOLUTION
Read only

former_member186741
Active Contributor
0 Likes
917

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.

9 REPLIES 9
Read only

andreas_mann3
Active Contributor
0 Likes
917

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

Read only

Former Member
0 Likes
917

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

Read only

0 Likes
917

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.

Read only

former_member186741
Active Contributor
0 Likes
918

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.

Read only

0 Likes
917

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.

Read only

0 Likes
917

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.

Read only

0 Likes
917

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.

Read only

0 Likes
917

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.

Read only

0 Likes
917

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.