Application Development 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: 

BDC page down handling

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Kudos
146

Hi All,

I got a requirement to write BDC for SOP Product Groups Tcode: MC84 & MC86

Here my question is the Page down handling for this Tcode is different. Not like general pagedown for other transactions. It has a different type of screen for Items.

Can anyone tell me how to handle pagedown here.

Thanks & regards,

Bhargav.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
95

Hi,

Yes in MC84 or MC86 you don't have any button to go down one page (Page Down). If you press the page down button on keyboard also it won't works out. It means that transaction won't have new empty lines at the end. So you need to add the lines using the Menu EDIT u2013> NEW LINES. Once you are completed filling the entries in the screen, please record EDIT u2013 NEW LINES also. So that it will add the new empty lines for you. Then the pagedown button will works for you. Please check this.

Regards,

Sree.

3 REPLIES 3

former_member203305
Active Contributor
0 Kudos
95

Hi,

check this post, probably will help u

[;

Regards

Former Member
0 Kudos
96

Hi,

Yes in MC84 or MC86 you don't have any button to go down one page (Page Down). If you press the page down button on keyboard also it won't works out. It means that transaction won't have new empty lines at the end. So you need to add the lines using the Menu EDIT u2013> NEW LINES. Once you are completed filling the entries in the screen, please record EDIT u2013 NEW LINES also. So that it will add the new empty lines for you. Then the pagedown button will works for you. Please check this.

Regards,

Sree.

Former Member
0 Kudos
95

Hi

For page down use the ok code "=P+" .

If you are recording the t-code just use the page down from the keyboard.