Designing Forms with Visual Basic 
Use
To use the form integration technology, you need both SAPforms and a development environment for electronic forms.
Visual Basic is one such development environment.
It is also possible to create forms in
MS Outlook, MS Word and MS Excel .
In this documentation, it is assumed that you are using Visual Basic. This applies to the application examples in particular.
Prerequisites
You must
install SAPforms.You should have a basic knowledge of programming with Visual Basic.
Features
SAPforms largely consist of ActiveX components.
If you are using the
SAPforms Designer, these components are addressed directly when the form is generated. On one hand, the SAPforms Designer inserts code in your form ( Code inserted by the SAPforms Designer) that accesses these components.On the other hand, all of the important form information is stored in the TAG attribute of the form. This applies in particular to the bindings between the form controls and the interface parameters in the R/3 System.
You can also address the SAPforms interface directly with Visual Basic by programming your own ActiveX components. See also:
Programming formsActivities