Created Installation guide (markdown)

ivanfemia 2014-01-02 08:44:16 -08:00
parent c26574d467
commit 8c43af6ca3

41
Installation-guide.md Normal file

@ -0,0 +1,41 @@
This is a short guide in order to install abap2xlsx to your system; you can perform this activity either using STMS or SAPLink using nugg file.
Using Change Request
Queue into your STMS abap2xlsx codata and cofile and import the CR to your system.
Using SAPLink
Prerequisites
SAPLink installed in your system
To import Classes referencing Interfaces you need the latest ZSAPLINK_CLASS which you can install using SAPlink itself. Don't forget to activate.
SAPLink plugins installed in your system
DDic
Interface
Details
Download the nugg file and save it locally on your system. Logon on your SAP system and execute report ZSAPLINK Select "Import Nugget" and locate your nugg file, check overwrite originals only if you have a previous installation of abap2xlsx and you want to update.
![SAPlink Install](http://www.plinky.it/images/github/saplinkinstall1.png)
Execute the report.
If you have checked overwrite originals a popup could appears in order to confir the overwrite; press Yes to all.
You should get this result (all green light)
![SAPlink Install](http://www.plinky.it/images/github/saplinkinstall2.png)
SAPLinks puts the objects into $tmp space and all the objects are inactive. So we need to activate now.
From SE80, select inactive objects
![SAPlink Install](http://www.plinky.it/images/github/saplinkinstall3.png)
Activate objects in the following order:
I tried a new nugg import on a new system here the detailed steps I followed
* Activate all domains
* Activate all data eleents
* Activate all Database Tables / Structures except: ZEXCEL_S_FIELDCATALOG, ZEXCEL_S_WORKSHEET_COLUMNDIME, ZEXCEL_S_WORKSHEET_ROWDIMENSIO
* Activate all Table Types except: ZEXCEL_T_FIELDCATALOG, ZEXCEL_T_WORKSHEET_COLUMNDIME, ZEXCEL_T_WORKSHEET_ROWDIMENSIO
* Activate all interface/classes (activate anyway)
* Activate remaining Database Tables / Structures (if any error occurs open the structure and double click on the class object, SAP needs to refresh its buffer): ZEXCEL_S_FIELDCATALOG, ZEXCEL_S_WORKSHEET_COLUMNDIME, ZEXCEL_S_WORKSHEET_ROWDIMENSIO
* Activate remaining Table Types (if any error occurs open the structure and double click on the class object, SAP needs to refresh its buffer): ZEXCEL_T_FIELDCATALOG, ZEXCEL_T_WORKSHEET_COLUMNDIME, ZEXCEL_T_WORKSHEET_ROWDIMENSIO
* Activate all demo reports
Report ZAKE_SVN_A2X is used to retrieve and commit object into subversion server, Delete it if you are not a contributor.