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: 

Capturing Page Down in a BDC

Former Member
0 Kudos

Hi All,

I am trying to capture Page Down in a BDC(for transcation VX11N, documents tab). The problem in capturing is that it does not have Page Down option enabled hence 'P+' does not work.

Is there any way of capturing Page Down in such situations?

Regards

Ashish Kaul

2 REPLIES 2

Former Member
0 Kudos

Hi,

Have your tried placing function code "/23" in BDC_OKCODE.

See if it helps.

Regards

ps: Paging to the end of a list: "/24".

Page up: "/22"

Go to first page : "/21".

Former Member
0 Kudos

Hi Ashish,

Page down options in a tableview is not possible (allthough Shehryar gave a possible solution that i didn't know of).

If it isn't the solution, you should go back to transaction VX11 to do your thing.

Regards,

Rob.