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 controls in BDCs

Former Member
0 Likes
557

Hi all,

What are Table controls in BDCs?

Can anyone explain those elaborately?

thanks

points will be awarded

Hi all,

What are Table controls in BDCs?

Can anyone explain those elaborately?

thanks

points will be awarded

4 REPLIES 4
Read only

Former Member
0 Likes
518

Hi Revanth,

Check this link.

http://www.sap-img.com/abap/bdc-example-using-table-control-in-bdc.htm

Reward if useful.

Thanks

Aneesh.

Read only

amit_khare
Active Contributor
0 Likes
518

The above link is an example for the code for Table Control.

Check this also as found in forum -

For table control :

1. main thing is index number of the row.

()

2. for 1st row use,

itab-field(01)

itab-field2(01)

itab-field3(01)

3. for 2nd row use,

itab-field(02)

itab-field2(02)

itab-field3(02)

4. Also take care of ENTER

if scrolling is required.

5. Most important, record bdc using sm35

to know exactly what is happening behind the scenes.

In that also, u will see the code is

using ()

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
518

HI all,

Thanks for the responses.

I awarded the points to the responses.

If you could send the theory about Table controls in BDCs, it will be more helpfull.

thanks

points will be awarded