The SAP Table Factory control encapsulates internal table (ITAB) handling as provided by the RFC Library. It eases the way the desktop programmer can use internal tables.
The SAP Table Factory is designed to work optimally with Visual Basic 4.0 (3.0), VBA and C++ through provided wrapper classes. Future releases will also support dual interface in the 32-Bit version.
This version of the component can be created by adding custom controls in Visual Basic (VB) 4.0 and Visual C (VC) 4.0 or by the following line of code:
Dim oTableFactoryCtrl as Object
Set oTableFactoryCtrl = CreateObject (
" SAP.TableFactory.1 " )This code creates the highest level object in the control, the Table Factory object.