Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Add-On Installation issue

Former Member
0 Kudos

Hi Experts,

We are trying to Install our package by using Add On Installation Tool-SAINT but our package is not listed on Installable Add On packages list but to continue Installation we need to have our package on the list.

The steps we carried out are-
1) Created File1.PAT file by using AAK (Transaction : SSDC) for our package .
 
2) Created File2.SAR file at OS level (i.e By using command SAPCAR_700 -cvf File2.SAR File1.PAT )
 
3) Imported File2.SAR file into test system by using transaction *SAINT*.
 
Note : We can see File1.PAT (Loaded File2.SAR from Front end) file is uploaded to application server directory *EPS\in.*

.

Please help me if anybody worked on this.

2 REPLIES 2

Former Member
0 Kudos

Hi,

First you Uncar the add-on files and move in /usr/sap/trans/EPS/in

after that try to upload these packages through SAINT.

Regards

Pranay

0 Kudos

Hi,

Check the dependency of Add-on on other packages, dowload them , extract and add in \usr\sap\trans

Thanks.