‎2008 Jul 18 6:02 PM
what is meant by ' table control handling in bdc'. or 'how to handle table control in bdc'.
‎2008 Jul 18 6:14 PM
‎2008 Jul 18 6:22 PM
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
‎2008 Jul 18 6:36 PM
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
‎2008 Jul 24 12:29 PM