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: 

Table controls in BDCs

Former Member
0 Kudos

Hi all,

What are Table controls in BDCs?

Can anyone explain those elaborately?

thanks

points will be awarded

4 REPLIES 4

Former Member
0 Kudos

Hi Revanth,

Check this link.

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

Reward if useful.

Thanks

Aneesh.

amit_khare
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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