|
|
|
|
We check the syntax for calling SAP RFC function module from VBA/VB.
|
|
|
|
17-Sep-2005
|
|
|
|
|
Same as to go with Function, you can logon with Logon object. But some of the methods are only available in the Function object so it's better to go along with Function object. This utilize the ActiveX module in ...SAP/FrontEnd/Controls/wdtlog.OCX. This actually nothing different from the one in Function object.
|
|
|
|
Move to 'Log on by Logon Control'
|
|
|
|
|
There are several ways to create SAP structure. Here, we will be checking how we can obtain table structure information from SAP and create structure on Excel VBA/VB. Use CreateStructure method.
|
|
|
|
Move to 'Create Structure 1'
|
|
|
|
|
Same as NewStructure method, Table can be created by the NewTable method of TableFactory control. This utilize the ActiveX module in ...SAP/FrontEnd/Controls/WDTAOCX.OCX.
|
|
|
|
Move to 'Create Table'
|
|
|
|
|
Here we will check how we can call SAP RFC enabled function module from VBA/VB. This utilize the ActiveX module in ...SAP/FrontEnd/Controls/wdtfuncs.ocx.
|
|
|
|
Move to 'Call SAP RFC Function 1'
|
|
|
|
|