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 for QP01 PAGE DOWN

former_member182915
Active Contributor
0 Kudos

hello techies,

I develop a bdc for qp01 every thing is well and good but i face problem when i need for page down in screen 15 lines shown

please help how to over come this problem.

1 REPLY 1

thanga_prakash
Active Contributor
0 Kudos

Hello Swadhin,

Use the OKCODE as below in your BDC code.

perform bdc_field       using 'BDC_OKCODE'

                                                    '=P+'.

Refer to the below wiki on how to use it.

BDC Using Table Control Functionality without add row option - ABAP Development - SCN Wiki

Regards,

Thanga