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

BDC for Customized Screen

Former Member
0 Likes
480

Dear Gurus,

I developed a customized screen having table control.

Now i want to upload data to that table contrl.

This screen aleady contaisn some data in tab control.

Now i have to append the data after the existing data.

I dont have Pagedown option in this.

its displaying 20 rows at a time.

Suppose it contains 30 records (existing).

i need to add from 31st.

in screen when press pagedown its working.

but in my recording there is no Okcode for this.

How to handle this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
439

after enter all 30 records in table control

u press enter .......Do the same while recording...

Regards

Anbu B

2 REPLIES 2
Read only

Former Member
0 Likes
440

after enter all 30 records in table control

u press enter .......Do the same while recording...

Regards

Anbu B

Read only

Former Member
0 Likes
439

Hi,

is data storing into zee table?if yes, you don't use bdc. create entries in the table then run your prg. table control will show all entries.