SAPLINK

SAPlink is an open source project that aims to make it easier to share ABAP developments between programmers. It provides the ability to easily distribute and package custom objects.

As I use this to publish my code, here is the link to project sharing site www.assembla.com/home. You find it at SAPLINK.

In addtion you will need several plugins to load and/or exchange code from the different objects of SAP. The full list of the latest plugins published you can get from:

Download SAPlink Nugget containing all SAPlink-plugins from Code Exchange.

Before you load any new version of my transactions, please download always the latest version of the plugins from SAPLINK-PLUGINS.

You can also get both from here:

  SAPLINK from 07/03/2016 build 399 (94.0 KiB, 0 hits)

  SAPLINK_PLUGINS from 03/08/2015 build 133 (94.5 KiB, 1,064 hits)

11 thoughts on “SAPLINK

    1. I just updated to version 399 for the installer and nugg file.
      Download the latest version 399.
      Version 398 has fixed the issue you have.

      1. It still dumps with Build 399

        xtrkey-obj_name = _program.
        xtrkey-sub_type = ‘CUAD’.
        xtrkey-sub_name = _program.

        xadm-actcode = ‘X’. ” Issues #276

        call function ‘RS_CUA_INTERNAL_WRITE’
        exporting
        program = _program
        language = sy-langu
        tr_key = xtrkey
        adm = xadm
        state = ‘I’
        tables
        sta = ista
        fun = ifun
        men = imen
        mtx = imtx
        act = iact
        but = ibut
        pfk = ipfk
        set = iset
        doc = idoc
        tit = itit
        biv = ibiv
        exceptions
        not_found = 1
        others = 2.

        if sy-subrc 0.
        raise exception type zcx_saplink
        exporting textid = zcx_saplink=>system_error
        endif.

      2. Delete line:

        xadm-actcode = ‘X’. ” Issues #276

        You can load without it and it should no longer dump.

    2. Delete line:

      xadm-actcode = ‘X’. ” Issues #276

      You can load without it and it should no longer dump.

      1. you don’t need delete this line, just change it to xadm-actcode = ‘000000’. ” Issues #276

        it works fine.

        My env is
        SAP_BASIS 750 0011 SAPK-75011INSAPBASIS SAP Basis Component
        SAP_APPL 618 0010 SAPK-61810INSAPAPPL Logistics and Accounting
        SAP_AP 750 0008 SAPK-75008INSAPAP SAP Application Platform

  1. Hello Rene,

    I want to install SAPLink on a SAP NW 7.50 HANA 1709 On Premise system but the SAPLink_installer program dumps when creating the USER_STATUS for program ZSAPLINK. I downloaded the SAPLink installer and Plugins from your site.

    Is there a solution for this dump ?

    1. Dump occurs when executing program zsaplink_installer in include zsaplink_installer in method CREATE_PFSTATUS row 4597.

    2. I have it installed on 7.50 and it works. But was installed before.
      Please check the latest version as mentioned on the main page.
      If this does not solve the issue, than let me know and I will test on my system

Leave a Reply

Your email address will not be published. Required fields are marked *