Creating the User Interface for the Windows Application

Import the SMP101 project in to Visual Studio 2008, configure the project, then download the tutorial code snippets from SAP Community Network (SCN) so you can create the application user interface.

The C# Object API code you generated from the MBO project is located in your Eclipse workspace under ..\SMP101\Generated Code\Windows.
  1. From WorkSpace Navigator, double-click on \SMP101\Generated Code\Windows\src\SMP101.csproj to open the project in Visual Studio 2008.
  2. Edit the project properties:
    1. In Solution Explorer, under 'SMP101' (1 Project), right-click SMP101, then select Properties.
    2. In the Application tab, set "Output type" to Console Application.
    3. Select File > Save All, then save the solution as SMP101.sln.