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: 

What is ok-code for page down in bdc (reward)

former_member193357
Participant
0 Kudos
2,661

hiiii

What is ok-code for page down in bdc...

7 REPLIES 7

Former Member
0 Kudos
457

i guess it is <b>P++</b>

Former Member
0 Kudos
457

generally it is P+ for next page and P++ for end of page . But better to check in the gui status for the transaction code. Go tomenu system-->status gui sdtatus dbl click and check there...

regards

shiba dutta

Former Member
0 Kudos
457

Hi,

Normally these page up and Page down Ok_codes are =P+ and =P- ..

<b>Reward points</b>

Regards

ferry_lianto
Active Contributor
0 Kudos
457

Hi,

If you know the main program of BDC, please go to transaction SE41.

Enter the program name and select function list option to find out all OK (function) codes are used and available.

Regards,

Ferry Lianto

sivaprasad_ml
Participant
0 Kudos
457

The ok code for page down is P+.

Regards

Siva

Revert back with ur testing

Former Member
0 Kudos
457

hi,

when ur using BDC Table, the ok code for next page is P+ and last page is P++.

ok code for previous page is P- and first page is P--.

Former Member
457

HI..

here is the list..

P- : Back

P-- : Scroll to previous page

P+ : Scroll to next page

P++ Scroll to last page

PL- : Scroll to first line in page

PL-n : Scroll back n lines

PL+ : Scroll to last line in page

PL+n Scroll forward n lines

PP- : Scroll back one page

PP-n Scroll back n pages

PP+ scroll forward one page

PP+n : scroll forward n page

PPn : Scroll to start of page n

Ps- : Scroll to first column

PS++ Scroll to last column

Reward if useful

Regards

Prax