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

Capturing Ok Code for Page Down Button

Former Member
0 Likes
677

Hi,

In Infotype O568 I have to update a table for Leave records. For that I am using BDC recording. While doing BDC recording the page down button ok Code is not being recorded. Can any one tell me how to capture the Ok Code for page down button. I have Tried with ' P+ ' and ' P++ ' but it does not work.

Thanks!!!

5 REPLIES 5
Read only

Former Member
0 Likes
625

Hi

Try with '=P+'

Hope This will work.

Read only

Former Member
0 Likes
625

Hi Abhay,

For which transaction you are using your BDC , i am not getting.

I must say that for all transaction , page down(P+) option don't work,

for that transaction you need to follow the below steps.

go to menu bar->edit-> enter lines.

after recording you will get BDC_OKCODE = NP.

Try with this.

Regards,

Tutun

Read only

Former Member
0 Likes
625

DEMO_DYNPRO_TABLE_CONTROL_1

in this demo refer MODULE scroll INPUT.

Read only

Former Member
0 Likes
625

This message was moderated.

Read only

Former Member
0 Likes
625

try P--