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

table control

Former Member
0 Likes
516

HI,

i am creating a simple table control.when i execute it i am not able to scroll it

downwards.plz try to solve this.

5 REPLIES 5
Read only

gopi_narendra
Active Contributor
0 Likes
468

in the PBO use the statement,

describe table itab lines fill.

tc-lines = fill.

Chekc this Program

demo_dynpro_tabcont_loop.

demo_dynpro_tabcont_loop_at.

Regards

- Gopi

Read only

anversha_s
Active Contributor
0 Likes
468

hi,

kindly chk these standard tutorial pgms of table control.

ver very helpful

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at

RSDEMO_TABLE_CONTROL

rgds

anver

Read only

anversha_s
Active Contributor
0 Likes
468

hi,

kindly chk these standard tutorial pgms of table control.

ver very helpful

demo_dynpro_tabcont_loop

demo_dynpro_tabcont_loop_at

RSDEMO_TABLE_CONTROL

rgds

anver

Read only

Former Member
0 Likes
468

hi,

Check

http://www.sap-img.com/ab031.htm

Regards,

Santosh

Read only

Former Member
0 Likes
468

Hi,

For scrolling down you need to set the property TBCL-lines in the PBO. The lines should preferably be more than 1 with the internal table . You also need to handle the P+ or any Ok codes you define for scrolling to next page ,previous page, first page and last page etc. The code for these OK codes you will find in the program

<b>demo_dynpro_tabcont_loop</b>.

Hope this helps.