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
505

what is meant by ' table control handling in bdc'. or 'how to handle table control in bdc'.

4 REPLIES 4
Read only

Former Member
0 Likes
473

Hi Mahesh,

Sorry to say this ...

You can find many forums on this topic..

Please check the forums yaar.

Here are some of the links

Best regards,

raam

Read only

former_member70391
Contributor
0 Likes
473

Hi Mahesh,

There are so many threads available in SDN regarding Table control for BDC. You can search the threads, Also check this thread,

Just to clarify table control is nothing but a table which has got several line items and it is not possible to record these line items. For an example: VA01 for creating sales order where it has got header and several line items . In this case you need to pass a index to tell the bdc program where to enter the data.

Also refer to site,

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

Hope it helps.

Thanks & Regards,

Nagaraj Kalbavi

Read only

Former Member
0 Likes
473

Hi Mahesh,

When you open any table in SE11 you will find 18 fields ( ROWS) displayed.. so while doing BDC programming if you want to create a table of say 30 fields... so as SCROLL does not get capture in recording so you need to control the table in such a way that the action you are going to perform to enter the 19th field should be control by you.... so at that instant you need to press PAGE DOWN and its is captured in recording as BDC_OKCODE = P+..

so by pressing page down you can go with further entries...

Hope this would be clear...

Any queries revert back.

Regards

Narin Nandivada

Read only

Former Member
0 Likes
473

thanks to all sdn team