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

in bdc

Former Member
0 Likes
322

hi

i am eveloping BDC program for va01

in that material table control, i am getting 5 records at a time

if i give more than 5 records , a new page is created. but data is not populated in that. what would be the reason

2 REPLIES 2
Read only

Former Member
0 Likes
306

Hi Jyothsna,

You are getting only 5 records , So u need to use page down concept .

For page down function code is '=P+'.So that u can add remaining records

In the following link you find the code which explains clearly.

[;

reward points if helpful.

Thanks,

Khan.

Read only

Former Member
0 Likes
306

Hi,

u need to use the page down also in the BDC.

After populating each record fill the following field.

BDC_OKCODE '=P++'

then fill the second record.