Ive a problem with the SAP Table Wizard in MS VB.NET 2003. After generating a SAP .NET Connector proxy class with Visual C# I want test it with a small windows forms application in VB.NET 2003. When I use the SAP Table Wizard I receive the following dialog box:
Select SAP table type to add to your Component or Form. If the desired type does not appear in the list, make that the project has been compiled at least once
The dialog contains an empty drop down field.
Ive no idea how I can manage this problem. Any suggestions or hints?
(Sorry for my terrible English. 😔 )
The SAP Table Wizard searches your project and other projects in your Solution for Types that inherit from SAPTable. Therefore you should first check if your project contains any proxies with tables. There are RFC functions that do not have any table type - thus you would not be able to add one.
If you are sure that you have tables in your project or solution, and your project is compiled successfully, there might be something corrupted with your Visual Studio or project.
I have still the same problem. The SAP Table Wizard shows no Table in the drop down list. And now I am sure I use a RFC function with a table.
When I create a Windows Form in the C# SAP proxy class project, the SAP Table Wizard provides me the expected table. When I do the same in VB.NET, I get nothing.
I have added my SAP proxy class as reference to my VB project.
Add a comment