SAP minisap installation on your local pc to allow ABAP development for free

-----Network Configuration
The Mini SAP Basis System must be installed in a functioning network where the host is able to answer to the ping command. If there is no network adapter (NIC) installed on your computer (Control Panel: Network -> Adapters) check out the Network Configuration link on the minisap installation file(mini.htm), this will open up the nwcfg.htm file.

Step 1 - download SQL server 2000 installation file
Go to the following link on the microsoft site. Scroll down to the bottom of the page and download sql2kdesksp3.exe

Step 2 - Check PC name
First Need to make sure your PC name is less than 9 chars long, Start->Settings->Control Panel->system->Computer Name(tab)->Change(button)


-----Install SQL server 2000
Before following these next steps please read them all first including Step 4 on installing the SAP database and repository as removing any current installation of MS SQL server 2000 and then re-installing using the following setup command may save you a bit of time, you could then go straight to step 4. C:\sql2ksp3\MSDE\setup.exe BLANKSAPWD=1 securityMode=SQL COLLATION="SQL_Latin1_General_Cp850_BIN"

Having said that following the steps from step 3 may help you understand the installation proccess a bit more, what these setup parameters mean and give you the knowledge to attempt to fix any additional errors that are not specifically covered in this guide.

-----Is this starting to look a bit complicated
If so check out these video training guides on how to install an SAP trial system

Step 3 - Run SQL server 2000 setup file
First try just running the setup.exe file i.e. C:\sql2ksp3\MSDE\setup.exe but you may get the following error message 'The instance name specified is invalid'

Next try adding the following parameters to the setup.exe file either via the windows run command or via the DOS command promt 'C:\sql2ksp3\MSDE\setup.exe /upgradesp sqlrun'. This may also cause the following error 'password is set to blank , either use sp_password to change it or set BLANKSAPWD=1'

Next try adding the following parameters to the setup.exe file 'C:\sql2ksp3\MSDE\setup.exe /upgradesp sqlrun BLANKSAPWD=1 securityMode=SQL'.

Just for information and to maybe help with any error not mentioned above here is the full syntax for the MS SQL server setup.exe file

setup [/?]
   [
      [   /i package_file
          [ /settings ini_file ]
          |   [   [ ALLOWXDBCHAINING=1 ]
                   [ BLANKSAPWD=1 ]
                   [ CALLBACK=Dllname!CallbackFunctionName ]
                   [ COLLATION="collation_name" ]
                   [ DATADIR="data_folder_path" ]
                   [ DISABLENETWORKPROTOCOLS=n ]
                   [ INSTANCENAME="instance_name" ]
                   [ SAPWD="sa_password" ]
                   [ SECURITYMODE=SQL ]
                   [ TARGETDIR="executable_folder_path" ]
                   [ UPGRADE=1 ]
                   [ UPGRADEUSER=admin_login ]
                   [ UPGRADEPWD=admin_password ]
              ]
      ]
   [ /L*v [filename] ]
   [ /upgradesp { SQLRUN
        | SQLRunnn.msi}
   ]
   [ /qn | /qb ]
   [ /x package_name ]
   ]

Step 4 - Install SAP Database + SAP Repository
On the minisap installation page press the 'Start Installation' button and follow the onscreen options, as well as reading the instructions on the installation page.

At about 31% you may get the following error:

Error: DBCOMMONDBENV_IND_MSS InternalInstallationDo
      You have a wrong configured MS SQL Server!
      The actual charset of MS SQL Server is iso_1.
      Please re-install MS SQL Server using charset cp850
Error:DBCOMMONDBENV_IND_MSS InternalInstallationDO
      You have a wrong configured MS SQL Server!
      The actual sortorder of MS SQL Server is nocase_iso.
      Please re-install MS SQL Server using the sortorder cp850.
                                                           ...

In this instance you will need to re-install MS SQL server 2000 with the appropriate charset/sortorder. This is done by using the COLLATION setup parameter. I set it to "SQL_Latin1_General_Cp850_BIN" which worked fine for me but see here for other SQL Collate entries and the meanings of the characters that make up the name.

To try and upgrade your current SQL server instance try using the following line command C:\sql2ksp3\MSDE\setup.exe /upgradesp sqlrun BLANKSAPWD=1 securityMode=SQL COLLATION="SQL_Latin1_General_Cp850_BIN"

But if this doesn't work(it didn't for me) you might need to remove MS SQL server 2000 using windows 'add remove programs' and then re-install using the following command:
C:\sql2ksp3\MSDE\setup.exe BLANKSAPWD=1 securityMode=SQL COLLATION="SQL_Latin1_General_Cp850_BIN"

Step 5 - Install SAP Gui frontend
In-order to install the SAP gui simply inset cd1 and click on the 'Install Frontend' button on the startup htm page(mini.htm). ALso see installation page for how to start and stop the SAP system(double click 'start SAP MBS' on desktop) and how to create logon icon.(Start->Programs->SAP Frontend->Create SAPgui Icon. Application server field entry is the name of your pc, press install)

Logon details are as follows but this is all explain in the install page
SAP System name: MBS
System number: 00
Login: BCUSER / minisap
DDIC / minisap
SAP* / pass


Related Articles

Beginners Guide to learning SAP development starting with logging into SAP
ABAP Programming EVENTS in SAP
ABAP Function Module basics in SAP
DATA and @DATA Inline ABAP declarations available from release 7.40 to help make your code cleaner and more readable
ABAP Workbench Programming Techniques - BC402
ABAP rules to consider before creating a bespoke abap report or program
ABAP Subroutine basics in SAP
Get access to an SAP system for individual needs
SAP Base 64 encoding and decoding using ABAP code
Call web URl from ABAP report or SAP help documentation
Direct download, downloading sap objects
SAP Icons
SAP icons and some ABAP code to display them
SAP icons list and their associated codes
Internal Program Environment diplays all internal/external objects and operations used by an SAP program
minisap installation on your local pc to allow ABAP development, your own local SE80
SAP module based information such FI, HR, MM, PM, BW etc
Need an SAP ABAP program created?
SAP repository objects - List of useful standard and bespoke SAP repository objects
Retrieve SAP objects using transport entry in SE10 to restore objects that have been deleted
SAP Help for all areas for SAP ABAP Development inc ABAP, ALV, Web dynpro, bsp, HR, BW
ABAP tutorial - Logging into an SAP system for the first time
Manage and delete SAP sessions using ABAP code
SAP module areas
Increase & Decrease size of SAP editor text
ABAP development information and code examples for producing be-spoke SAP functionality
ABAP Development Info - Example code and information on various areas of ABAP development
SAP command field entries - box in top left corner
Force new page when printing abap source code
ABAP FIELD SYMBOL - Techniques for manupulating data using the FIELD-SYMBOL statement
Hiding ABAP Source Code so that it can not be viewed by anyone
ABAP Internal table declaration - Various methods of creating internal data structures and tables
Parameter ID - ABAP code to demonstrate how to set and get a parameter ID
RANGE statement - Example ABAP code to demonstrate the RANGE command
Change SAP logo in top right hand corner of SAP client
ABAP SELECT statement within SAP - Example ABAP code to demonstrate the SELECT command
Create desktop Shortcut to SAP function
SAP Note assistant - Using transaction SNOTE to read and apply OSS note fix
VARYING command - Example ABAP code to demonstrate the VARYING command
Creating your first helloworld ABAP report in SAP