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: 

ZSAPLINK_INSTALLER dump "METHOD_NOT_EXISTING"

FredericGirod
Active Contributor
0 Kudos
655

Dear all,

I try to install SAPLink in an HANA 1709.

I have download the daily nugg from the SVN here Assembla

When I start the program ZSAPLINK_INSTALLER with the daily nugg I get a dump. The dump occurs in a standard SAP program :

(here a part of the stack)

METHOD GET_METHOD_INCLUDE CL_OO_CLASSNAME_SE

FORM INSTALLCLASS ZSAPLINK_INSTALLER

the line of code from the program ZSAPLINK_INSTALLER is :

*29a
    methodSourceNode = node->find_from_name( 'source' ).
    if methodSourceNode is not initial.
      includeName = CL_OO_CLASSNAME_SERVICE=>GET_METHOD_INCLUDE(
      methodKey ).
*/29a

the value of methodKey is : "ZSAPLINK_BSP"

in SE24 the class ZSAPLINK_BSP exist, but can't be activated due to an error

"Type ZSAPLINK is unkown"

class ZSAPLINK_BSP definition
  public
  inheriting from ZSAPLINK
  create public .


public section.

Did I have made some error ?

Somebody have an idea ?

best regards

Fred

1 ACCEPTED SOLUTION

pokrakam
Active Contributor
0 Kudos
293

You first need to install SAPLink, then you can install the plugins. BSP and the link you pointed to are both part of the plugins collection.

When installing SAPLink, you must also select all objects and activate.

Or you can take it to the next level and install abapGit instead.

4 REPLIES 4

pokrakam
Active Contributor
0 Kudos
294

You first need to install SAPLink, then you can install the plugins. BSP and the link you pointed to are both part of the plugins collection.

When installing SAPLink, you must also select all objects and activate.

Or you can take it to the next level and install abapGit instead.

0 Kudos
293

Hi Mike,

and do you have a doc or a wiki to install SAPLink or AbapGit ?

(at the beginning I try to install it from eclipse plugin SAPLink, but I have also an error)

Best regards

Fred

pokrakam
Active Contributor
0 Kudos
293

Get SAPLink from the same place you got the installer, the docs point you here:

https://app.assembla.com/spaces/saplink/subversion/source/HEAD/trunk/build

SAPLink is useful if you want quick and simple local copies, or if you want to work with SLNK/NUGG files.

abapGit is considerably more versatile, can interact directly with GitHub projects without any local files, or can work locally (with human readable source files instead of xml). It has a bit more learning curve, but is also well documented. To install, just copy/paste the source, it's all in one report.

0 Kudos
293

Hello Mike,

I am getting the PF-status error while installing it on S/4 HANA 1709, I have used the most recent copy which has the correction like the Issue#276

can you please help.