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 Table control

Former Member
0 Likes
595

Hi guys,

Kan someone send me example of table control.

i have one scenerio 1)in my 1 screen there is 10 records

2)2nd screen 15 records and in singlle page there is 7 records are visible ,so kan i do recording and what code i have to write,please tell me.

points will be rewarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
573

Hi,

tell me your id, i will send it to you,

reward points if usful,

thanks and regards,

4 REPLIES 4
Read only

Former Member
0 Likes
573

Because recording is static (the screen sequences are saved exactly as when you did the recording, and you may have to click page downs many times, in case line items are numerous), use

perform bdc_loop_field ...., so that many line items in the table control can be filled

after declaring INCLUDE J_2GBII00.

for example,

do n times.

perform bdc_loop_field tables bdcdata

using sy-index fieldname fieldvalue.

enddo.

This way, you can fill n line items in the table control

Read only

0 Likes
573

Send me one example code

Read only

0 Likes
573

See similar thread below, BDC for LINE item

Read only

Former Member
0 Likes
574

Hi,

tell me your id, i will send it to you,

reward points if usful,

thanks and regards,