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: 

BDC for Customized Screen

Former Member
0 Kudos

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

Former Member
0 Kudos

after enter all 30 records in table control

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

Regards

Anbu B

2 REPLIES 2

Former Member
0 Kudos

after enter all 30 records in table control

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

Regards

Anbu B

Former Member
0 Kudos

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.